summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--virtinst/osxml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtinst/osxml.py b/virtinst/osxml.py
index 368ef57a..06c204d3 100644
--- a/virtinst/osxml.py
+++ b/virtinst/osxml.py
@@ -118,7 +118,7 @@ class OSXML(XMLBuilder):
loader_type = XMLProperty("./loader/@type")
loader_secure = XMLProperty("./loader/@secure", is_yesno=True)
smbios_mode = XMLProperty("./smbios/@mode")
- nvram = XMLProperty("./nvram")
+ nvram = XMLProperty("./nvram", do_abspath=True)
nvram_template = XMLProperty("./nvram/@template")
arch = XMLProperty("./type/@arch",
default_cb=lambda s: s.conn.caps.host.cpu.arch)