things are back to normal
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
edb7b34092
commit
d1944c388f
|
@ -38,6 +38,14 @@ func DumpNonStandardXML(domcfg *libvirtxml.Domain) (string, error) {
|
||||||
standardOS = true
|
standardOS = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if domcfg.OS.NVRam != nil {
|
||||||
|
result += fmt.Sprintf("nvram: %+v\n", domcfg.OS.NVRam)
|
||||||
|
standardOS = false
|
||||||
|
}
|
||||||
|
if domcfg.OS.Loader != nil {
|
||||||
|
result += fmt.Sprintf("loader: %+v\n", domcfg.OS.Loader)
|
||||||
|
standardOS = false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if standardOS {
|
if standardOS {
|
||||||
domcfg.OS = nil
|
domcfg.OS = nil
|
||||||
|
|
Loading…
Reference in New Issue