blob: 12350a7c6b3519a076b910da6037206952bdeafa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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
# Use local test copy instead of cloning from remote
ARCHSETUP_REPO=/tmp/archsetup-test
USERNAME=cjennings
PASSWORD=archsetup
LOCALE=en_US.UTF-8
DESKTOP_ENV=hyprland
NO_GPU_DRIVERS=yes
AUTOLOGIN=yes
|