Fix missing luks argument evaluation

This commit is contained in:
oddlama 2020-10-03 18:28:55 +02:00
parent 6859a384f6
commit c61515e4e5
No known key found for this signature in database
GPG Key ID: 88EA325D51D53908
1 changed files with 1 additions and 0 deletions

View File

@ -363,6 +363,7 @@ create_btrfs_raid_layout() {
local size_swap="${arguments[swap]}"
local raid_type="${arguments[raid_type]:-stripe}"
local type="${arguments[type]}"
local use_luks="${arguments[luks]:-false}"
local efi=true
case "$type" in
'bios') efi=false type=bios ;;