From owner-freebsd-questions@FreeBSD.ORG Sat Mar 4 10:45:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D488816A420 for ; Sat, 4 Mar 2006 10:45:59 +0000 (GMT) (envelope-from chandanh@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FB6543D6E for ; Sat, 4 Mar 2006 10:45:59 +0000 (GMT) (envelope-from chandanh@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so889047nzd for ; Sat, 04 Mar 2006 02:45:58 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:organization:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=YfWkvq2ubzeTs4oKV6hqGNQysDZKGonFWyrgIYCZUzOW/ap1xsYUdBvExKrew68KVaeJZyjeVbpLndCHHF0wcM8CULES/AILwDCZrdeqC/LR49uZE9nsQLGFgT3zzaGloBl8NZnC6m9kiVhruBvZ4mKs7QQHdx6F32uzBk7GKrg= Received: by 10.36.50.8 with SMTP id x8mr4407365nzx; Sat, 04 Mar 2006 02:45:58 -0800 (PST) Received: from ?192.168.0.100? ( [61.246.59.50]) by mx.gmail.com with ESMTP id m2sm2331257nzf.2006.03.04.02.45.56; Sat, 04 Mar 2006 02:45:58 -0800 (PST) Message-ID: <4409715D.1080006@gmail.com> Date: Sat, 04 Mar 2006 16:22:13 +0530 From: Chandan Haldar Organization: TISRA User-Agent: Mozilla Thunderbird 1.0.6 (X11/20060226) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Steve P." References: <20060304091123.3C5BE1CE304@ws1-6.us4.outblaze.com> In-Reply-To: <20060304091123.3C5BE1CE304@ws1-6.us4.outblaze.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Second ISO Image X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Mar 2006 10:45:59 -0000 It contains all the binary package files (*.tgz) for the additional ports in the distrib that sysinstall offers to let you choose at install time. If you select additional ports for installation that are not part of the canned distribution sets (gnome, for example, or emacs), sysinstall will prompt you to change the disk when it needs those binary packages. I see it as a quick and safe way to get some of the most commonly used binaries installed on your system without downloading and building them from sources through the ports collection. But for some of the programs you may land up with a version slightly older than what you get by building from the sources. Only the most widely used ones out of the 14,000+ ports are available as binary packages on disk 2. Chandan Steve P. wrote: > Is there a url that explains what is on the second ISO image for 6.0 > release ISO 2? Could not really find it explained on freebsd.org. > > Thanks. > > Steve.