Date: Tue, 17 Mar 1998 10:49:11 -0800 (PST) From: Dan Busarow <dan@dpcsys.com> To: hellenic <hellenic@rmplc.co.uk> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Diskless booting across the network Message-ID: <Pine.BSF.3.96.980317103837.16607E-100000@java.dpcsys.com> In-Reply-To: <199803170952.JAA18686@mx2.rmplc.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 17 Mar 1998, hellenic wrote: > I am trying to get a client to 'disklessly' boot across the network. > /usr/rootfs/client/etc/rc > --------------------------- > #!/bin/sh > HOME=/; export HOME > PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin > export PATH > # swapon -a ^^^ I think this may be your problem. My diskless clients do execute swapon -a > /sbin ifconfig ed0 192.168.1.2 netmask 0xffffff00 Don't do this. The network interface is already config'd You do want to config lo0. I use a standard /etc/rc with no ifconfig_edX in rc.conf > mount_nfs server:/usr/rootfs/client / > mount_nfs server:/usr /usr I also let the standard rc take care of mounts via /etc/fstab Dan -- Dan Busarow 714 443 4172 DPC Systems / Beach.Net dan@dpcsys.com Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980317103837.16607E-100000>