summaryrefslogtreecommitdiffstats
path: root/system-images/share/images/gnome-desktop/config/bootloaders/pxelinux/live.cfg.in
blob: a405349a25f88c7b512d1e54ec2548d20ccd6e85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
label live-@FLAVOUR@
	menu label ^Live (@FLAVOUR@)
	menu default
	linux @LINUX@
	initrd @INITRD@
	append @APPEND_LIVE@

label live-@FLAVOUR@-failsafe
	menu label Live (@FLAVOUR@ failsafe)
	linux @LINUX@
	initrd @INITRD@
	append @APPEND_LIVE_FAILSAFE@