From owner-freebsd-gnome@FreeBSD.ORG Thu Jun 26 07:16:49 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 C856D106567B for ; Thu, 26 Jun 2008 07:16:49 +0000 (UTC) (envelope-from markir@paradise.net.nz) Received: from smtp4.clear.net.nz (smtp4.clear.net.nz [203.97.37.64]) by mx1.freebsd.org (Postfix) with ESMTP id 8CD408FC24 for ; Thu, 26 Jun 2008 07:16:49 +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 smtp4.clear.net.nz (CLEAR Net Mail) with ESMTP id <0K32008I065KM730@smtp4.clear.net.nz> for freebsd-gnome@freebsd.org; Thu, 26 Jun 2008 19:00:58 +1200 (NZST) Date: Thu, 26 Jun 2008 19:00:56 +1200 From: Mark Kirkwood In-reply-to: <200806260027.m5Q0ReEK015675@yoda.pixi.com> To: knowtree@aloha.com Message-id: <48633EA8.5090904@paradise.net.nz> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit References: <200806260027.m5Q0ReEK015675@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: Thu, 26 Jun 2008 07:16:49 -0000 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