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!