On Wed, 2006-03-15 at 11:09 -0500, Chris Gianelloni wrote:
> On Wed, 2006-03-15 at 14:17 +0100, Matthias Langer wrote:
> > On Wed, 2006-03-15 at 07:49 -0500, Chris Gianelloni wrote:
> > > On Tue, 2006-03-14 at 22:53 +0100, Matthias Langer wrote:
> > > > 2.) Pack my 'stage4' (which is about 300MB) image on the live-cd itself.
> > > > I guess this should be possible with catalyst ...
> > >
> > > You don't need catalyst for this and would be wasting your time.
> > >
> > > What I would do is this:
> > >
> > > #1. extract the CD contents to a temporary directory, let's say /tmp/cd
> > > #2. mkdir /tmp/cd/stages
> > > #3. cp stage4.tar.bz2 /tmp/cd/stages
> > > #4. mkisofs -J -R -l -V "My 2006.0 w/ stage4" -o /tmp/mycd.iso -b
> > > isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size
> > > 4 -boot-info-table /tmp/cd
> > > #5 burn /tmp/mycd.iso to a CD
> > >
> >
> > Well, thanks a lot for pointing this out; However, i guess this may be a
> > silly question, but how should i exactly perform #1 ?
>
> Umm... mount the CD and use "cp"...
>
Sorry, that was a rather dumb question; i thought that i have to mess
around with the sqashfs image ...
By the way, i've stumbled over the
file /usr/share/doc/catalyst-2.0_rc40/examples/stage4_template.spec. So
what i want to know is if it is better to build a stage4 in a chrooted
environment fom a stage3 (as i allready did), or use catalyst ?
|