Date: Wed, 10 Feb 1999 13:26:27 +1100 From: Peter Jeremy <peter.jeremy@auss2.alcatel.com.au> To: sgk@troutmask.apl.washington.edu Cc: current@FreeBSD.ORG Subject: Re: adding DHCP client to src/contrib/ Message-ID: <99Feb10.131607est.40323@border.alcanet.com.au>
next in thread | raw e-mail | index | archive | help
Steve Kargl <sgk@troutmask.apl.washington.edu> wrote: >Drop FreeBSD cd-rom into tray (or caddy). >mount_cd9660 /dev/cd0a /mnt >pkg_add dhcp >umount /mnt Hmmm... Lets see: 1) Drop FreeBSD CD-ROM into tray on server 2) mount_cd9660 /dev/cd0a /cdrom 3) [NFS export /cdrom] 4) Boot client from floppy. so far so good. 5) Configure client network interface using DHCP 6) mount_nfs server:/mnt /mnt 7) pkg_add /mnt/.../dhcp-client This could be more difficult... Any suggestions on how to perform step 5 before the DHCP client is installed in step 7? Alternatively, how can I manage step 6 before step 5? Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?99Feb10.131607est.40323>