From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GBfUx-0006Ci-TD for garchives@archives.gentoo.org; Fri, 11 Aug 2006 22:29:00 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k7BMQuS5027899; Fri, 11 Aug 2006 22:26:56 GMT Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k7BMQuL1023256 for ; Fri, 11 Aug 2006 22:26:56 GMT Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GBfSr-00059A-6x for gentoo-amd64@lists.gentoo.org; Sat, 12 Aug 2006 00:26:49 +0200 Received: from ip68-230-97-209.ph.ph.cox.net ([68.230.97.209]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Aug 2006 00:26:49 +0200 Received: from 1i5t5.duncan by ip68-230-97-209.ph.ph.cox.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Aug 2006 00:26:49 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-amd64@lists.gentoo.org From: "Duncan" <1i5t5.duncan@cox.net> Subject: [gentoo-amd64] Re: new graphical installer Date: Fri, 11 Aug 2006 22:26:40 +0000 (UTC) Message-ID: References: <1155294917.7688.3.camel@linuxstation.homenetwork> <200608111307.46197.tcoulon@decoulon.ch> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: ip68-230-97-209.ph.ph.cox.net User-Agent: pan 0.107 (Umi De No Jisatsu) Sender: news X-Archives-Salt: b6448e57-c54a-4252-985e-76301e93dfdd X-Archives-Hash: 197445947ab37d072542c140f3a17dd2 Thierry de Coulon posted 200608111307.46197.tcoulon@decoulon.ch, excerpted below, on Fri, 11 Aug 2006 13:07:46 +0200: > Anyway, you have to download the iso file to be able tu burn it to CD. > I'm not aware of any way of installing Gentoo on many pc's without > either compiling it pc after pc, or possibly creating an image of the > first install and copying it (provided all pcs are the same, of course). Note portage FEATURES=buildpkg, one of my favorite features, for a number of reasons. Once you have the first one setup, all others can install using the binary packages created by the first one. Thus, the process becomes much like installing a regular binary distribution, only of course with Gentoo details, and using the binary packages (emerge -K) created for the first one. Also note that with a group of computers, it's possible to use distcc to share in the compiling job, once they all get minimally setup, anyway. Thus, I'd setup the first one thru the emerge --emptytree system step (or maybe even before that, with just the stage-3 and networking stuff), ensure it's configured for networking, then setup the others to the same level, and get distcc merged on all of them. After that, you can use distcc to while compiling everything else, and the job will go far faster. Of course, that assumes that you want to use the same USE flags and CFLAGS on all of them. If not, you can't share packages, but you can still use distcc to share the compiling. For big installs, you can use dev-util/catalyst, the Gentoo release creator meta-tool that releng uses for Gentoo's own releases, and customize the install as desired for your own purposes. Obviously, it'll be more work to figure that out and use it if you are only doing a few installs, but once you get into the double-digits, it could be easier using catalyst to customize your own install, and time you reach fifty, catalyst should save you some major time and hassle, repeatedly configuring the same thing fifty times. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman -- gentoo-amd64@gentoo.org mailing list