Displaying 2 results from an estimated 2 matches for "grubdisk".
2013 Sep 04
5
5.10 regression (from 5.01) MENU INCLUDE broken.
Hello,
Long story short, example config:
### cut
UI vesamenu.c32
MENU TITLE Multiboot USB
MENU BACKGROUND		#00000000
MENU COLOR sel          7;37;40 #e0ffffff #20ffffff all
MENU COLOR unsel        37;44   #50ffffff #a0000000 std
MENU COLOR tabmsg       31;40   #30ffffff #00000000 std
MENU BEGIN
	MENU TITLE System Rescue CD 2.4.1
	INCLUDE sysrcd-2.4.1.conf
MENU END
MENU BEGIN
	MENU TITLE
2013 Sep 05
3
5.10 regression (from 5.01) MENU INCLUDE broken.
...tdisk/gag.img floppy
LABEL dban
  MENU LABEL DBAN: erase all data from the disk
  kernel memdisk
  append initrd=/sysrcd-2.4.1/bootdisk/dban.img floppy
LABEL mhdd
  MENU LABEL MHDD: Low-level Hard Drive diagnostic tool
  kernel memdisk
  append initrd=/sysrcd-2.4.1/bootdisk/mhdd.img floppy
LABEL grubdisk
  MENU LABEL SGD: Super Grub Disk
  kernel memdisk
  append initrd=/sysrcd-2.4.1/bootdisk/grubdisk.img floppy
MENU SEPARATOR
LABEL return
  MENU LABEL Return to main menu
  MENU EXIT
MENU END
# ------------------------------------------------------------------------------
MENU SEPARATOR
LABEL...