From fb44b255c84c44dbf5be0565c6fa4a6bdc205c21 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 23 Feb 2020 00:42:16 -0600 Subject: Qt UI: Initial draft of automatic partitioning system --- ui/qt5/horizonwizard.hh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ui/qt5/horizonwizard.hh') diff --git a/ui/qt5/horizonwizard.hh b/ui/qt5/horizonwizard.hh index 33b980a..bf53ae0 100644 --- a/ui/qt5/horizonwizard.hh +++ b/ui/qt5/horizonwizard.hh @@ -103,6 +103,13 @@ public: UnknownCPU }; + enum Subarch { + NoSubarch, + ppc64_PowerMac, + ppc64_pSeries, + ppc64_PowerNV + }; + enum PackageType { Standard, Mobile, @@ -136,6 +143,8 @@ public: std::string version; /*! The architecture being installed. */ Arch arch; + /*! If relevant, the subtype of the architecture being installed. */ + Subarch subarch; #ifdef HAS_INSTALL_ENV /*! The disks present on this computer. */ std::vector disks; -- cgit v1.2.3-60-g2f50