summaryrefslogtreecommitdiffstats
path: root/src/util/geniso
diff options
context:
space:
mode:
authorMarty Connor2007-07-06 14:04:06 +0200
committerMarty Connor2007-07-06 14:04:06 +0200
commit28d8d828b3c36ab05534951694c7e7999eae77cf (patch)
tree1cc521e58cd77f8ff4a7e7508648f07bec9d7820 /src/util/geniso
parentRemap EBADF to PXENV_STATUS_TFTP_FILE_NOT_FOUND; the only user is (diff)
downloadipxe-28d8d828b3c36ab05534951694c7e7999eae77cf.tar.gz
ipxe-28d8d828b3c36ab05534951694c7e7999eae77cf.tar.xz
ipxe-28d8d828b3c36ab05534951694c7e7999eae77cf.zip
Rename .lilo extension to .lkrn and updated dependencies
Diffstat (limited to 'src/util/geniso')
-rwxr-xr-xsrc/util/geniso10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/util/geniso b/src/util/geniso
index 5bd5c7be..7642ed36 100755
--- a/src/util/geniso
+++ b/src/util/geniso
@@ -2,14 +2,14 @@
#
# Generate a isolinux ISO boot image
#
-# geniso foo.iso foo.zlilo
+# geniso foo.iso foo.lkrn
#
-# the ISO image is the first argument so that a list of .zlilo images
+# the ISO image is the first argument so that a list of .lkrn images
# to include can be specified
#
case $# in
0|1)
- echo Usage: $0 foo.iso foo.zlilo ...
+ echo Usage: $0 foo.iso foo.lkrn ...
exit 1
;;
esac
@@ -40,8 +40,8 @@ do
continue
fi
b=$(basename $f)
- g=${b%.zlilo}
- g=${g//[^a-z0-9]}.zli
+ g=${b%.lkrn}
+ g=${g//[^a-z0-9]}.krn
case "$first" in
"")
echo DEFAULT $g