Re: [gentoo-user] where can I find USE flags description?

2009-11-19 Thread Steven Ringwald
Don't know how current the list is, but:

http://www.gentoo.org/dyn/use-index.xml

http://www.gentoo.org/dyn/use-index.xmlSteve

On Thu, Nov 19, 2009 at 12:15 PM, Jarry mr.ja...@gmail.com wrote:

 Hi,

 I want to emerge a certain package, let's say x11-base/xorg-drivers,
 so I try first emerge --pretend xorg-drivers and find it has ~50
 various use-flags (some set, some unset). Where can I find their
 description? For example vmmouse, what is this USE flag good for?
 Is it something for vmware?

 I checked /etc/portage/profiles/use.desc and use.local.desc but
 there are not all of them...




Re: [gentoo-user] Unpacking an ISO Image

2006-05-16 Thread Steven Ringwald

Kris Kerwin wrote:

Hi folks,

Quick question. Is there any way that one can unpack an ISO image: 
extracting the data that is contained within it like a tarball, 
without having to burn it to a CD? I'm sure there's an option 
somewhere within either the mkisofs or cdrecord man pages, but I feel 
like I'm searching for a needle in a haystack.


Thanks in advance.

Kris
  

mount-tiso9660  -oloop  foobar.iso /mnt/cdrom


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] A Gentoo Enema

2005-12-16 Thread Steven Ringwald

Tom Eastman wrote:


Hey all,

Sorry about any imagery conjured up by the subject line... I've been
running the same gentoo system on my computer for several years now...
keeping it relativey updated, but over time there's always cruft that
builds up, stuff that gets left behind during upgrades, or re-installs.
  Packages that don't change version for a long time, and don't get
recompiled with the latest compiler, etc etc and so on and so forth.

So what I want to do is give my computer a complete clean-out.  What I
really CAN'T be bothered doing is a complete format and re-install!

One idea I've had is to delete almost every entry in my 'world' file,
and then do an 'emerge depclean'.  That would be pretty cool, empty out
a huge amount of stuff, and then start re-installing at my leisure.

But what that *wouldn't* do is delete all the files in random places
that aren't owned by any particular package.  This would be a good thing
to do when spring cleaning, as it were.

Is there a tool that will allow me to find *all* files that aren't owned
by any package, so that I can then decide what to do with them?
Obviously skipping directories such as /home/.  Then I can delete
everything that doesn't look critical, hopefully without losing my stuff
in places like /boot or /etc either :-)

Then I think I would do an emerge -e system, and then start re-adding
applications I wanted.

What do you think?  Does anyone have any ideas about good ways of
'refreshing' my gentoo system?  All suggestions appreciated :-)

Thanks!



Well, what I would do is:

% etc-update
(to make sure that there aren't any cruft files lying around)

and then:

% emerge -eD world

to rebuild the entire system.

You could also do:

emerge --newuse -D world

to just upgrade things that haven't been built since you change USE 
options.


or if you have gentoolkit installed,

revdep-rebuild

to verify that all packages have all the correct dependancies.

Steve

--
gentoo-user@gentoo.org mailing list