This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
93bcd71b15
nixpkgs
/
isolinux.cfg
7 lines
105 B
INI
Raw
Normal View
History
Unescape
Escape
add configuration for isolinux svn path=/nixu/trunk/; revision=3482
2005-07-31 12:01:59 -07:00
default linux
prompt 1
timeout 600
label linux
kernel vmlinuz
This update fixes a few critical errors: - cd to the right directory when making the initramfs image (stupid stupid stupid mistake, cost me a day of work!) - make a bunch of devices inside the ramdisk - copy the kernel and all modules to the CD image - set the #! line in fill-disk to the right place (as in, append /bin/sh, another stupidity, which was luckily easily spot after fixing the first mistake, which was far more important) svn path=/nixu/trunk/; revision=3523
2005-08-03 10:59:23 -07:00
append initrd
=
initram.img init=/bin/sh