diff options
author | Daniel Baumann <daniel@debian.org> | 2012-09-30 09:20:15 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-09-30 09:20:15 +0200 |
commit | a9bb5418c9b9a0b034cb527d3f3a7f3cb274a9de (patch) | |
tree | 7b5688875656354aa319a9b40b64e0546f63b44e /share/bootloaders/isolinux | |
parent | b6934184597134270be8f09afb6edca1c45c57f7 (diff) | |
download | vyos-live-build-a9bb5418c9b9a0b034cb527d3f3a7f3cb274a9de.tar.gz vyos-live-build-a9bb5418c9b9a0b034cb527d3f3a7f3cb274a9de.zip |
Using initramfs generator specific boot parameters in syslinux configuration files.
Diffstat (limited to 'share/bootloaders/isolinux')
-rw-r--r-- | share/bootloaders/isolinux/live.cfg.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/bootloaders/isolinux/live.cfg.in b/share/bootloaders/isolinux/live.cfg.in index 749dd2404..8dca4d50d 100644 --- a/share/bootloaders/isolinux/live.cfg.in +++ b/share/bootloaders/isolinux/live.cfg.in @@ -3,11 +3,11 @@ label live-@FLAVOUR@ menu default kernel @KERNEL@ initrd @INITRD@ - append boot=live config @LB_BOOTAPPEND_LIVE@ + append @LB_BOOTAPPEND_LIVE@ label live-@FLAVOUR@-failsafe menu label ^Live (@FLAVOUR@ failsafe) menu default kernel @KERNEL@ initrd @INITRD@ - append boot=live config @LB_BOOTAPPEND_LIVE@ @LB_BOOTAPPEND_FAILSAFE@ + append @LB_BOOTAPPEND_LIVE@ @LB_BOOTAPPEND_FAILSAFE@ |