From b22ff29173e94920f7fbdf3c1518596e5a4c4c14 Mon Sep 17 00:00:00 2001 From: oddlama Date: Fri, 1 Jul 2022 20:34:19 +0200 Subject: [PATCH] fix: stage3 menu label confusion (fixes #46) --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 16da020..07ae2d6 100755 --- a/configure +++ b/configure @@ -189,8 +189,8 @@ ALL_GENTOO_ARCHS=("x86" "amd64" "arm" "arm64") ALL_STAGE3_VARIANTS=( "systemd" "systemd | Minimal systemd base (recommended)" "openrc" "openrc | Minimal OpenRC base (recommended)" - "desktop-systemd" "desktop-systemd | OpenRC, desktop profile, might have blockers" - "desktop-openrc" "desktop-openrc | systemd, desktop profile, might have blockers" + "desktop-systemd" "desktop-systemd | systemd, desktop profile, might have blockers" + "desktop-openrc" "desktop-openrc | OpenRC, desktop profile, might have blockers" "nomultilib-systemd" "nomultilib-systemd | Untested. Might work, but not explicitly tested" "nomultilib-openrc" "nomultilib-openrc | Untested. Might work, but not explicitly tested" "hardened-nomultilib-openrc" "hardened-nomultilib-openrc | Untested. Might work, but not explicitly tested"