Steve Kargl <s...@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 majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message