debian-forge/samples
Tom Gundersen 8f9dd5ec7d stages/dnf: support --exclude
This allows given packages to be excluded from the transaction. This
is useful if you want to install a group with certain exceptions.

A common thing to do in kicktstart files is:
```
rm -f /boot/*-rescue*
```

By instead excluding the dracut-rescue-config package we end up
with:
```
"deleted_files": [
  "/etc/kernel/postinst.d",
  "/usr/lib/dracut/dracut.conf.d/02-rescue.conf",
  "/usr/lib/kernel/install.d/51-dracut-rescue.install",
  "/boot/initramfs-0-rescue-ffffffffffffffffffffffffffffffff.img",
  "/boot/vmlinuz-0-rescue-ffffffffffffffffffffffffffffffff"
],
```

Signed-off-by: Tom Gundersen <teg@jklm.no>
2019-10-02 13:34:14 +02:00
..
base-from-yum.json stages/yum: don't name the repositories 2019-09-30 23:48:23 +02:00
base-qcow2.json stages/dnf: support --exclude 2019-10-02 13:34:14 +02:00
base.json stages/dnf: don't name the repositories 2019-09-29 19:04:39 +02:00
build-from-yum.json stages/yum: don't name the repositories 2019-09-30 23:48:23 +02:00
noop.json pipeline: stop naming pipelines 2019-09-29 18:59:45 +02:00