Skip to content

Commit

Permalink
systemd/ostree-boot-complete: Start earlier
Browse files Browse the repository at this point in the history
Prep for changing this service to perform state computations
such as "is this boot the default, or did we get rolled back"
that can be used by higher level tools.
  • Loading branch information
cgwalters committed Jan 5, 2024
1 parent 27b5dbf commit bf51d4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/boot/ostree-boot-complete.service
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ ConditionKernelCommandLine=ostree
# 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 bf51d4a

Please sign in to comment.