feature: pre_lvm_crypt

This commit is contained in:
Mikaël Cluseau
2023-12-17 13:48:18 +01:00
parent 898c43b954
commit 12bfa6cfd6
9 changed files with 100 additions and 14 deletions

View File

@ -33,7 +33,7 @@ func bootV2() {
}
log.Print("config loaded")
log.Printf("anti-phishing code: %q", cfg.AntiPhishingCode)
log.Printf("\n\nanti-phishing code: %q\n", cfg.AntiPhishingCode)
auths = cfg.Auths
@ -79,6 +79,9 @@ func bootV2() {
// SSH service
startSSH(cfg)
// dmcrypt blockdevs
setupCrypt(cfg.PreLVMCrypt, map[string]string{})
// LVM
setupLVM(cfg)