From owner-freebsd-config Fri Sep 3 15:44:48 1999 Delivered-To: freebsd-config@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id EBD7F150CA; Fri, 3 Sep 1999 15:44:41 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (iras-3-24.ucdavis.edu [169.237.17.24]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id PAA48395; Fri, 3 Sep 1999 15:44:06 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id PAA55538; Fri, 3 Sep 1999 15:39:33 -0700 (PDT) (envelope-from obrien) Date: Fri, 3 Sep 1999 15:39:33 -0700 From: "David O'Brien" To: Chris Dillon Cc: config@FreeBSD.ORG, small@FreeBSD.ORG Subject: Re: Odd idea Message-ID: <19990903153932.A55391@dragon.nuxi.com> Reply-To: obrien@NUXI.com References: <19990903141644.J49271@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre1i In-Reply-To: X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-config@FreeBSD.ORG Precedence: bulk > BOOTP is not necessarily sufficient. BOOTP does not allow truly > dynamic configuration, or at least not with the ISC dhcpd. Remember we are talking about the loader here, for net booting. Not for after you've booted. When net booting you need to tell the loader the kernel's name and the path to / . I could be wrong, but I think you usually would not want these dolled out randomly. For example: host net-install { hardware ethernet 8:0:2b:32:bf:5c; fixed-address 192.168.1.3; option host-name "foo.nuxi.com"; option domain-name-servers 192.168.1.2 option broadcast-address 192.168.1.255; option routers 192.168.1.1; option domain-name "nuxi.com"; option root-path "/export/freebsd-install"; filename "install.bin"; } you could of course specify swap here and have a diskless setup. -- -- David (obrien@NUXI.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-config" in the body of the message