mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 18:58:28 +00:00
add configuration for isolinux
svn path=/nixu/trunk/; revision=3482
This commit is contained in:
parent
ec898a881e
commit
16de9c1c61
6
isolinux.cfg
Executable file
6
isolinux.cfg
Executable file
@ -0,0 +1,6 @@
|
||||
default linux
|
||||
prompt 1
|
||||
timeout 600
|
||||
label linux
|
||||
kernel vmlinuz
|
||||
append root=/dev/hdc
|
@ -81,6 +81,7 @@ echo copying bootimage
|
||||
|
||||
mkdir ${archivesDir}/isolinux
|
||||
cp ${syslinux}/lib/syslinux/isolinux.bin ${archivesDir}/isolinux
|
||||
cp isolinux.cfg ${archivesDir}/isolinux
|
||||
chmod u+w ${archivesDir}/isolinux/*
|
||||
|
||||
echo copying kernel
|
||||
@ -91,6 +92,8 @@ cp -L $kernel/vmlinuz ${archivesDir}/isolinux/linux
|
||||
|
||||
# echo making ramdisk
|
||||
# todo!
|
||||
mkdir ${archivesDir}/sbin
|
||||
ln -s /scripts/fill-disk.sh ${archivesDir}/sbin/init
|
||||
|
||||
echo creating ISO image
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user