mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
luks: rename extraArgs to extraFormatArgs, add extraOpenArgs
This commit is contained in:
parent
25c5376b02
commit
0577409d12
3 changed files with 13 additions and 6 deletions
|
|
@ -39,7 +39,7 @@
|
|||
type = "luks";
|
||||
name = "crypted1";
|
||||
keyFile = "/tmp/secret.key";
|
||||
extraArgs = [
|
||||
extraFormatArgs = [
|
||||
"--iter-time 1"
|
||||
];
|
||||
content = {
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
type = "luks";
|
||||
name = "crypted2";
|
||||
keyFile = "/tmp/secret.key";
|
||||
extraArgs = [
|
||||
extraFormatArgs = [
|
||||
"--iter-time 1"
|
||||
];
|
||||
content = {
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@
|
|||
content = {
|
||||
type = "luks";
|
||||
name = "crypted";
|
||||
extraOpenArgs = [ "--allow-discards" ];
|
||||
keyFile = "/tmp/secret.key";
|
||||
content = {
|
||||
type = "lvm_pv";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue