blob: 4117278f72d33f063a8012bd0652e97a234962bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# archsetup-vm.conf - Config for running archsetup in test VMs
# Used by run-test.sh for unattended archsetup execution
#
# Usage: ./archsetup --config-file /tmp/archsetup-test/archsetup-vm.conf
USERNAME=cjennings
PASSWORD=archsetup
LOCALE=en_US.UTF-8
DESKTOP_ENV=hyprland
NO_GPU_DRIVERS=yes
AUTOLOGIN=yes
|