[svlug] Mandrake install

Matt Billenstein matt at vazor.com
Tue Apr 8 13:45:23 PDT 2003


The installer uses the busybox version of mount which doesn't support the
syntax you gave...  Believe me, I tried it this way the first time around
because that's the mount I'm familiar with...

thx

m

Matt Billenstein
matt at vazor.com
http://www.vazor.com/


----- Original Message -----
From: <secure at realns.com>
To: <matt at vazor.com>
Sent: Tuesday, April 08, 2003 11:41 AM
Subject: Re: [svlug] Mandrake install


> Quoting matt at vazor.com:
>
> > Forgot some other steps:
> >
> > On Thu, Apr 03, 2003 at 02:42:30PM -0800, matt at vazor.com wrote:
> > > mknod /dev/loop5
> > > chmod 644 /dev/loop5
> > > losetup /dev/loop5 /tmp/hdimage/pathto/Mandrake91-cd2-ext.i586.iso
> > > mkdir /tmp/cd2
> > > mount -r -t iso9660 /dev/loop5 cd2
> > >
>
> mkdir /tmp/cd2
> mount -o loop -t iso9660 /tmp/hdimage/pathto/Mandrake91-cd2-ext.i586.iso
/tmp/cd2
>
>
> > > mknod /dev/loop6
> > > chmod 644 /dev/loop6
> > > losetup /dev/loop6 /tmp/hdimage/pathto/Mandrake91-cd3-ext.i586.iso
> > > mkdir /tmp/cd3
> > > mount -r -t iso9660 /dev/loop6 cd2
> > >
>
> mkdir /tmp/cd3
> mount -o loop -t iso9660 /tmp/hdimage/pathto/Mandrake91-cd3-ext.i586.iso
/tmp/cd3
>
>
> > > umount /tmp/image
> > >
> > > mkdir cd1
> > > mount -r -t iso9660 /dev/loop3 cd1
>
>
> mkdir /tmp/cd1
> mount -o loop -t iso9660 /tmp/whatever.iso /tmp/cd1
>
> > >
> > > cd /tmp/image
> > > mkdir Mandrake
> > > cd Mandrake
> > > ln -s ../../cd1/Mandrake/RPMS
> > > ln -s ../../cd2/Mandrake/RPMS2
> > > ln -s ../../cd3/Mandrake/RPMS3
> > ln -s ../../cd1/Mandrake/base
> > ln -s ../../cd1/Mandrake/mdkinst
> > ln -s ../../cd1/Mandrake/share
> >
>
>
> Give your fingers a break
> :)
>
>
> > thx
> >
> > m
> >
> > --
> > Matt Billenstein
> > matt (at) vazor (dot) com
> > http://www.vazor.com/
> >
> > _______________________________________________
> > svlug mailing list
> > svlug at lists.svlug.org
> > http://lists.svlug.org/lists/listinfo/svlug
> >
>
>
>
>
> -------------------------------------------------
> This mail sent through IMP: http://horde.org/imp/
>




More information about the svlug mailing list