From owner-freebsd-questions@FreeBSD.ORG Thu Aug 31 15:18:11 2006 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 A3BD216A4E7 for ; Thu, 31 Aug 2006 15:18:11 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 202B143D55 for ; Thu, 31 Aug 2006 15:17:58 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id CCFE660E7; Thu, 31 Aug 2006 19:17:56 +0400 (MSD) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id 92BA860D8; Thu, 31 Aug 2006 19:17:56 +0400 (MSD) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.6/8.13.6) id k7VFINnU057478; Thu, 31 Aug 2006 19:18:23 +0400 (MSD) (envelope-from ru) Date: Thu, 31 Aug 2006 19:18:23 +0400 From: Ruslan Ermilov To: backyard Message-ID: <20060831151823.GE56996@rambler-co.ru> References: <20060831085225.GF14958@rambler-co.ru> <20060831145328.12803.qmail@web83113.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nHwqXXcoX0o6fKCv" Content-Disposition: inline In-Reply-To: <20060831145328.12803.qmail@web83113.mail.mud.yahoo.com> User-Agent: Mutt/1.5.12-2006-07-14 X-Virus-Scanned: No virus found Cc: freebsd-questions@FreeBSD.org Subject: Re: who do you install freebsd without sysinstall? 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, 31 Aug 2006 15:18:11 -0000 --nHwqXXcoX0o6fKCv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 31, 2006 at 07:53:28AM -0700, backyard wrote: > Out of curiosity... >=20 > So If I made a custom boot cd I could boot a dead box, > setup the drives and slices, CVSUP the system I want > to build, tweak the build environment for the proper > temporary build locations and build a system from > source and install that system to the now live box, > boot it and be done? >=20 Basically yes. When booting from CD though, I'll have to mdconfig(8) and re-mount at least /tmp, maybe /var as well. > also along these lines how do I make the system allow > me to seed the entropy engine? Usually after an > install it asks to fill in a screen full of junk, but > with a custom install it doesn't do this for me, at > least not the last time I tried. Just curious, > especially if I attempt the above procedure. >=20 Well, it does this only if the below conditions are met: 1) You have enabled sshd(8) in sysinstall(8), so it's enabled in /etc/rc.conf. 2) This is the first boot, /etc/rc.d/sshd needs to generate new SSH keys but random(4) hasn't been seeded yet. (random(4) is seeded by the /random and /var/db/random/* files.) So, if you did a custom install and then rebooted for the first time, but did not yet enable sshd(8), the cron(8) will save some entropy, so the time you need it to generate SSH keys there will already be some entropy available. But if you absolutely need to reseed manually, boot into single-user mode, and type rm /entropy /var/db/entropy/* Then proceed with normal booting. If sshd(8) is enabled, it will ask you to enter some entropy. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --nHwqXXcoX0o6fKCv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE9v2/qRfpzJluFF4RAogsAJ90i80IWj749Lx/a5KcjWfeCu7/ggCdEpb+ CtfFjC9RR+vaeM5l3Y/6ej0= =/Cmh -----END PGP SIGNATURE----- --nHwqXXcoX0o6fKCv--