From 96776b9065a0a2c61d4dfa44db06f4b14b3f1ba4 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Sun, 31 Jul 2005 19:04:58 +0000 Subject: [PATCH] use "vmlinuz" instead of "linux", small cosmetic thing svn path=/nixu/trunk/; revision=3483 --- make-disk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-disk.sh b/make-disk.sh index a82632703ce..4e76b5aac69 100755 --- a/make-disk.sh +++ b/make-disk.sh @@ -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!