On Wed, Jan 06, 2016 at 12:44:00PM +0000, Roderich wrote: > (2) I tried to install with PXE Boot, I booted bsd.rd from another > machine that also offered the sets with http to 10.0.0.1/5.8/i386, > but the installation program did not find the sets. I went to > shell and the sets could inded be fetched with "ftp" program from > that location. BTW ftp is also not offered, only disc and http.
You need an index.txt file that lists the available files in "ls -ln" format. Otherwise the installer doesn't know what files are there. I ran into the same problem when trying to install using sets from a local machine on my home network. The installer would have to be much more complicated to parse the automatically generated HTML that each web server generates. --Kurt