summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2014-04-30 07:16:32 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2014-04-30 07:16:32 +0200
commit7f1f542cea5f85ac4f0d364687d646f283dde598 (patch)
treeba1a052f3cac331c206c8b3964fc02a14d5b85bd
parent4b5d83131333102ca223e1376449be1931ad63d2 (diff)
downloadvyos-live-build-7f1f542cea5f85ac4f0d364687d646f283dde598.tar.gz
vyos-live-build-7f1f542cea5f85ac4f0d364687d646f283dde598.zip
Updating default boot parameters for live-config 4.x.
-rwxr-xr-xfunctions/defaults.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index b1c22e2ad..feebdeef5 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -767,8 +767,8 @@ Set_defaults ()
# Setting boot parameters
case "${LB_INITRAMFS}" in
live-boot)
- LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE:-boot=live config quiet splash}"
- LB_BOOTAPPEND_LIVE_FAILSAFE="${LB_BOOTAPPEND_LIVE_FAILSAFE:-boot=live config memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal}"
+ LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE:-boot=live components quiet splash}"
+ LB_BOOTAPPEND_LIVE_FAILSAFE="${LB_BOOTAPPEND_LIVE_FAILSAFE:-boot=live components memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal}"
;;
casper)