From owner-cvs-all Tue Nov 20 12:25:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D51D37B59E; Tue, 20 Nov 2001 12:25:12 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAKKPCe07038; Tue, 20 Nov 2001 12:25:12 -0800 (PST) (envelope-from jhb) Message-Id: <200111202025.fAKKPCe07038@freefall.freebsd.org> From: John Baldwin Date: Tue, 20 Nov 2001 12:25:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts doFS.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/11/20 12:25:12 PST Modified files: release/scripts doFS.sh Log: - Remove the -T from the 4.x newfs as well. - Don't write out 0xaa55 to the end of the filesystem as md(4) doesn't generate that warning and it breaks 'disklabel mdX auto'. - Use the 'canonical' disk name mdX instead of /dev/mdX to disklabel so we can use disklabel auto for mfsroot filesizes that aren't a standard size in /etc/disktab. Revision Changes Path 1.38 +3 -6 src/release/scripts/doFS.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message