Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Cleaning up a GLI install
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
schitthoch3
Tux's lil' helper
Tux's lil' helper


Joined: 22 Mar 2004
Posts: 94

PostPosted: Sun Oct 26, 2008 9:10 pm    Post subject: Cleaning up a GLI install Reply with quote

Hi

I have installed gentoo with the GLI of the 2008 live cd. I noticed that it pulled in some dependencies i don't need. E.g. there are a lot of VIDEO_CARDS flags i did not set afterwards in make.conf, but are shown up by emerge --info. I suppose that video cards are not part of desktop profile flags right?

On the other hand i have installed xorg-server during the GLI install, which is now not referenced in my /var/lib/portage/world file. How can i turn this system in a "usual" gentoo box?
Back to top
View user's profile Send private message
notHerbert
Advocate
Advocate


Joined: 11 Mar 2008
Posts: 2228
Location: 45N 73W

PostPosted: Sun Oct 26, 2008 11:18 pm    Post subject: Reply with quote

You can edit /etc/make.conf for your needs, use output of lspci to fill in the blanks
Code:
ALSA_CARDS="___"
INPUT_DEVICES="mouse keyboard"
LCD_DEVICES="___"
LINGUAS="___"
VIDEO_CARDS="___"
then run
Code:
emerge -uDNav world
emerge --depclean --ask
revdep-rebuild -- --ask


This will adjust your system and clean it up.
Back to top
View user's profile Send private message
schitthoch3
Tux's lil' helper
Tux's lil' helper


Joined: 22 Mar 2004
Posts: 94

PostPosted: Fri Nov 07, 2008 12:10 pm    Post subject: Reply with quote

Thank you, the clean-up worked perfectly.

But the original world file still does not include all explicitely installed ebuilds ...

I'm not too worried about this, but i guess it could nevertheless lead into problems sometimes in the future.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum