summaryrefslogtreecommitdiff
path: root/ui/qt5/horizonwizard.hh
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-01 17:48:27 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-01 17:48:27 -0600
commita724bc15414f0fc1eaf66b82199e0aac3d18705a (patch)
treea29eaf7150bdee539fb9e36e8c4503249eeb8abd /ui/qt5/horizonwizard.hh
parent10eea3578306be8af2271a63204447c5bd70ebaf (diff)
downloadhorizon-a724bc15414f0fc1eaf66b82199e0aac3d18705a.tar.gz
horizon-a724bc15414f0fc1eaf66b82199e0aac3d18705a.tar.bz2
horizon-a724bc15414f0fc1eaf66b82199e0aac3d18705a.tar.xz
horizon-a724bc15414f0fc1eaf66b82199e0aac3d18705a.zip
Qt UI: Drastically simplify Runtime Env NIC selection, keep DHCP setting
Diffstat (limited to 'ui/qt5/horizonwizard.hh')
-rw-r--r--ui/qt5/horizonwizard.hh4
1 files changed, 1 insertions, 3 deletions
diff --git a/ui/qt5/horizonwizard.hh b/ui/qt5/horizonwizard.hh
index 6fe71f2..929c598 100644
--- a/ui/qt5/horizonwizard.hh
+++ b/ui/qt5/horizonwizard.hh
@@ -40,9 +40,6 @@ public:
#ifdef NON_LIBRE_FIRMWARE
Page_Firmware, /* firmware */
#endif /* NON_LIBRE_FIRMWARE */
-#ifndef HAS_INSTALL_ENV
- Page_Network_Define, /* define network interfaces for target */
-#endif /* !HAS_INSTALL_ENV */
Page_Network, /* network type selection (DHCP/static) */
Page_Network_Iface, /* network interface selection */
Page_Network_Wireless, /* wireless */
@@ -95,6 +92,7 @@ public:
#endif /* NON_LIBRE_FIRMWARE */
std::map<std::string, NetworkInterface> interfaces;
bool network;
+ bool net_dhcp;
std::string chosen_auto_iface;
PackageType pkgtype;
bool grub;