[gnome-boxes] vm-configurator: Explicitly set the same machine name after installation
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] vm-configurator: Explicitly set the same machine name after installation
- Date: Fri, 12 Oct 2018 14:18:01 +0000 (UTC)
commit 218488a3f0931693cc82dbdfa13a7e144c74e0ea
Author: Fabiano FidĂȘncio <fidencio redhat com>
Date: Fri Oct 12 09:44:06 2018 +0200
vm-configurator: Explicitly set the same machine name after installation
Related: https://bugzilla.redhat.com/show_bug.cgi?id=1581422
Signed-off-by: Fabiano FidĂȘncio <fidencio redhat com>
src/vm-configurator.vala | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/vm-configurator.vala b/src/vm-configurator.vala
index bf41f03c..5e3190c2 100644
--- a/src/vm-configurator.vala
+++ b/src/vm-configurator.vala
@@ -343,6 +343,7 @@ private static void set_post_install_os_config (Domain domain) {
os.set_boot_devices (boot_devices);
os.set_arch (old_os.get_arch ());
+ os.set_machine (old_os.get_machine ());
domain.set_os (os);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]