]> Zhao Yanbai Git Server - minix.git/commitdiff
Progressbar for /
authorBen Gras <ben@minix3.org>
Fri, 12 Aug 2005 09:52:29 +0000 (09:52 +0000)
committerBen Gras <ben@minix3.org>
Fri, 12 Aug 2005 09:52:29 +0000 (09:52 +0000)
commands/scripts/setup.sh

index a48d2126657895a44e35b8f418f3577daa719b8b..bf19d68e2417afcb473dc4934df6ad7fbcea677f 100755 (executable)
@@ -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