From 2315da16b798197c06be56305dfdbff4ff7321b8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 6 Nov 2016 11:36:56 +0000 Subject: calamares config && runtime done --- .../files/modules/packages.conf | 40 ---------------------- 1 file changed, 40 deletions(-) delete mode 100644 app-misc/calamares-config-kogaion/files/modules/packages.conf (limited to 'app-misc/calamares-config-kogaion/files/modules/packages.conf') diff --git a/app-misc/calamares-config-kogaion/files/modules/packages.conf b/app-misc/calamares-config-kogaion/files/modules/packages.conf deleted file mode 100644 index eaec5a1f..00000000 --- a/app-misc/calamares-config-kogaion/files/modules/packages.conf +++ /dev/null @@ -1,40 +0,0 @@ ---- -# -# Which package manager to use, options are: -# - packagekit - PackageKit CLI tool -# - zypp - Zypp RPM frontend -# - yum - Yum RPM frontend -# - dnf - DNF, the new RPM frontend -# - urpmi - Mandriva package manager -# - apt - APT frontend for DEB and RPM -# - pacman - Pacman -# - portage - Gentoo package manager -# - entropy - Sabayon package manager -# -backend: portage -# -# List of maps with package operations such as install or remove. -# Distro developers can provide a list of packages to remove -# from the installed system (for instance packages meant only -# for the live system). -# -# A job implementing a distro specific logic to determine other -# packages that need to be installed or removed can run before -# this one. Distro developers may want to install locale packages -# or remove drivers not needed on the installed system. -# This job will populate a list of dictionaries in the global -# storage called "packageOperations" and it is processed -# after the static list in the job configuration. -# -operations: - - remove: - - app-admin/calamares - - app-misc/calamares-config-kogaion - - app-misc/calamares-runtime - - app-misc/kogaion-live - - x11-themes/kogaion-artwork-calamares -# - install: -# - pkg1 -# - pkg2 -# - localInstall: -# - /path/to/pkg1 -- cgit v1.2.3