aboutsummaryrefslogtreecommitdiff
path: root/scripts/testing/archsetup-test-zfs.conf
blob: a5459cfb96aa23ecaa850faf954f0ef3e6a8ceea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# archsetup-test-zfs.conf - Archangel config for archsetup ZFS test VMs
# Used by create-base-vm.sh (FS_PROFILE=zfs) 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 (shared across profiles -
# archsetup detects ZFS from the live root, so it needs no filesystem setting).
#
# Unencrypted ZFS root: encryption isn't what the harness validates, and
# NO_ENCRYPT=yes skips the passphrase prompt for a fully unattended install.

FILESYSTEM=zfs
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