summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-08-08 21:00:38 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:48:01 +0100
commita5c38c897b8ccbb22171a6799b8757645dd59fff (patch)
treeccfa0c11ef9aa09b5cd5e0c07f7bb53b2a7f2784 /scripts
parentbd2f8cdc585b86b7746e5a61b5b9745dec3747df (diff)
downloadlive-boot-a5c38c897b8ccbb22171a6799b8757645dd59fff.tar.gz
live-boot-a5c38c897b8ccbb22171a6799b8757645dd59fff.zip
Hide "Shadow passwords are now on" status message on bootup.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/live-bottom/10adduser3
1 files changed, 2 insertions, 1 deletions
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