From owner-freebsd-commit Sun Jan 21 09:25:07 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA25558 for freebsd-commit-outgoing; Sun, 21 Jan 1996 09:25:07 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA25539 for cvs-all-outgoing; Sun, 21 Jan 1996 09:25:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA25528 for cvs-user-outgoing; Sun, 21 Jan 1996 09:24:58 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA25521 Sun, 21 Jan 1996 09:24:56 -0800 (PST) Date: Sun, 21 Jan 1996 09:24:56 -0800 (PST) From: Joerg Wunsch Message-Id: <199601211724.JAA25521@freefall.freebsd.org> To: CVS-committers, cvs-user Subject: cvs commit: src/release doFS.sh Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/01/21 09:24:56 Modified: release doFS.sh Log: Make the reduction algorithm to tune the file system size less aggressive, in order to avoid /mnt: file system full problems. Introduce a deadlock counter. Turn off echoing again, it's cluttering the screen/log. Gross hack to avoid the `vn0: invalid primary partition table: no magic' warning. Seems that doFS.sh is now doing the job... Revision Changes Path 1.6 +18 -6 src/release/doFS.sh