Skip to content

Commit

Permalink
fix: stage3 menu label confusion (fixes #46)
Browse files Browse the repository at this point in the history
  • Loading branch information
oddlama committed Jul 1, 2022
1 parent 70e51ea commit b22ff29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b22ff29

Please sign in to comment.