From cbf7c4d476c655751eb41e485a1853cbf7655394 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 12 Aug 2005 09:52:29 +0000 Subject: [PATCH] Progressbar for / --- commands/scripts/setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/scripts/setup.sh b/commands/scripts/setup.sh index a48d21266..bf19d68e2 100755 --- a/commands/scripts/setup.sh +++ b/commands/scripts/setup.sh @@ -377,7 +377,8 @@ echo "absolutely sure that there can not be any bad blocks. Otherwise just wait readall -b /dev/$root | sh mount /dev/$root /mnt || exit # Running from the installation CD. -cpdir -vx / /mnt || exit +files="`find / -xdev | wc -l`" +cpdir -vx / /mnt || progressbar "$files" || exit chmod 555 /mnt/usr # CD remnants that aren't for the installed system -- 2.44.0