diff options
author | Eric Hameleers <alien@slackware.com> | 2017-11-22 22:47:12 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2017-11-22 22:47:12 +0100 |
commit | 4246117f547875326066feb6634eff4da3aa25ce (patch) | |
tree | ce73bf8b5d7750ec8ae28e16d17c055382ee3e1f /pkglists/systemd.conf | |
parent | 65a1cc3ee3df6baad39ec736583c39f7256a6bd3 (diff) | |
download | liveslak-4246117f547875326066feb6634eff4da3aa25ce.tar.gz liveslak-4246117f547875326066feb6634eff4da3aa25ce.tar.xz |
Add support for removing packages in a subsequent squashfs module
A pkglist has a certain syntax:
- Lines starting with '#' are considered comments and are ignored.
- Empty lines will be ignored.
- A line not containing '%' is considered to name a single package
to install/upgrade.
- Two strings separated by '%' are considered as 'old' and 'new' package
where the old package will be upgraded by the new package.
This is useful in situations where the package names differ (udev -> eudev).
- One string with '%' at the end is considered a package removal request.
The string in front of the '%' is the package name to be removed.
This syntax was added in liveslak-1.1.9.3.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions