Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: Gentoo Users List <gentoo-user@l.g.o>
Subject: [gentoo-user] Recent changes to install procedure
Date: Sat, 03 Aug 2019 04:25:12
Message-Id: 20190803042451.GA2824@waltdnes.org
1 I'm doing an AMD64 no-multilib install to a laptop with 6 gigs of ram.
2 I haven't done one in a while and it looks strange. I notice that the
3 initial make.conf is...
4
5 ########################################################################
6 # These settings were set by the catalyst build script that automatically
7 # built this stage.
8 # Please consult /usr/share/portage/config/make.conf.example for a more
9 # detailed example.
10 COMMON_FLAGS="-O2 -pipe"
11 CFLAGS="${COMMON_FLAGS}"
12 CXXFLAGS="${COMMON_FLAGS}"
13 FCFLAGS="${COMMON_FLAGS}"
14 FFLAGS="${COMMON_FLAGS}"
15
16 # NOTE: This stage was built with the bindist Use flag enabled
17 PORTDIR="/var/db/repos/gentoo"
18 DISTDIR="/var/cache/distfiles"
19 PKGDIR="/var/cache/binpkgs"
20
21 # This sets the language of build output to English.
22 # Please keep this setting intact when reporting bugs.
23 LC_MESSAGES=C
24 ########################################################################
25
26 I downloaded and used install-amd64-minimal-20190731T214503Z.iso and
27 stage3-amd64-nomultilib-20190731T214503Z.tar.xz which looks correct.
28 I'll insert CHOST and MAKEOPTS to play safe. Any other gotchas in
29 recent installs?
30
31 --
32 Walter Dnes <waltdnes@××××××××.org>
33 I don't run "desktop environments"; I run useful applications

Replies

Subject Author
Re: [gentoo-user] Recent changes to install procedure Neil Bothwick <neil@××××××××××.uk>
Re: [gentoo-user] Recent changes to install procedure Walter Dnes <waltdnes@××××××××.org>