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

# Enable testing mode for automated LUKS passphrase handling
TESTING=yes

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