diff options
Diffstat (limited to 'app-misc/calamares-config-kogaion/files')
3 files changed, 49 insertions, 13 deletions
diff --git a/app-misc/calamares-config-kogaion/files/modules/packages.conf b/app-misc/calamares-config-kogaion/files/modules/packages.conf index f8c72ad0..826b8290 100644 --- a/app-misc/calamares-config-kogaion/files/modules/packages.conf +++ b/app-misc/calamares-config-kogaion/files/modules/packages.conf @@ -26,20 +26,37 @@ backend: entropy # storage called "packageOperations" and it is processed # after the static list in the job configuration. # -#operations: +operations: + - remove: + - app-admin/calamares + - app-misc/calamares-config-kogaion + - app-misc/calamares-runtime + - dev-cpp/yaml-cpp + - dev-qt/designer:5 + - dev-qt/linguist-tools:5 + - dev-qt/qtconcurrent:5 + - dev-qt/qtcore:5 + - dev-qt/qtdbus:5 + - dev-qt/qtdeclarative:5 + - dev-qt/qtgui:5 + - dev-qt/qtnetwork:5 + - dev-qt/qtopengl:5 + - dev-qt/qtprintsupport:5 + - dev-qt/qtscript:5 + - dev-qt/qtsvg:5 + - dev-qt/qttest:5 + - dev-qt/qtwidgets:5 + - dev-qt/qtxml:5 + - dev-qt/qtxmlpatterns:5 + - kde-frameworks/kconfig + - kde-frameworks/kcoreaddons + - kde-frameworks/kf-env + - kde-frameworks/ki18n + - kde-frameworks/solid + - sys-auth/polkit-qt5 + - x11-themes/kogaion-artwork-calamares # - install: # - pkg1 # - pkg2 -# - remove: -# - pkg3 -# - pkg4 -# - install: -# - pkg5 -# - remove: -# - pkg2 -# - pkg1 -# install: -# - pkgs6 -# - pkg7 # - localInstall: -# - /path/to/pkg8 +# - /path/to/pkg1 diff --git a/app-misc/calamares-config-kogaion/files/modules/welcome.conf b/app-misc/calamares-config-kogaion/files/modules/welcome.conf new file mode 100644 index 00000000..7e4f3404 --- /dev/null +++ b/app-misc/calamares-config-kogaion/files/modules/welcome.conf @@ -0,0 +1,18 @@ +--- +showSupportUrl: true +showKnownIssuesUrl: true +showReleaseNotesUrl: true + +requirements: + requiredStorage: 10.0 + requiredRam: 1.0 + check: + - storage + - ram + - power + - internet + - root + required: + - storage + - ram + - root diff --git a/app-misc/calamares-config-kogaion/files/settings.conf b/app-misc/calamares-config-kogaion/files/settings.conf index 94ef7951..2b5bc533 100644 --- a/app-misc/calamares-config-kogaion/files/settings.conf +++ b/app-misc/calamares-config-kogaion/files/settings.conf @@ -47,6 +47,7 @@ install: - services #- dracut #- initramfs +- packages - grubcfg - bootloader - umount |