Setting up the Filesystem using an ISO
- Grab the latest release ISO from ftp.freebsd.org
- Mount it using:
mdconfig -a -t vnode -u 0 -f 6.1-RELEASE.iso mount_cd9660 /dev/md0 /mnt
- Copy the CD contents to /usr/local/export/freebsd/
mdconfig -a -t vnode -u 0 -f 6.1-RELEASE.iso mount_cd9660 /dev/md0 /mnt
PXE:ISO (last edited 2008-06-17T21:37:17+0000 by anonymous)