Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools/
Date: Mon, 25 May 2020 18:54:05
Message-Id: 1590432807.bb01692c4f7b3809b3153c1fb1c3bfcd62e7deeb.bkohler@gentoo
1 commit: bb01692c4f7b3809b3153c1fb1c3bfcd62e7deeb
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 25 18:53:27 2020 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Mon May 25 18:53:27 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=bb01692c
7
8 catalyst-auto-x86.conf: fix i686-systemd setup
9
10 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
11
12 tools/catalyst-auto-x86.conf | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf
16 index 9dbab7be..ad3f29ab 100644
17 --- a/tools/catalyst-auto-x86.conf
18 +++ b/tools/catalyst-auto-x86.conf
19 @@ -12,7 +12,7 @@ SPECS_DIR=${REPO_DIR}/releases/specs/${ARCH}
20 SETS="
21 i486
22 i686
23 - i686-systemd
24 + i686_systemd
25 hardened
26 "
27
28 @@ -21,7 +21,7 @@ SET_i486_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
29
30 SET_i686_SPECS="i686/stage1.spec i686/stage2.spec i686/stage3.spec"
31
32 -SET_i686_SPECS="i686/stage1-systemd.spec i686/stage2-systemd.spec i686/stage3-systemd.spec"
33 +SET_i686_systemd_SPECS="i686/stage1-systemd.spec i686/stage2-systemd.spec i686/stage3-systemd.spec"
34
35 SET_hardened_SPECS="hardened/stage1.spec hardened/stage2.spec hardened/stage3.spec"
36 SET_hardened_OPTIONAL_SPECS="hardened/admincd-stage1.spec hardened/admincd-stage2.spec"