From 3440e7ecb9372af0e045506632efd7d953a1975f Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Fri, 5 Dec 2014 00:22:32 -0500 Subject: [PATCH] Display password change message only when needed --- stage2/hv-install-2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stage2/hv-install-2 b/stage2/hv-install-2 index b20e2d7..81e92ab 100755 --- a/stage2/hv-install-2 +++ b/stage2/hv-install-2 @@ -72,8 +72,7 @@ rscr once "Creating default config files" create-config-files rscr mult "Compressing man pages" compressdoc #rscr mult "Stripping" stripping -echo "Setting root password:" -rscr once "" create-root-password +rscr once "Setting root password:\n" create-root-password rscr mult "Performing post-install" post-install ldconfig -- 2.20.1