feature: pre_lvm_crypt
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user