diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/test-configs/btrfs-luks.conf | 3 | ||||
| -rw-r--r-- | scripts/test-configs/btrfs-mirror-luks.conf | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/scripts/test-configs/btrfs-luks.conf b/scripts/test-configs/btrfs-luks.conf index 5eee46d..7980840 100644 --- a/scripts/test-configs/btrfs-luks.conf +++ b/scripts/test-configs/btrfs-luks.conf @@ -1,5 +1,8 @@ # Test config: Btrfs single disk with LUKS encryption +# Enable testing mode for automated LUKS passphrase handling +TESTING=yes + HOSTNAME=test-btrfs-luks TIMEZONE=UTC LOCALE=en_US.UTF-8 diff --git a/scripts/test-configs/btrfs-mirror-luks.conf b/scripts/test-configs/btrfs-mirror-luks.conf index 823dfbb..2cf0737 100644 --- a/scripts/test-configs/btrfs-mirror-luks.conf +++ b/scripts/test-configs/btrfs-mirror-luks.conf @@ -1,5 +1,8 @@ # 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 |
