use "vmlinuz" instead of "linux", small cosmetic thing

svn path=/nixu/trunk/; revision=3483
This commit is contained in:
Armijn Hemel 2005-07-31 19:04:58 +00:00
parent 16de9c1c61
commit 96776b9065

View file

@ -88,7 +88,7 @@ echo copying kernel
# By following the symlink we don't have to know the version number
# of the kernel here.
cp -L $kernel/vmlinuz ${archivesDir}/isolinux/linux
cp -L $kernel/vmlinuz ${archivesDir}/isolinux
# echo making ramdisk
# todo!