summaryrefslogtreecommitdiff
path: root/share/bootloaders/pxelinux/live.cfg.in
blob: e89e59c6f84b151d3eb39a8d9945513de4c1a798 (plain)
1
2
3
4
5
6
7
8
9
10
11
label live-@FLAVOUR@
	menu label ^Live (@FLAVOUR@)
	menu default
	kernel @KERNEL@
	append initrd=@INITRD@ boot=live config @LB_BOOTAPPEND_LIVE@

label live-@FLAVOUR@-failsafe
	menu label ^Live (@FLAVOUR@ failsafe)
	menu default
	kernel @KERNEL@
	append initrd=@INITRD@ boot=live config @LB_BOOTAPPEND_LIVE@ @LB_BOOTAPPEND_FAILSAFE@