catalyst-auto-x86.conf: fix i686-systemd setup

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler 2020-05-25 13:53:27 -05:00
parent c0ebcf37c7
commit bb01692c4f
No known key found for this signature in database
GPG key ID: 7A85BDA4D57605C7

View file

@ -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"