f-32: disk: add boot multidisk handle
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
437766d812
commit
85c8c4e590
4 changed files with 48 additions and 24 deletions
|
|
@ -56,7 +56,7 @@ func StartVM(db *badger.DB, name string, cfg *configuration.Config) error {
|
|||
Name: name,
|
||||
TapID: d.tapID,
|
||||
Mac: d.mac,
|
||||
VolumePath: d.volumePath,
|
||||
VolumePath: d.disks[0].path,
|
||||
Memory: d.memory,
|
||||
CPUs: d.cpus,
|
||||
SerialDir: cfg.QEMU.SerialDir,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue