From fd445ce76533aebf6d28b173e5f5dbe04dfeb825 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 1 Oct 2012 13:11:40 +0200 Subject: Booting by default with 'quiet' and 'splash' parameters. --- functions/defaults.sh | 4 ++-- 1 file 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 -- cgit v1.2.3