aboutsummaryrefslogtreecommitdiff
path: root/scripts/test-configs/btrfs-mirror-luks.conf
blob: 823dfbb087cfe1e206b0b257b2ff65e036240c65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Test config: Btrfs 2-disk mirror (RAID1) with LUKS encryption

HOSTNAME=test-btrfs-mirror-luks
TIMEZONE=UTC
LOCALE=en_US.UTF-8
KEYMAP=us

FILESYSTEM=btrfs
DISKS=/dev/vda,/dev/vdb
RAID_LEVEL=mirror

LUKS_PASSPHRASE=testpass
ROOT_PASSWORD=testpass

ENABLE_SSH=yes