diff options
Diffstat (limited to 'scripts/test-configs/zfs-encrypt.conf')
| -rw-r--r-- | scripts/test-configs/zfs-encrypt.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/scripts/test-configs/zfs-encrypt.conf b/scripts/test-configs/zfs-encrypt.conf new file mode 100644 index 0000000..0bc3237 --- /dev/null +++ b/scripts/test-configs/zfs-encrypt.conf @@ -0,0 +1,16 @@ +# Test config: ZFS single disk with native encryption + +# Enable testing mode for automated ZFS passphrase handling +TESTING=yes + +HOSTNAME=test-zfs-encrypt +TIMEZONE=UTC +LOCALE=en_US.UTF-8 +KEYMAP=us + +DISKS=/dev/vda + +ZFS_PASSPHRASE=testpass +ROOT_PASSWORD=testpass + +ENABLE_SSH=yes |
