Skip to content

Commit

Permalink
manifest: disable systemd-firstboot.service
Browse files Browse the repository at this point in the history
We don't need its functionality. We should put emphasis on Ignition for
setting things up on first boot.
  • Loading branch information
jlebon committed May 15, 2019
1 parent 9f9872a commit 21c1da3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions fedora-coreos-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@ postprocess:
set -xeuo pipefail
rm -rf /etc/systemd/system/*
systemctl preset-all
# We don't want systemd-firstboot.service. It conceptually conflicts with
# Ignition.
- |
#!/usr/bin/env bash
set -xeuo pipefail
rm /usr/lib/systemd/system/sysinit.target.wants/systemd-firstboot.service
rm /usr/lib/systemd/system/systemd-firstboot.service
rm /usr/bin/systemd-firstboot
packages:
# SELinux
Expand Down

0 comments on commit 21c1da3

Please sign in to comment.