From owner-freebsd-questions@FreeBSD.ORG Tue Jan 4 23:23:07 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 1920516A4CE for ; Tue, 4 Jan 2005 23:23:07 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id A212343D54 for ; Tue, 4 Jan 2005 23:23:06 +0000 (GMT) (envelope-from cjalmond@gmail.com) Received: by rproxy.gmail.com with SMTP id z35so106864rne for ; Tue, 04 Jan 2005 15:23:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=dyR/SLXwYbS4E8n/DyzG3Lq1hNPtVNA/wf9+7icOSCpeG6MLQwshoYk0/+KWJ1HmWiu314JTiBxA6dSKOpxkJ80n/VzwTReHsXeRPby/pvWimyb00cw6CqGeCaUcnOq3fcoOyHM43xrGsShqbDnCmBZQfhmKEWd14YkqCEFwl7Y= Received: by 10.38.96.45 with SMTP id t45mr428351rnb; Tue, 04 Jan 2005 15:23:05 -0800 (PST) Received: by 10.38.97.21 with HTTP; Tue, 4 Jan 2005 15:23:05 -0800 (PST) Message-ID: <92b67e1b050104152322d7beac@mail.gmail.com> Date: Tue, 4 Jan 2005 17:23:05 -0600 From: Curtis Almond To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: install.cfg disklabel customization question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Curtis Almond List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2005 23:23:07 -0000 I would like to be able to do the following 1. Create a / partition of x size 2. Create a swap partition of x size 3. Create a /usr partition of x size 4. Create a ufs partition of the rest of the disk but it is not mounted at boot. What I have thus far is: # label disk 1 # IDE ad0s2-1=ufs 3969000 / ad0s2-2=swap 3969000 none ad0s2-3=ufs 3969000 /usr ad0s2-4=ufs 0 /usr100 Anyone know how to make /usr100 not mounted at boot time? Or even better.... How can I create the ad0s2-4 (ad0s2f after boot) label but have sysinstall not newfs it during netboot? Any ideas would be great.. Curtis