mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-04 17:47:19 +03:00
osxml: run abspath on passed nvram value
This commit is contained in:
parent
c6fdfbf3c3
commit
b5c9321b07
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user