summaryrefslogtreecommitdiff
path: root/src/libcalamares/GlobalStorage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcalamares/GlobalStorage.cpp')
-rw-r--r--src/libcalamares/GlobalStorage.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libcalamares/GlobalStorage.cpp b/src/libcalamares/GlobalStorage.cpp
index 7a160d7f8..d5bc4ed08 100644
--- a/src/libcalamares/GlobalStorage.cpp
+++ b/src/libcalamares/GlobalStorage.cpp
@@ -176,6 +176,13 @@ const QString GS::INIT_NAME_KEY = "init-name";
const QString GS::DESKTOPS_KEY = "desktops";
const QString GS::DE_ICON_KEY = "de-icon";
const QString GS::DE_NAME_KEY = "de-name";
+const QString GS::PACKAGE_GROUPS_KEY = "package-groups";
+const QString GS::PACKAGES_KEY = "packageOperations";
+const QString GS::PACKAGES_CRITICAL_KEY = "install";
+const QString GS::PACKAGES_NONCRITICAL_KEY = "try_install";
+const QString GS::PACKAGE_PRE_KEY = "pre-script";
+const QString GS::PACKAGE_KEY = "package";
+const QString GS::PACKAGE_POST_KEY = "post-script";
const QString GS::LOCALE_KEY = "localeConf";
const QString GS::LANG_KEY = "LANG";
const QString GS::ROOT_MOUNTPOINT_KEY = "rootMountPoint";