dd if=mfsroot.flp of=/dev/rfd0
dd if=kern.flp of=/dev/rfd0
# If you get the following error:
zf_read: unexpected EOF
# then your floppy disk is bad, use another.
# In /etc/inetd.conf, uncomment the following line:
ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l
#Restart inetd:
kill -1 PID-of-inetd
#Add an anonymous FTP account:
vipw /etc/passwd
#Add the following line
ftp:*:99:99::0:0:FTP:/cdrom:/nonexistent
mount /cdrom
Now, from your 'new' box, in /stand/sysinstall -> Options -> Release Name, set to 'any'.
Start your standard installation, at 'Choose Installation Media', select 'Install from an FTP server' -> 'Specify some other ftp site by URL'.
Just enter the IP or FQDN (Fully Qualified Domain Name) of the FTP server you just configured, i.e./>
ftp://192.168.0.1/>
or/>
ftp://my.little.ftpserver.com./>
Read more at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-diff-media.html
Last modified: Mon Jan 15 12:44:31 Romance Standard Time 2007