Progressbar for /

This commit is contained in:
Ben Gras 2005-08-12 09:52:29 +00:00
parent 4b023a5b4f
commit cbf7c4d476

View File

@ -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