2015-02-07 17:47:33 +01:00
|
|
|
---
|
|
|
|
#
|
|
|
|
# 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
|
|
|
|
#
|
2015-02-19 14:37:32 +01:00
|
|
|
backend: smart
|
2015-02-07 17:47:33 +01:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
2015-02-19 14:37:32 +01:00
|
|
|
operations:
|
2015-02-07 17:47:33 +01:00
|
|
|
# - install:
|
|
|
|
# - pkg1
|
|
|
|
# - pkg2
|
2015-02-19 14:37:32 +01:00
|
|
|
- remove:
|
|
|
|
- livecd-tools
|
2015-02-19 16:41:41 +01:00
|
|
|
- calamares
|
2015-02-07 17:47:33 +01:00
|
|
|
# - install:
|
|
|
|
# - pkg5
|
|
|
|
# - remove:
|
|
|
|
# - pkg2
|
|
|
|
# - pkg1
|
|
|
|
# install:
|
|
|
|
# - pkgs6
|
|
|
|
# - pkg7
|