summaryrefslogtreecommitdiffstats
path: root/system-build/share/bootloaders/isolinux/menu.cfg
blob: d2daa8005e01840e04c7be629008baecf727e342 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
menu hshift 0
menu width 82

menu title Boot menu
include stdmenu.cfg
include live.cfg
include install.cfg
menu begin advanced
	menu title Advanced options
	include stdmenu.cfg
	label mainmenu
		menu label ^Back..
		menu exit
	include advanced.cfg
menu end

menu clear