93bcd71b15
- 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
7 lines
105 B
INI
Executable file
7 lines
105 B
INI
Executable file
default linux
|
|
prompt 1
|
|
timeout 600
|
|
label linux
|
|
kernel vmlinuz
|
|
append initrd=initram.img init=/bin/sh
|