Gentoo Archives: gentoo-user

From: "J García" <jyo.garcia@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] initial compile time
Date: Tue, 29 Aug 2017 05:50:45
Message-Id: CAGQH77fGY2oddX_K=KW=uFMPXHrSZiRGJ0qtLarugZAD2XSVTg@mail.gmail.com
In Reply to: Re: [gentoo-user] initial compile time by mad.scientist.at.large@tutanota.com
1 2017-08-28 14:20 GMT-06:00 <mad.scientist.at.large@××××××××.com>:
2 >
3 > used about 3 lines of USE flags, actually it was less than a half hour, which doesn't surprise me if the stage 3 is compiled. i am using a fairly quick drive ;(and i was watching vid) had 2 small problems but i'll try again off the live dvd.
4
5 You mean 3 lines of ~80 characters of USE flags in make.conf?
6 That is a lot and shurely will come and bite you in the future.
7 I guess most of us learn a sane way to handle use flags the hard way,
8 just sharing,
9 these days my USE flags in make.conf are less than one line even less
10 than 8 flags,
11 I would say a good aproach is to select the right profile for your
12 need is the most important, check the flags that it has(emerge
13 --info), and then only the flags that you really really want on
14 *every* package you put in make.conf, everything else goes to
15 /etc/portage/package.use/my.use on a per package basis, and everything
16 else portage finds out it needs to build what i want goes to
17 /etc/portage/package.use/zzz_auto.use.
18 And keep your world to only what you need, learn about --oneshot as
19 soon as you can.
20
21 i got an error with the rbind "mount --rbind /sys /mnt/gentoo/sys" i
22 should have guessed the stage3 was just compressed,
23 > and it also couldn't find a "sane" /dev. probably both due to centos not playing nice (and my mounting and unmounting of a couple partitions).
24
25 I would recomed using something like the base livecd or systemrescuecd
26 for an install with OpenRC. and only use something like CentOS(if you
27 are talking about 7) if you want to use systemd, and then make use of
28 systemd-nspawn and not chroot and bind mounts, and the systemd stage3.

Replies

Subject Author
Re: [gentoo-user] initial compile time Rich Freeman <rich0@g.o>