Skip to content

Commit

Permalink
Merge pull request #3133 from cgwalters/boot-complete-rollback
Browse files Browse the repository at this point in the history
systemd/ostree-boot-complete: Start earlier
  • Loading branch information
cgwalters committed Jan 8, 2024
2 parents 501a077 + 852db03 commit 87a0aba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/boot/ostree-boot-complete.service
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@
[Unit]
Description=OSTree Complete Boot
Documentation=man:ostree(1)
ConditionKernelCommandLine=ostree
# For now, this is the only condition on which we start, but it's
# marked as a triggering condition in case in the future we want
# to do something else.
ConditionPathExists=|/boot/ostree/finalize-failure.stamp
# We start early
DefaultDependencies=no
After=sysinit.target
RequiresMountsFor=/boot
# Ensure that we propagate the failure into the current boot before
# any further finalization attempts.
Expand Down

0 comments on commit 87a0aba

Please sign in to comment.