atom feed23 messages in org.freebsd.freebsd-smallRe: Odd idea
FromSent OnAttachments
Mike SmithSep 2, 1999 11:41 pm 
Warner LoshSep 2, 1999 11:44 pm 
Skip HansenSep 3, 1999 8:10 am 
Chris DillonSep 3, 1999 10:10 am 
Mike SmithSep 3, 1999 12:08 pm 
Mike SmithSep 3, 1999 12:35 pm 
John IoannidisSep 3, 1999 12:35 pm 
Warner LoshSep 3, 1999 12:41 pm 
Skip HansenSep 3, 1999 1:38 pm 
David O'BrienSep 3, 1999 2:16 pm 
Broderick WoodSep 3, 1999 2:59 pm 
Chris DillonSep 3, 1999 3:02 pm 
David O'BrienSep 3, 1999 3:39 pm 
Mike SmithSep 3, 1999 3:44 pm 
David O'BrienSep 3, 1999 4:15 pm 
Mike SmithSep 3, 1999 4:19 pm 
Jac BackusSep 4, 1999 12:36 pm 
Kent BerggrenSep 4, 1999 1:48 pm 
Chris DillonSep 4, 1999 7:13 pm 
Mike SmithSep 4, 1999 7:13 pm 
Chris DillonSep 4, 1999 10:20 pm 
Mike SmithSep 4, 1999 11:18 pm 
Chris DillonSep 5, 1999 12:01 am 
Subject:Re: Odd idea
From:Chris Dillon (cdil@wolves.k12.mo.us)
Date:Sep 4, 1999 7:13:27 pm
List:org.freebsd.freebsd-small

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 - cdil@wolves.k12.mo.us - cdil@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 majo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message