add bootstrap config field: pre_lvm_crypt

This commit is contained in:
Mikaël Cluseau
2023-12-17 13:14:09 +01:00
parent 5e39572dc5
commit 827fa62f58
4 changed files with 76 additions and 15 deletions

View File

@ -28,11 +28,10 @@ type Config struct {
}
}
LVM []LvmVG
Crypt []CryptDev
Bootstrap Bootstrap
PreLVMCrypt []CryptDev `yaml:"pre_lvm_crypt"`
LVM []LvmVG
Crypt []CryptDev
Bootstrap Bootstrap
}
type Auth struct {