From owner-freebsd-gnome@FreeBSD.ORG Sat Jun 28 09:34:47 2008 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B2B41065674 for ; Sat, 28 Jun 2008 09:34:47 +0000 (UTC) (envelope-from markir@paradise.net.nz) Received: from smtp5.clear.net.nz (smtp5.clear.net.nz [203.97.33.68]) by mx1.freebsd.org (Postfix) with ESMTP id D8EEF8FC17 for ; Sat, 28 Jun 2008 09:34:46 +0000 (UTC) (envelope-from markir@paradise.net.nz) Received: from zmori.markir.net (121-73-161-249.dsl.telstraclear.net [121.73.161.249]) by smtp5.clear.net.nz (CLEAR Net Mail) with ESMTP id <0K3600BYK2LWFL00@smtp5.clear.net.nz> for freebsd-gnome@freebsd.org; Sat, 28 Jun 2008 21:34:46 +1200 (NZST) Date: Sat, 28 Jun 2008 21:34:32 +1200 From: Mark Kirkwood In-reply-to: <200806262222.m5QMMfbC028682@yoda.pixi.com> To: knowtree@aloha.com Message-id: <486605A8.6010909@paradise.net.nz> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit References: <200806262222.m5QMMfbC028682@yoda.pixi.com> User-Agent: Thunderbird 2.0.0.14 (X11/20080601) Cc: freebsd-gnome@freebsd.org Subject: Re: Can Gnome install from CD-ROM with defaults? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jun 2008 09:34:47 -0000 knowtree@aloha.com wrote: >> knowtree@aloha.com wrote: >> >>> I want to install Gnome in a classroom situation, either live or as a >>> homework project. I prefer not requiring the bandwidth a network install >>> entails. This step will follow installing FreeBSD, so it will be on a clean >>> machine. >>> >>> Is there a way to do this using CD-ROM? >>> >>> What if I did it once ahead of time, then copied all the tarballs to the >>> new machine's /usr/ports/distfiles, then ran the gnome2 installer? Would >>> that work without a network connection? >>> >>> Is there a way to run the installer with the option to take all defaults >>> and not prompt? I recall having my recent installs get stuck several times >>> waiting for me to accept the proposed configuration for this or that port. >>> >>> >>> >> I think the "batch" option to portinstall is what you want: >> >> $ portinstall --batch gnome2 >> >> should work out what dependencies are needed and install gnome without >> user intervention. >> >> Cheers >> >> Mark >> > > I don't see any portinstall. Did it just come out? My installation is from > last December. > > > > > It is part of the portupgrade port (if you have installed the ports collection, see /usr/ports/ports-mgmt/portupgrade). Cheers Mark