summaryrefslogtreecommitdiffstats
path: root/system-images/share/images/container-server/config/bootloaders/isolinux/menu.cfg
blob: 44be4362579109f0b816e5a92d6bc5ea52d6f2ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
menu hshift 7
menu width 60

menu title Container Server
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