From a724bc15414f0fc1eaf66b82199e0aac3d18705a Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 1 Dec 2019 17:48:27 -0600 Subject: Qt UI: Drastically simplify Runtime Env NIC selection, keep DHCP setting --- ui/qt5/horizonwizard.hh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ui/qt5/horizonwizard.hh') 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 interfaces; bool network; + bool net_dhcp; std::string chosen_auto_iface; PackageType pkgtype; bool grub; -- cgit v1.2.3-70-g09d2