diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2014-04-30 07:16:32 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2014-04-30 07:16:32 +0200 |
commit | 7f1f542cea5f85ac4f0d364687d646f283dde598 (patch) | |
tree | ba1a052f3cac331c206c8b3964fc02a14d5b85bd /functions | |
parent | 4b5d83131333102ca223e1376449be1931ad63d2 (diff) | |
download | vyos-live-build-7f1f542cea5f85ac4f0d364687d646f283dde598.tar.gz vyos-live-build-7f1f542cea5f85ac4f0d364687d646f283dde598.zip |
Updating default boot parameters for live-config 4.x.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 4 |
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) |