commit: bb01692c4f7b3809b3153c1fb1c3bfcd62e7deeb
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon May 25 18:53:27 2020 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon May 25 18:53:27 2020 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=bb01692c
catalyst-auto-x86.conf: fix i686-systemd setup
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
tools/catalyst-auto-x86.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf
index 9dbab7be..ad3f29ab 100644
--- a/tools/catalyst-auto-x86.conf
+++ b/tools/catalyst-auto-x86.conf
@@ -12,7 +12,7 @@ SPECS_DIR=${REPO_DIR}/releases/specs/${ARCH}
SETS="
i486
i686
- i686-systemd
+ i686_systemd
hardened
"
@@ -21,7 +21,7 @@ SET_i486_OPTIONAL_SPECS="installcd-stage1.spec
installcd-stage2-minimal.spec"
SET_i686_SPECS="i686/stage1.spec i686/stage2.spec i686/stage3.spec"
-SET_i686_SPECS="i686/stage1-systemd.spec i686/stage2-systemd.spec
i686/stage3-systemd.spec"
+SET_i686_systemd_SPECS="i686/stage1-systemd.spec i686/stage2-systemd.spec
i686/stage3-systemd.spec"
SET_hardened_SPECS="hardened/stage1.spec hardened/stage2.spec
hardened/stage3.spec"
SET_hardened_OPTIONAL_SPECS="hardened/admincd-stage1.spec
hardened/admincd-stage2.spec"