[gnome-boxes] unattended-installer: express install live medias
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] unattended-installer: express install live medias
- Date: Mon, 4 Mar 2019 11:55:11 +0000 (UTC)
commit b217dfb608e6aa1e6bda7f0a55e2ba6da62a7a7b
Author: Fabiano FidĂȘncio <fidencio redhat com>
Date: Fri Feb 8 11:39:56 2019 +0100
unattended-installer: express install live medias
There are some cases where express installing a live media is supported
without any kind of issues, as for Ubuntu medias.
Let's remove the check and rely more on osinfo-db in order to show the
user the express installation menu.
Signed-off-by: Fabiano FidĂȘncio <fidencio redhat com>
src/unattended-installer.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/unattended-installer.vala b/src/unattended-installer.vala
index e5f93e3a..8f12b2de 100644
--- a/src/unattended-installer.vala
+++ b/src/unattended-installer.vala
@@ -8,7 +8,7 @@
get {
// Whether the Express Install option should be displayed or not
- if (live || !os_media.supports_installer_script ())
+ if (!os_media.supports_installer_script ())
return false;
var filter = new Filter ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]