mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
Fix <boot> syntax
This commit is contained in:
parent
99370101de
commit
ac2d00c498
@ -1,3 +1,7 @@
|
||||
Thu May 11 10:20:00 EST 2007 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* src/xm_internal.c: Fix boot device XML syntax
|
||||
|
||||
Thu May 11 10:20:00 EST 2007 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* src/xend_internal.c: Ignore old style VNC config for HVM
|
||||
|
@ -631,7 +631,7 @@ char *xenXMDomainFormatXML(virConnectPtr conn, virConfPtr conf) {
|
||||
dev = "hd";
|
||||
break;
|
||||
}
|
||||
virBufferVSprintf(buf, " <boot>%s</boot>\n", dev);
|
||||
virBufferVSprintf(buf, " <boot dev='%s'/>\n", dev);
|
||||
boot++;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user