[SCM] debian-live branch, master, updated. debian/1.136.3-1-21-gd36a48e

Chris Lamb chris at chris-lamb.co.uk
Fri Aug 8 20:14:07 UTC 2008


The following commit has been merged in the master branch:
commit d36a48eb92bee6e393293f46e2b9a34799b1d7ed
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Fri Aug 8 21:00:38 2008 +0100

    Hide "Shadow passwords are now on" status message on bootup.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/scripts/live-bottom/10adduser b/scripts/live-bottom/10adduser
index 60d6028..907aed0 100755
--- a/scripts/live-bottom/10adduser
+++ b/scripts/live-bottom/10adduser
@@ -45,7 +45,8 @@ EOF
 
 chroot /root /usr/bin/env -i HOME="/root" \
 	TERM="${TERM}" PATH="/usr/sbin:/usr/bin:/sbin:/bin" \
-	/usr/lib/user-setup/user-setup-apply > /dev/null
+	/usr/lib/user-setup/user-setup-apply 2>&1 \
+		| grep -v "Shadow passwords are now on"
 
 # Clear out debconf database again to avoid confusing ubiquity later.
 chroot /root debconf-communicate -fnoninteractive live-initramfs > /dev/null << EOF

-- 
debian-live



More information about the debian-live-changes mailing list