From a5c38c897b8ccbb22171a6799b8757645dd59fff Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Fri, 8 Aug 2008 21:00:38 +0100 Subject: [PATCH] Hide "Shadow passwords are now on" status message on bootup. --- scripts/live-bottom/10adduser | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.1.4