anaconda-addon: run salt into VMs too
If anything (for example post-install script) added states for VMs, apply them too.
This commit is contained in:
parent
967c9caa7c
commit
9c8a8d2fb4
@ -315,7 +315,7 @@ class QubesData(AddonData):
|
|||||||
self.run_command(['qubesctl', 'top.enable', state])
|
self.run_command(['qubesctl', 'top.enable', state])
|
||||||
|
|
||||||
try:
|
try:
|
||||||
self.run_command(['qubesctl', 'state.highstate'])
|
self.run_command(['qubesctl', '--all', 'state.highstate'])
|
||||||
# After successful call disable all the states to not leave them
|
# After successful call disable all the states to not leave them
|
||||||
# enabled, to not interfere with later user changes (like assigning
|
# enabled, to not interfere with later user changes (like assigning
|
||||||
# additional PCI devices)
|
# additional PCI devices)
|
||||||
|
Loading…
Reference in New Issue
Block a user