Re: [gentoo-user] Default profile question

2008-08-31 Thread Neil Bothwick
On Sat, 30 Aug 2008 18:11:31 -0500, CJoeB wrote: > I just want to make sure that if I do this, nothing will get broken or > if there are any "gotchas". If anyone has some words of wisdom, I > would appreciate it. As already mentioned use eselect to manage your profiles. Run emerge -uavDN world

Re: [gentoo-user] Default profile question

2008-08-30 Thread Dale
Tomáš Krasničan wrote: Hi, you can manage your /etc/make.profile symlink by eselect (emerge -av eselect) tool. "Eselect is a tool for administration and configuration on Gentoo systems. It provides consistent interface and tool names." eselect profile list - lists available profiles on you

Re: [gentoo-user] Default profile question

2008-08-30 Thread Tomáš Krasničan
Hi, you can manage your /etc/make.profile symlink by eselect (emerge -av eselect) tool. "Eselect is a tool for administration and configuration on Gentoo systems. It provides consistent interface and tool names." eselect profile list - lists available profiles on your system eselect profile

[gentoo-user] Default profile question

2008-08-30 Thread CJoeB
Hi all, I just did an emerge --sync and when I did 'emerge --pretend --update --deep world', I got told that my profile was deprecated. I was told to run the following steps: # cd /etc/ # rm make.profile # ln -s ../usr/portage/profiles/default/linux/x86/2008.0 make.profile I just want to ma