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

6
go.mod
View File

@ -2,9 +2,9 @@ module novit.tech/direktil/pkg
require (
github.com/cavaliergopher/cpio v1.0.1
github.com/ulikunitz/xz v0.5.6
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064
gopkg.in/yaml.v2 v2.2.4
github.com/ulikunitz/xz v0.5.11
golang.org/x/crypto v0.16.0
gopkg.in/yaml.v2 v2.4.0
novit.nc/direktil/pkg v0.0.0-20220221171542-fd3ce3a1491b
)