Implement LUKS container mount
This commit is contained in:
parent
bd70c58403
commit
e25069e1f3
3 changed files with 35 additions and 9 deletions
|
|
@ -93,9 +93,9 @@ func RunVM(vi *vm.VM, initFileManager bool, tapRuntimeCtx *share.NetTapRuntimeCo
|
|||
return 1
|
||||
case <-vi.SSHUpNotifyChan():
|
||||
if fm != nil {
|
||||
err := fm.Init()
|
||||
err := fm.InitLVM()
|
||||
if err != nil {
|
||||
slog.Error("Failed to initialize File Manager", "error", err.Error())
|
||||
slog.Error("Failed to initialize File Manager LVM", "error", err.Error())
|
||||
return 1
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue