Skip to content

Commit

Permalink
manifests/ignition-and-ostree: Remove systemd-repart
Browse files Browse the repository at this point in the history
Ignition is responsible for partition setup on first boot and does not
use systemd-repart currently. See also
coreos/fedora-coreos-tracker#570
  • Loading branch information
travier committed Nov 20, 2020
1 parent fdc8c43 commit 797f909
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manifests/ignition-and-ostree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ remove-from-packages:
# We don't want auto-generated mount units. See also
# https://github.com/systemd/systemd/issues/13099
- [systemd-udev, /usr/lib/systemd/system-generators/systemd-gpt-auto-generator]
# Ignition is responsible for partition setup on first boot and does not use
# systemd-repart currently. See also
# https://github.com/coreos/fedora-coreos-tracker/issues/570
- [systemd-udev, /usr/lib/systemd/system/initrd-root-fs.target.wants/systemd-repart.service,
/usr/lib/systemd/system/sysinit.target.wants/systemd-repart.service,
/usr/lib/systemd/system/systemd-repart.service]

postprocess:
# Undo RPM scripts enabling units; we want the presets to be canonical
Expand Down

0 comments on commit 797f909

Please sign in to comment.