summaryrefslogtreecommitdiff
path: root/share/bootloaders/extlinux/live.cfg.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-07-18 22:10:48 +0200
committerDaniel Baumann <daniel@debian.org>2012-07-18 22:30:13 +0200
commitdaf7a8909da46605347523e8da7ce7d22ead0b54 (patch)
tree62464d088e17e5d7329f8699814d7f17a1c5ee07 /share/bootloaders/extlinux/live.cfg.in
parent2086f8eeed2377d064bc917b3fe0f4da522ce4ef (diff)
downloadvyos-live-build-daf7a8909da46605347523e8da7ce7d22ead0b54.tar.gz
vyos-live-build-daf7a8909da46605347523e8da7ce7d22ead0b54.zip
Adding extlinux bootloader configuration files.
Diffstat (limited to 'share/bootloaders/extlinux/live.cfg.in')
-rw-r--r--share/bootloaders/extlinux/live.cfg.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/bootloaders/extlinux/live.cfg.in b/share/bootloaders/extlinux/live.cfg.in
new file mode 100644
index 000000000..e89e59c6f
--- /dev/null
+++ b/share/bootloaders/extlinux/live.cfg.in
@@ -0,0 +1,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@