summaryrefslogtreecommitdiffstats
path: root/system-build/share/bootloaders/syslinux/menu.cfg
blob: 93682602d5fcc21df8df4dc1419d4197c44f4a94 (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