mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 07:17:57 +00:00
use "vmlinuz" instead of "linux", small cosmetic thing
svn path=/nixu/trunk/; revision=3483
This commit is contained in:
parent
16de9c1c61
commit
96776b9065
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user