Re: [gentoo-user] sysrescuecd gone rogue

2019-06-05 Thread J. Roeleveld
On June 4, 2019 1:10:13 PM UTC, Mick wrote: >I just downloaded my preferred medium of choice for installing Gentoo >and >discovered sysrescuecd now runs Linux Arch instead of Gentoo and to >make >things worse it is running systemd instead of openrc. :-( > >A quick look in the forums did not rev

Re: [gentoo-user] Re: sysrescuecd gone rogue

2019-06-05 Thread J. Roeleveld
On June 4, 2019 5:59:49 PM UTC, Neil Bothwick wrote: >On Tue, 4 Jun 2019 16:38:14 +0300, Nikos Chantziaras wrote: > >> > Regardless, have you used the Arch based sysrescuecd to install >> > Gentoo and are there are any gotchas I should be aware of? >> >> You can use anything. I did use the Gent

Re: [gentoo-user] Re: sysrescuecd gone rogue

2019-06-05 Thread Rich Freeman
On Wed, Jun 5, 2019 at 3:26 PM J. Roeleveld wrote: > > On June 4, 2019 5:59:49 PM UTC, Neil Bothwick wrote: > >On Tue, 4 Jun 2019 16:38:14 +0300, Nikos Chantziaras wrote: > > > >> > Regardless, have you used the Arch based sysrescuecd to install > >> > Gentoo and are there are any gotchas I shoul

Re: [gentoo-user] sysrescuecd gone rogue

2019-06-05 Thread Thomas Mueller
One thing I noticed with sysrescuecd switching from Gentoo to Arch was no more gcc, meaning you can't build any additional software. But then the use of squashfs always was an annoyance. Tom

[gentoo-user] What is the best way to clean up the world file?

2019-06-05 Thread Grant Taylor
What is the best way to clean up the world file? I have inherited a system where someone did individual emerges to update packages when there was a single package that had a problem. So, now all the packages that emerge wanted to update have been added to the world file. I'd like to clean u

Re: [gentoo-user] What is the best way to clean up the world file?

2019-06-05 Thread Dale
Grant Taylor wrote: > What is the best way to clean up the world file? > > I have inherited a system where someone did individual emerges to > update packages when there was a single package that had a problem.  > So, now all the packages that emerge wanted to update have been added > to the world

Re: [gentoo-user] What is the best way to clean up the world file?

2019-06-05 Thread Grant Taylor
On 6/5/19 9:18 PM, Dale wrote: I would start by removing anything that has libs in it. Generally, those should be pulled in as deps. After that, I'd go through the list and remove anything that you don't directly use. ACK Can I just edit /var/lib/portage/world? Or do I need to do something

Re: [gentoo-user] What is the best way to clean up the world file?

2019-06-05 Thread Dale
Grant Taylor wrote: > On 6/5/19 9:18 PM, Dale wrote: >> I would start by removing anything that has libs in it.  Generally, >> those should be pulled in as deps.  After that, I'd go through the >> list and remove anything that you don't directly use. > > ACK > > Can I just edit /var/lib/portage/wor

Aw: Re: Re: [gentoo-user] Updating portage, continued

2019-06-05 Thread n952162
The handbook is great information, but unfortunately, it uses concepts - specific gentoo concepts - that many readers doesn't know. They are then often cross-referenced to other pages, which likewise define things based on expected internal understanding of the mechanisms, goals, and potential

Re: Re: Re: [gentoo-user] Updating portage, continued

2019-06-05 Thread Adam Carter
> Consider slots. I'm sure I've read that slots are used to allow multiple > ... versions? configurations? of the same package to be installed. It was > gradually dawning on me, that it's the developer who specifies the slot. > Now, I can't figure out what use case that benefits, but the ability