summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-10-01 13:11:40 +0200
committerDaniel Baumann <daniel@debian.org>2012-10-01 13:11:40 +0200
commitfd445ce76533aebf6d28b173e5f5dbe04dfeb825 (patch)
treefe90550fd74cf464733cf7932bee948bb0d08449
parent97de0e925e00cf400fd7702e0dc0c3d86b619023 (diff)
downloadvyos-live-build-fd445ce76533aebf6d28b173e5f5dbe04dfeb825.tar.gz
vyos-live-build-fd445ce76533aebf6d28b173e5f5dbe04dfeb825.zip
Booting by default with 'quiet' and 'splash' parameters.
-rwxr-xr-xfunctions/defaults.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 872dd53e2..1fadcd76d 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -995,11 +995,11 @@ Set_defaults ()
# LB_BOOTAPPEND_LIVE
case "${LB_MODE}" in
ubuntu)
- LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE:-boot=casper}"
+ LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE:-boot=casper quiet splash}"
;;
*)
- LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE:-boot=live config}"
+ LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE:-boot=live config quiet splash}"
;;
esac