[SCM] live-build branch, debian-next, updated. debian/3.0_a62-1-2-gfd445ce

Daniel Baumann daniel at debian.org
Mon Oct 1 11:11:42 UTC 2012


The following commit has been merged in the debian-next branch:
commit fd445ce76533aebf6d28b173e5f5dbe04dfeb825
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Oct 1 13:11:40 2012 +0200

    Booting by default with 'quiet' and 'splash' parameters.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 872dd53..1fadcd7 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
 

-- 
live-build



More information about the debian-live-changes mailing list