fix(install): normalize empty keyboard variants
All checks were successful
Check / eval (push) Successful in 3m18s
All checks were successful
Check / eval (push) Successful in 3m18s
Treat the picker-only (none) row as an empty XKB variant at the shared input boundary and again in the template patcher. Guard the real downstream output and console keymap, and carry the sentinel through the offline installer VM. Verified: V0 full flake evaluation plus shell/Python/Nix/diff checks; V1 installer-keyboard, installer-safety, and template-SoT builds; V2 full KVM offline LUKS+swap install and themed first boot. No V3 required.
This commit is contained in:
@@ -95,6 +95,8 @@ echo " matrix: SWAP_GB=$TEST_SWAP_GB NO_LUKS=$TEST_NO_LUKS"
|
||||
echo 'export NOMARCHY_USERNAME=ada'
|
||||
echo 'export NOMARCHY_PASSWORD=nomarchy'
|
||||
echo 'export NOMARCHY_HOSTNAME=testbox'
|
||||
echo 'export NOMARCHY_KB_LAYOUT=us'
|
||||
echo 'export NOMARCHY_KB_VARIANT="(none)"'
|
||||
echo "export NOMARCHY_SWAP_GB=$TEST_SWAP_GB"
|
||||
echo 'export NOMARCHY_FINISH=poweroff'
|
||||
if [[ "$TEST_NO_LUKS" == "1" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user