Displaying 1 result from an estimated 1 matches for "rescuecd32".
Did you mean:
rescuecd
2013 Apr 29
3
ifcpu[64].c32 functions drop to command line
...ght from kernel.org on a FreeBSD 9 server.
Here's the relevant lines from my current default:
PATH /com32
UI vesamenu.c32
LABEL rescuecd
MENU LABEL ^System Rescue
MENU INDENT 4
MENU PASSWD
TEXT HELP
* Boots System Rescue 3.4.2
ENDTEXT
KERNEL ifcpu.c32
APPEND 64 -- rescuecd64 -- rescuecd32
LABEL rescuecd32
MENU LABEL System Rescue 32-bit
MENU INDENT 4
MENU HIDE
TEXT HELP
* Boots System Rescue 3.4.2 in 32-bit
ENDTEXT
KERNEL http://****/rescue32
INITRD http://****/initram.igz
APPEND rescue32 nomodeset vga=791 scandelay=1 setkmap=us netboot=http://****/sysrcd.dat
LABEL...