PDA

View Full Version : FreeBSD discs


mattpg1
October 2nd, 2007, 09:47 AM
ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/6.2/

I guess it's obvious I need disc1 and disc2. What's bootonly and docs?

Thanks

JoeC0180
October 2nd, 2007, 12:02 PM
Found this in the freebsd handbook...

version-RELEASE-arch-bootonly.iso = Everything you need to boot into a FreeBSD kernel and start the installation interface. The installable files have to be pulled over FTP or some other supported source.

version-RELEASE-arch-docs.iso = FreeBSD documentation (for FreeBSD 6.2 and later).

mattpg1
October 2nd, 2007, 12:05 PM
Does that mean disc1 can't start the install without bootonly?

JoeC0180
October 2nd, 2007, 08:17 PM
No, all you need is disc1 and 2 to do a full install.

The bootonly disc contains the kernel and other packages required to bring the install up and running, then the rest of the packages will be installed over the net during the install rather than from the cd.

mattpg1
October 3rd, 2007, 12:29 AM
Thanks