mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
virtinst: fix indent tab issue with virtinst/guest.py
Signed-off-by: Leno Hou <lenohou@gmail.com>
This commit is contained in:
parent
1ba524db04
commit
3bbf0aad85
@ -358,8 +358,8 @@ class Guest(XMLBuilder):
|
|||||||
if install:
|
if install:
|
||||||
self.on_reboot = "destroy"
|
self.on_reboot = "destroy"
|
||||||
self.on_crash = "destroy"
|
self.on_crash = "destroy"
|
||||||
# on_crash=restart can cause reboot loops on s390x, so use preserve
|
# on_crash=restart can cause reboot loops on s390x, so use preserve
|
||||||
elif self.os.is_s390x():
|
elif self.os.is_s390x():
|
||||||
self.on_crash = "preserve"
|
self.on_crash = "preserve"
|
||||||
|
|
||||||
self._set_osxml_defaults()
|
self._set_osxml_defaults()
|
||||||
|
Loading…
Reference in New Issue
Block a user