diff options
author | Daniel Baumann <daniel@debian.org> | 2012-10-01 13:11:40 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-10-01 13:11:40 +0200 |
commit | fd445ce76533aebf6d28b173e5f5dbe04dfeb825 (patch) | |
tree | fe90550fd74cf464733cf7932bee948bb0d08449 /functions | |
parent | 97de0e925e00cf400fd7702e0dc0c3d86b619023 (diff) | |
download | vyos-live-build-fd445ce76533aebf6d28b173e5f5dbe04dfeb825.tar.gz vyos-live-build-fd445ce76533aebf6d28b173e5f5dbe04dfeb825.zip |
Booting by default with 'quiet' and 'splash' parameters.
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 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 |