From owner-freebsd-newbies@FreeBSD.ORG Sat Nov 15 12:53:51 2003 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0D4216A4CF for ; Sat, 15 Nov 2003 12:53:51 -0800 (PST) Received: from spork.pantherdragon.org (spork.pantherdragon.org [206.29.168.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id C35B543F3F for ; Sat, 15 Nov 2003 12:53:50 -0800 (PST) (envelope-from dmp@bitfreak.org) Received: from speck.techno.pagans (12-206-23-247.client.attbi.com [12.206.23.247]) by spork.pantherdragon.org (Postfix) with ESMTP id 30C0D2A403; Sat, 15 Nov 2003 12:53:50 -0800 (PST) Received: from speck.techno.pagans (localhost [127.0.0.1]) by speck.techno.pagans (Postfix) with SMTP id 828D5C0D9; Sat, 15 Nov 2003 12:53:48 -0800 (PST) Date: Sat, 15 Nov 2003 12:53:47 -0800 From: Darren Pilgrim To: "Roland Giesler" Message-Id: <20031115125347.71686d35.dmp@bitfreak.org> In-Reply-To: References: X-Mailer: Sylpheed version 0.9.3claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-newbies@freebsd.org Subject: Re: Obtaining the full 4 CDs? X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Nov 2003 20:53:51 -0000 On 2003.11.15 21:15:10 +0200, "Roland Giesler" wrote: > Maybe someone can explain how to actually use the three additional > CD's in the set, since I've installed FreeBSD a number of times now, > with the full ports collection and quite a number of the other > distributions, but I've never needed the extra CD's? I alos don't > find anything in the manuals re this or maybe I'm using the wrong > terms in my search? Disc 2 is bootable and contains a live filesystem--a copy of the base distribution. In sysinstall, choose FixIt, and you'll get a dialog with four options, the CDROM/DVD option lets you mount the disc and use the programs on it. This gets you access to fdisk, fsck, disklabel, and all the file manipulation tools you typically need repair a system. This is useful for stuff like removing a forgotten root password when you've set the console to insecure, using fdisk to examine and fix a system disk that won't boot, or locate that backup copy of the GENERIC kernel so you can boot the machine to single user, fix your broken custom kernel config and rebuild. The remaining space on disc 2 and all of discs 3 and 4 contain additional packages. You can use sysinstall to install them after the initial install by running sysinstall again, choose Configure, Packages, CD/DVD. You can also use pkg_add. A lot of work has gone into determining the set of packages people are most likely to want to install initially, so most of what you'd want from packages is on disc 1. The only package I've found missing from disc 1 is the non-X build of cvsup, cvsup-without-gui. The packages contain fully-compiled programs, not source code, and are specific to the version of FreeBSD on the CDs. It's possible for them to work on other versions, but it's a Really Bad Idea to do so. The version-specific nature of packages includes the security branches. For example, a package for 4.8-RELEASE isn't safe even for use on 4.8-RELEASE-p1. Hope this helps.