summaryrefslogtreecommitdiff
path: root/scripts/testing/archsetup-test.conf
blob: a7f1364414cdfb80bda95bbb622cc136a6fec82b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# archsetup-test.conf - Archangel config for archsetup test VMs
# Used by create-base-vm.sh for fully automated base VM creation
#
# Usage: archangel --config-file /root/archsetup-test.conf
#
# Note: User creation is handled by archsetup, not archangel.
# See archsetup-vm.conf for archsetup configuration.

FILESYSTEM=btrfs
HOSTNAME=archsetup-test
TIMEZONE=America/Chicago
LOCALE=en_US.UTF-8
KEYMAP=us
DISKS=/dev/vda
NO_ENCRYPT=yes
ROOT_PASSWORD=archsetup
ENABLE_SSH=yes