# 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