parent
82c0321122
commit
6c00ce7e30
@ -46,7 +46,7 @@ def run():
|
||||
luks_root_device = partition["device"]
|
||||
luks_root_passphrase = partition["luksPassphrase"]
|
||||
elif "luksMapperName" in partition and\
|
||||
(partition["mountPoint"] or partition["fs"] == "linuxswap"):
|
||||
(partition["mountPoint"] or partition["fs"].lower() == "linuxswap"):
|
||||
additional_luks_devices.append((partition["device"],
|
||||
partition["luksPassphrase"]))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user