. don't print error by usyslogd (for on CD)

. added progress bar technology to setup script
This commit is contained in:
Ben Gras
2005-08-11 15:17:52 +00:00
parent fc72c188bd
commit d9b94b1997
4 changed files with 74 additions and 2 deletions
+2 -1
View File
@@ -335,7 +335,8 @@ echo ""
mount /dev/$usr /mnt || exit # Mount the intended /usr.
cpdir -v /usr /mnt || exit # Copy the usr floppy.
files="`find /usr | wc -l`"
cpdir -v /usr /mnt | progressbar "$files" || exit # Copy the usr floppy.
umount /dev/$usr || exit # Unmount the intended /usr.