From owner-freebsd-questions@FreeBSD.ORG Thu Nov 24 13:13:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 60B4216A41F for ; Thu, 24 Nov 2005 13:13:53 +0000 (GMT) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (chylonia.3miasto.net [213.192.74.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA83B43D68 for ; Thu, 24 Nov 2005 13:13:51 +0000 (GMT) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (localhost [127.0.0.1]) by chylonia.3miasto.net (8.13.4/8.13.4) with ESMTP id jAODDfVH076725 for ; Thu, 24 Nov 2005 14:13:41 +0100 (CET) (envelope-from wojtek@tensor.3miasto.net) Received: from localhost (wojtek@localhost) by chylonia.3miasto.net (8.13.4/8.13.4/Submit) with ESMTP id jAODDfYr076722 for ; Thu, 24 Nov 2005 14:13:41 +0100 (CET) (envelope-from wojtek@tensor.3miasto.net) X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs Date: Thu, 24 Nov 2005 14:13:41 +0100 (CET) From: Wojciech Puchar X-X-Sender: wojtek@chylonia.3miasto.net To: freebsd-questions@freebsd.org Message-ID: <20051124140918.I75939@chylonia.3miasto.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: installing without sysinstall - question. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2005 13:13:53 -0000 if i would like to install FreeBSD without sysinstall, what things should i do after: 1) dd if=/dev/zero of=/dev/ad0 bs=1m count=1 to clean up the disk (or da0 or else depending what king of disk is used) 2) bsdlabel -w ad0 3) bsdlabel -e ad0 and edit my slices 4) newfs my slices 5) boot0cfg&bsdlabel -B. CAN be just bsdlabel -B used with FreeBSD-only partitioning? 6) mount destination structure under /mnt & export DESTDIR=/mnt 7) in each distribution directory do ./install.sh 8) create /mnt/etc/fstab, edit rc.conf etc. what else must be done to install system this way?