Re: [gentoo-user] LiveCD and Mtools

2003-11-03 Thread Donnie Berkholz
On Sun, 2003-11-02 at 23:35, Brent L Johnson wrote:
 The mtools (like mcopy, etc) do not come with the default install.  They
 come with the mtools package in app-admin/tools and are included with
 CD2 of the LiveCD set.  How can I install these?  I copied all the CD2
 packages to /usr/portage/packages and I tried running emerge -k
 app-admin/mtools but its trying to go download the package from the
 internet.
 
 How can I force it to install from the local disk?

Check to be sure you copied the package correctly. It should be directly
in /usr/portage/packages/All/ as $package-$version.tbz2.

An emerge -kp $package should show binary instead of ebuild on the left
side of the term.


signature.asc
Description: This is a digitally signed message part


RE: [gentoo-user] LiveCD and Mtools

2003-11-03 Thread Brent L Johnson
Hmmm - I copied them as it said under section 25 of the
installation document:

cp -a /mnt/cdrom/packages/* /usr/portage/packages/

I don't see an mtools package located in the packages/All
directory.  The only one I find is in:

/usr/portage/app-admin/mtools

Should I be pulling the mtools from somewhere else
off CD2 and putting them in the packages directory?
There are packages listed under All.. but no mtools.

When I run emerge -kp mtools I get:

---
These are the packages that I would emerge, in order:

Calculating depencies ...done!
[ebuild  N] app-admin/mtools-3.9.8-r1
---

Thanks,

- Brent

 -Original Message-
 From: Donnie Berkholz [mailto:[EMAIL PROTECTED] 
 Sent: Monday, November 03, 2003 3:47 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [gentoo-user] LiveCD and Mtools
 
 
 On Sun, 2003-11-02 at 23:35, Brent L Johnson wrote:
  The mtools (like mcopy, etc) do not come with the default install.  
  They come with the mtools package in app-admin/tools and 
 are included 
  with CD2 of the LiveCD set.  How can I install these?  I copied all 
  the CD2 packages to /usr/portage/packages and I tried 
 running emerge 
  -k app-admin/mtools but its trying to go download the package from 
  the internet.
  
  How can I force it to install from the local disk?
 
 Check to be sure you copied the package correctly. It should 
 be directly in /usr/portage/packages/All/ as $package-$version.tbz2.
 
 An emerge -kp $package should show binary instead of ebuild 
 on the left side of the term.
 


--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] LiveCD and Mtools

2003-11-03 Thread Donnie Berkholz
On Mon, 2003-11-03 at 10:29, Brent L Johnson wrote:
 Hmmm - I copied them as it said under section 25 of the
 installation document:
 
 cp -a /mnt/cdrom/packages/* /usr/portage/packages/
 
 I don't see an mtools package located in the packages/All
 directory.  The only one I find is in:
 
 /usr/portage/app-admin/mtools
 
 Should I be pulling the mtools from somewhere else
 off CD2 and putting them in the packages directory?
 There are packages listed under All.. but no mtools.
 
 When I run emerge -kp mtools I get:
 
 ---
 These are the packages that I would emerge, in order:
 
 Calculating depencies ...done!
 [ebuild  N] app-admin/mtools-3.9.8-r1

Are you sure mtools is on CD2? If so, mount CD2. Then do this:
# ls /mnt/cdrom/packages/All/mtools*
(to see if it's on the CD)
# cp /mnt/cdrom/packages/All/mtools* \
/mnt/gentoo/usr/portage/packages/All/
(to copy it to your Gentoo install)

Another option to get that stuff off the floppy is to simply mount the
floppy normally.
# mount -t fat /dev/fd0 /mnt/floppy
Then copy the files from there normally.


signature.asc
Description: This is a digitally signed message part