From owner-freebsd-questions@FreeBSD.ORG Wed Jan 5 10:38:29 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0726A16A4CE for ; Wed, 5 Jan 2005 10:38:29 +0000 (GMT) Received: from male.aldigital.co.uk (male.thebunker.net [213.129.64.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7EBF43D39 for ; Wed, 5 Jan 2005 10:38:27 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from gravitas.thebunker.net (gateway.ash.thebunker.net [213.129.64.4]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by male.aldigital.co.uk (Postfix) with ESMTP id 8335197680; Wed, 5 Jan 2005 10:38:26 +0000 (GMT) Received: from [127.0.0.1] (localhost [127.0.0.1])j05AcPON041338; Wed, 5 Jan 2005 10:38:25 GMT (envelope-from m.seaman@infracaninophile.co.uk) Message-ID: <41DBC39B.5010604@infracaninophile.co.uk> Date: Wed, 05 Jan 2005 10:38:19 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Mozilla Thunderbird 1.0 (X11/20041229) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Curtis Almond References: <92b67e1b050104152322d7beac@mail.gmail.com> In-Reply-To: <92b67e1b050104152322d7beac@mail.gmail.com> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigE8CE10714AACEA9904B22A2F" cc: freebsd-questions@freebsd.org Subject: Re: install.cfg disklabel customization question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jan 2005 10:38:29 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigE8CE10714AACEA9904B22A2F Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Curtis Almond wrote: > Anyone know how to make /usr100 not mounted at boot time? Edit /etc/fstab and add the 'noauto' flag to the appropriate line. Something like this: /dev/ad0s2f /usr100 ufs rw,noauto 2 2 > Or even better.... > How can I create the ad0s2-4 (ad0s2f after boot) label but have > sysinstall not newfs it during netboot? You shouldn't need to recreate the disk or partition labels every time you reboot, unless you are wiping and re-installing most of the disk each time. If you're using sysinstall(8) to do an automatic install as part of your netboot process, then as far as I can tell, there's no way using the scripted interface to tell it to create a UFS partition but not newfs or mount it -- although that's easy enough using sysinstall interactively. I'd be thinking more along the lines of ditching sysinstall(8) entirely for that purpose and using fdisk(8), bsdlabel(8) and newfs(8) directly. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 8 Dane Court Manor School Rd PGP: http://www.infracaninophile.co.uk/pgpkey Tilmanstone Tel: +44 1304 617253 Kent, CT14 0JL UK --------------enigE8CE10714AACEA9904B22A2F Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iQCVAwUBQdvDoZr7OpndfbmCAQKOwAQAs1BoMfPU64y8Lf/f001B3YOiw3emlO6+ xvQpEety9RHzSsQ1cazq7VTV3FkLzANoeOtjY6iukW3CDgrw5yTh8urddjYFixld i+EG8/YL0UPz+nYsOOPR2IHddcCBea7+5soFJ/NjJWFjrNApkJgx5beGho9856dL skRgIgvAX3E= =TBZn -----END PGP SIGNATURE----- --------------enigE8CE10714AACEA9904B22A2F--