From owner-freebsd-questions@FreeBSD.ORG Wed Jul 2 03:18:48 2003 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 E406A37B404 for ; Wed, 2 Jul 2003 03:18:48 -0700 (PDT) Received: from mail.gascom.ru (mail.gascom.ru [217.17.160.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 7B6994400F for ; Wed, 2 Jul 2003 03:18:47 -0700 (PDT) (envelope-from asa@gascom.ru) Received: (qmail 71393 invoked from network); 2 Jul 2003 10:18:26 -0000 Received: from asa.gascom.net.ru (HELO ?192.168.100.29?) (192.168.100.29) by mail.gascom.ru with SMTP; 2 Jul 2003 10:18:26 -0000 From: Sergey Akifyev To: questions@freebsd.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-T7Dp9pfxPvNVzcDNsilp" Organization: JSC Gascom Message-Id: <1057141125.362.12.camel@asa.gascom.net.ru> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 02 Jul 2003 10:18:45 +0000 Subject: How ti install /stand on new HDD 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, 02 Jul 2003 10:18:49 -0000 --=-T7Dp9pfxPvNVzcDNsilp Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello! When mass installing/reinstalling freebsd machines I use following procedure: 1) make buildworld on my installer machine 2) insert new [target] HDD in my installer machine 3) fdisk / disklabel the HDD as desired and mount it at /some/where 4) cd /usr/src && make installworld DESTDIR=3D/some/where 5) cd sys/compile/SOMEKERNEL && make install DESTDIR=3D/some/where 6) cd /usr/src/etc && make distribution DESTDIR=3D/some/where 7) configure /some/where/etc as desired All this works fine, but /stand doesn't get installed on the new HDD. I didn't find place, where the Makefile for /stand lives. For now I copy /stand on the new HDD from builder, which IMHO is not good. So, question is: how to get /stand installed? --=20 regards, Sergey Akifyev JSC Gascom PGP key available from: ftp://ftp.gascom.ru/pub/PGP-keys/asa.txt --=-T7Dp9pfxPvNVzcDNsilp Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQA/ArGFbu06QwmNwNsRAsqbAJwJtUVnslT47MQ0YrpY1swoSIalUgCffWcw D1YFnS2I7yDi4QxjfgCRkLc= =Lw6P -----END PGP SIGNATURE----- --=-T7Dp9pfxPvNVzcDNsilp--