Displaying 1 result from an estimated 1 matches for "initrd32".
Did you mean:
initrd2
2012 Sep 04
1
ifcpu64.c32 not working properly when used in a menu include file
...ENDTEXT
LABEL rescue64
MENU HIDE
IPAPPEND 2
KERNEL images/vmlinuz64
APPEND initrd=images/initrd64.img init=/linuxrc root=/dev/ram0 rw
devfs=nomount console=ttyS0,115200 console=tty0 ksipaddr=kickstart
LABEL rescue32
MENU HIDE
IPAPPEND 2
KERNEL images/vmlinuz32
APPEND initrd=images/initrd32.img init=/linuxrc root=/dev/ram0 rw
devfs=nomount console=ttyS0,115200 console=tty0 ksipaddr=kickstart
This all works perfectly when the code above is directly
in the pxe target file that is being used. However, when I use the
"MENU INCLUDE" directive in a file that defines some more
op...