Linting fixes + FileManager share start refactor
This commit is contained in:
parent
f7ae303062
commit
b15e2df3d3
11 changed files with 66 additions and 120 deletions
|
|
@ -47,7 +47,7 @@ func NewBuildContext(logger *slog.Logger, baseISOPath string, outPath string, sh
|
|||
return nil, errors.Wrap(err, "create temporary qemu image")
|
||||
}
|
||||
|
||||
vi, err := vm.NewVM(logger.With("subcaller", "vm"), vm.VMConfig{
|
||||
vi, err := vm.NewVM(logger.With("subcaller", "vm"), vm.Config{
|
||||
CdromImagePath: baseISOPath,
|
||||
BIOSPath: biosPath,
|
||||
Drives: []vm.DriveConfig{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue