diff options
author | Marty Connor <mdc@etherboot.org> | 2007-07-06 08:04:06 -0400 |
---|---|---|
committer | Marty Connor <mdc@etherboot.org> | 2007-07-06 08:04:06 -0400 |
commit | 28d8d828b3c36ab05534951694c7e7999eae77cf (patch) | |
tree | 1cc521e58cd77f8ff4a7e7508648f07bec9d7820 /src/arch/i386/prefix | |
parent | b3ca73c303d5e0135082990395d08c790ad55943 (diff) | |
download | ipxe-28d8d828b3c36ab05534951694c7e7999eae77cf.tar.gz |
Rename .lilo extension to .lkrn and updated dependencies
Diffstat (limited to 'src/arch/i386/prefix')
-rw-r--r-- | src/arch/i386/prefix/bImageprefix.S | 2 | ||||
-rw-r--r-- | src/arch/i386/prefix/lkrnprefix.S (renamed from src/arch/i386/prefix/liloprefix.S) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/prefix/bImageprefix.S b/src/arch/i386/prefix/bImageprefix.S index 7d746ede..30020f73 100644 --- a/src/arch/i386/prefix/bImageprefix.S +++ b/src/arch/i386/prefix/bImageprefix.S @@ -91,7 +91,7 @@ _prefix: /* This is a minimal boot sector. If anyone tries to execute it (e.g., if - a .lilo file is dd'ed to a floppy), print an error message. + a .lkrn file is dd'ed to a floppy), print an error message. */ bootsector: diff --git a/src/arch/i386/prefix/liloprefix.S b/src/arch/i386/prefix/lkrnprefix.S index 0857f320..0857f320 100644 --- a/src/arch/i386/prefix/liloprefix.S +++ b/src/arch/i386/prefix/lkrnprefix.S |