public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Injecting files into a gentoo installation ISO?
@ 2005-08-18 17:59 Greg Shikhman
  2005-08-18 19:49 ` Benno Schulenberg
  0 siblings, 1 reply; 5+ messages in thread
From: Greg Shikhman @ 2005-08-18 17:59 UTC (permalink / raw
  To: gentoo-user

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

Hi,
 I have a computer colocated and I want to switch to gentoo, but I want to 
cause the technical support there minimal hassle (and a minimal cost to me 
:) ). The most I want them to do is pop in the gentoo disk, restart, and run 
a script that changes the root password and implements the correct network 
settings. 
 I was thinking about putting a bash script onto the ISO and have them 
launch it after gentoo boots. Is this a feasible idea? Can anyone offer some 
ideas on how to do it in a better way?

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

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

* Re: [gentoo-user] Injecting files into a gentoo installation ISO?
  2005-08-18 17:59 [gentoo-user] Injecting files into a gentoo installation ISO? Greg Shikhman
@ 2005-08-18 19:49 ` Benno Schulenberg
  2005-08-19  0:38   ` Greg Shikhman
  0 siblings, 1 reply; 5+ messages in thread
From: Benno Schulenberg @ 2005-08-18 19:49 UTC (permalink / raw
  To: gentoo-user

Greg Shikhman wrote:
>  I have a computer colocated and I want to switch to gentoo, but
> I want to cause the technical support there minimal hassle (and a
> minimal cost to me :) ). The most I want them to do is pop in the 
> gentoo disk, restart, and run a script

No need for that.  Look at the end of

http://www.gentoo.org/doc/en/altinstall.xml

"6. Installing Gentoo from an existing Linux distribution"

Benno
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Injecting files into a gentoo installation ISO?
  2005-08-18 19:49 ` Benno Schulenberg
@ 2005-08-19  0:38   ` Greg Shikhman
  2005-08-19  2:02     ` Michael Crute
  2005-08-19  2:16     ` Nick Rout
  0 siblings, 2 replies; 5+ messages in thread
From: Greg Shikhman @ 2005-08-19  0:38 UTC (permalink / raw
  To: gentoo-user

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

Unfortunately, I have all space taken up. I would need to ask the colo 
technician to insert a floppy and run the program, which is a bit much...

On 8/18/05, Benno Schulenberg <benno.schulenberg@gmail.com> wrote: 
> 
> Greg Shikhman wrote:
> > I have a computer colocated and I want to switch to gentoo, but
> > I want to cause the technical support there minimal hassle (and a
> > minimal cost to me :) ). The most I want them to do is pop in the
> > gentoo disk, restart, and run a script
> 
> No need for that. Look at the end of
> 
> http://www.gentoo.org/doc/en/altinstall.xml
> 
> "6. Installing Gentoo from an existing Linux distribution"
> 
> Benno
> --
> gentoo-user@gentoo.org mailing list
> 
>

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

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

* Re: [gentoo-user] Injecting files into a gentoo installation ISO?
  2005-08-19  0:38   ` Greg Shikhman
@ 2005-08-19  2:02     ` Michael Crute
  2005-08-19  2:16     ` Nick Rout
  1 sibling, 0 replies; 5+ messages in thread
From: Michael Crute @ 2005-08-19  2:02 UTC (permalink / raw
  To: gentoo-user

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

Just a thought... extract the iso to your local hard drive, hack it up 
however you like, repack it and ship it off to your datacenter. As far as I 
know that should do the trick.

-Mike

On 8/18/05, Greg Shikhman <cornmander@gmail.com> wrote:
> 
> Unfortunately, I have all space taken up. I would need to ask the colo 
> technician to insert a floppy and run the program, which is a bit much...
> 
> On 8/18/05, Benno Schulenberg <benno.schulenberg@gmail.com> wrote: 
> > 
> > Greg Shikhman wrote:
> > > I have a computer colocated and I want to switch to gentoo, but
> > > I want to cause the technical support there minimal hassle (and a 
> > > minimal cost to me :) ). The most I want them to do is pop in the
> > > gentoo disk, restart, and run a script
> > 
> > No need for that. Look at the end of
> > 
> > http://www.gentoo.org/doc/en/altinstall.xml
> > 
> > "6. Installing Gentoo from an existing Linux distribution"
> > 
> > Benno
> > --
> > gentoo-user@gentoo.org mailing list 
> > 
> > 
> 


-- 
________________________________
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: 2253 bytes --]

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

* Re: [gentoo-user] Injecting files into a gentoo installation ISO?
  2005-08-19  0:38   ` Greg Shikhman
  2005-08-19  2:02     ` Michael Crute
@ 2005-08-19  2:16     ` Nick Rout
  1 sibling, 0 replies; 5+ messages in thread
From: Nick Rout @ 2005-08-19  2:16 UTC (permalink / raw
  To: gentoo-user

You can build one from scratch using catalyst, just like the big boys at
gentoo-dev do. I have done so, but it was a bit of a PITA, and time
consuming.

Or quicker would be to unpack the compressed filesystem, change the
startup script and make a new iso. You will need to make it bootable
with the right kernel and so forth.


On Thu, 18 Aug 2005 20:38:44 -0400
Greg Shikhman wrote:

> Unfortunately, I have all space taken up. I would need to ask the colo 
> technician to insert a floppy and run the program, which is a bit much...
> 
> On 8/18/05, Benno Schulenberg <benno.schulenberg@gmail.com> wrote: 
> > 
> > Greg Shikhman wrote:
> > > I have a computer colocated and I want to switch to gentoo, but
> > > I want to cause the technical support there minimal hassle (and a
> > > minimal cost to me :) ). The most I want them to do is pop in the
> > > gentoo disk, restart, and run a script
> > 
> > No need for that. Look at the end of
> > 
> > http://www.gentoo.org/doc/en/altinstall.xml
> > 
> > "6. Installing Gentoo from an existing Linux distribution"
> > 
> > Benno
> > --
> > gentoo-user@gentoo.org mailing list
> > 
> >

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

-- 
gentoo-user@gentoo.org mailing list



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

end of thread, other threads:[~2005-08-19  2:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-18 17:59 [gentoo-user] Injecting files into a gentoo installation ISO? Greg Shikhman
2005-08-18 19:49 ` Benno Schulenberg
2005-08-19  0:38   ` Greg Shikhman
2005-08-19  2:02     ` Michael Crute
2005-08-19  2:16     ` Nick Rout

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