Das ist der Inhalt der main.cfg
Liegt im Ordner menus
ENU INCLUDE /menus/defaults.cfg
LABEL mainboard
MENU LABEL Mainboard Tools
KERNEL menu.c32
APPEND /menus/mboard.cfg
LABEL harddisk
MENU LABEL Hard Disk Tools
KERNEL menu.c32
APPEND /menus/hdd.cfg
LABEL filesys
MENU LABEL Filesystem Tools
KERNEL menu.c32
APPEND /menus/filesys.cfg
LABEL others
MENU LABEL Other Tools
KERNEL menu.c32
APPEND /menus/others.cfg
LABEL custom
MENU LABEL User-defined Tools
KERNEL menu.c32
APPEND /custom/custom.cfg
LABEL bootdisks
MENU LABEL DOS/Linux Boot Disks
KERNEL menu.c32
APPEND /menus/bootdsk.cfg
LABEL boothdd0
MENU LABEL *Boot First Hard Disk
KERNEL chain.c32
APPEND hd0
LABEL boothdd1
MENU LABEL *Boot Second Hard Disk
KERNEL chain.c32
APPEND hd2
|