From owner-freebsd-small Sat Sep 4 19:14:12 1999 Delivered-To: freebsd-small@freebsd.org Received: from mail.wolves.k12.mo.us (mail.wolves.k12.mo.us [207.160.214.1]) by hub.freebsd.org (Postfix) with ESMTP id 7D9B91532F; Sat, 4 Sep 1999 19:14:09 -0700 (PDT) (envelope-from cdillon@wolves.k12.mo.us) Received: from mail.wolves.k12.mo.us (cdillon@mail.wolves.k12.mo.us [207.160.214.1]) by mail.wolves.k12.mo.us (8.9.3/8.9.2) with ESMTP id VAA79865; Sat, 4 Sep 1999 21:13:50 -0500 (CDT) (envelope-from cdillon@wolves.k12.mo.us) Date: Sat, 4 Sep 1999 21:13:49 -0500 (CDT) From: Chris Dillon To: "David O'Brien" Cc: config@FreeBSD.ORG, small@FreeBSD.ORG Subject: Re: Odd idea In-Reply-To: <19990903153932.A55391@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 3 Sep 1999, David O'Brien wrote: > > 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. Doh. I wish there were some way other than specifying the MAC address to say to the DHCP/BOOTP server "give me FOO configuration". I was trying to think of a way to make a boot disk which required a minimal amount of system-dependant information tied to the boot disk itself or to the station you are booting it from. Unfortunately I guess neither BOOTP nor DHCP can fit this bill (or can it?). -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net FreeBSD: The fastest and most stable server OS on the planet. For Intel x86 and Alpha architectures (SPARC under development). ( http://www.freebsd.org ) "One should admire Windows users. It takes a great deal of courage to trust Windows with your data." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message