public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] unattended installation
@ 2005-10-24 20:13 Eric Waguespack
  2005-10-24 20:18 ` Michael Crute
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Eric Waguespack @ 2005-10-24 20:13 UTC (permalink / raw
  To: gentoo-user

apologies if this isn't the best mailer to send this under, but I was
curious, is there an "unattended installation" project for Gentoo? It
would help with mass deployments... I was going to try and come up
with a bash script but I figured I would ask before I tried to
reinvent the wheel.




Thanks!

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] unattended installation
  2005-10-24 20:13 [gentoo-user] unattended installation Eric Waguespack
@ 2005-10-24 20:18 ` Michael Crute
  2005-10-24 20:24 ` Mike Williams
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Michael Crute @ 2005-10-24 20:18 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 684 bytes --]

On 10/24/05, Eric Waguespack <ewaguespack@gmail.com> wrote:
>
> apologies if this isn't the best mailer to send this under, but I was
> curious, is there an "unattended installation" project for Gentoo? It
> would help with mass deployments... I was going to try and come up
> with a bash script but I figured I would ask before I tried to
> reinvent the wheel.
>
>
Yes, check out the Gentoo Installer project and mailing list.

-Mike

--
________________________________
Michael E. Crute
Software Developer
SoftGroup Development Corporation

Linux, because reboots are for installing hardware.
"In a world without walls and fences, who needs windows and gates?"

[-- Attachment #2: Type: text/html, Size: 997 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] unattended installation
  2005-10-24 20:13 [gentoo-user] unattended installation Eric Waguespack
  2005-10-24 20:18 ` Michael Crute
@ 2005-10-24 20:24 ` Mike Williams
  2005-10-24 22:23 ` Michael Sullivan
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Mike Williams @ 2005-10-24 20:24 UTC (permalink / raw
  To: gentoo-user

On Monday 24 October 2005 21:13, Eric Waguespack wrote:
> apologies if this isn't the best mailer to send this under, but I was
> curious, is there an "unattended installation" project for Gentoo? It
> would help with mass deployments... I was going to try and come up
> with a bash script but I figured I would ask before I tried to
> reinvent the wheel.

http://www.gentoo.org/proj/en/releng/installer/

I've just used it myself, and it does actually work quite well. Quite fragile, 
so well worthy of it's alpha status, but it does work.

-- 
Mike Williams
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] unattended installation
  2005-10-24 20:13 [gentoo-user] unattended installation Eric Waguespack
  2005-10-24 20:18 ` Michael Crute
  2005-10-24 20:24 ` Mike Williams
@ 2005-10-24 22:23 ` Michael Sullivan
  2005-10-25  3:53 ` Chris Cox
  2005-10-26 14:00 ` [gentoo-user] " James
  4 siblings, 0 replies; 7+ messages in thread
From: Michael Sullivan @ 2005-10-24 22:23 UTC (permalink / raw
  To: gentoo-user

On Mon, 2005-10-24 at 15:13 -0500, Eric Waguespack wrote:
> apologies if this isn't the best mailer to send this under, but I was
> curious, is there an "unattended installation" project for Gentoo? It
> would help with mass deployments... I was going to try and come up
> with a bash script but I figured I would ask before I tried to
> reinvent the wheel.
> 
> 
> 
> 
> Thanks!
> 

GRP?

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] unattended installation
  2005-10-24 20:13 [gentoo-user] unattended installation Eric Waguespack
                   ` (2 preceding siblings ...)
  2005-10-24 22:23 ` Michael Sullivan
@ 2005-10-25  3:53 ` Chris Cox
  2005-10-26  0:37   ` Nick Rout
  2005-10-26 14:00 ` [gentoo-user] " James
  4 siblings, 1 reply; 7+ messages in thread
From: Chris Cox @ 2005-10-25  3:53 UTC (permalink / raw
  To: gentoo-user

On Monday 24 October 2005 15:13, Eric Waguespack wrote:
> apologies if this isn't the best mailer to send this under, but I was
> curious, is there an "unattended installation" project for Gentoo? It
> would help with mass deployments... I was going to try and come up
> with a bash script but I figured I would ask before I tried to
> reinvent the wheel.
>
>

You could build one system and assuming your other machines are the same then 
use Partimage to create an image of that system, burn it to DVDR/CDR, restore 
the image(s) to your other machines. Or boot a livecd, mount an NFS share, 
restore the image over the network.  

-- 
Chris
Linux 2.6.13-gentoo-r4 i686 AMD Athlon(tm) XP
 22:50:08 up 1 day, 16:01, 13 users,  load average: 0.35, 0.16, 0.10
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] unattended installation
  2005-10-25  3:53 ` Chris Cox
@ 2005-10-26  0:37   ` Nick Rout
  0 siblings, 0 replies; 7+ messages in thread
From: Nick Rout @ 2005-10-26  0:37 UTC (permalink / raw
  To: gentoo-user


On Mon, 24 Oct 2005 22:53:30 -0500
Chris Cox wrote:

> On Monday 24 October 2005 15:13, Eric Waguespack wrote:
> > apologies if this isn't the best mailer to send this under, but I was
> > curious, is there an "unattended installation" project for Gentoo? It
> > would help with mass deployments... I was going to try and come up
> > with a bash script but I figured I would ask before I tried to
> > reinvent the wheel.
> >
> >
> 
> You could build one system and assuming your other machines are the same then 
> use Partimage to create an image of that system, burn it to DVDR/CDR, restore 
> the image(s) to your other machines. Or boot a livecd, mount an NFS share, 
> restore the image over the network.  

g4u might also be useful for this.

-- 
Nick Rout <nick@rout.co.nz>

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user]  Re: unattended installation
  2005-10-24 20:13 [gentoo-user] unattended installation Eric Waguespack
                   ` (3 preceding siblings ...)
  2005-10-25  3:53 ` Chris Cox
@ 2005-10-26 14:00 ` James
  4 siblings, 0 replies; 7+ messages in thread
From: James @ 2005-10-26 14:00 UTC (permalink / raw
  To: gentoo-user

Eric Waguespack <ewaguespack <at> gmail.com> writes:


> would help with mass deployments... I was going to try and come up
> with a bash script but I figured I would ask before I tried to
> reinvent the wheel.


You may find some useful ideas and information here:

http://www.gentoo.org/proj/en/releng/catalyst/


hth,

James

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-10-26 14:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-24 20:13 [gentoo-user] unattended installation Eric Waguespack
2005-10-24 20:18 ` Michael Crute
2005-10-24 20:24 ` Mike Williams
2005-10-24 22:23 ` Michael Sullivan
2005-10-25  3:53 ` Chris Cox
2005-10-26  0:37   ` Nick Rout
2005-10-26 14:00 ` [gentoo-user] " James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox