search for: rescue_dev

Displaying 1 result from an estimated 1 matches for "rescue_dev".

2012 Sep 04
1
ifcpu64.c32 not working properly when used in a menu include file
...e label "rescue64" defines a 64-bit kernel and a 64-bit initrd.img. The setup jumps to a label named "rescue32" in the case of a 32-bit CPU, which is also a label, this time defining a 32-bit vmlinuz and a 32-bit initrd.img/userland. It looks more or less like the following: # rescue_dev LABEL rescue IPAPPEND 2 MENU LABEL ^rescue (Auto-detect CPU type) KERNEL ifcpu64.c32 APPEND rescue64 -- rescue32 TEXT HELP Load appropriate image ENDTEXT LABEL rescue64 MENU HIDE IPAPPEND 2 KERNEL images/vmlinuz64 APPEND initrd=images/initrd64.img init=/linuxrc root=/dev/ra...