Skip to content

Commit

Permalink
Merge pull request #5 from defo89/fix-ignition-disable
Browse files Browse the repository at this point in the history
fix ignition.disable
  • Loading branch information
defo89 authored Nov 28, 2023
2 parents 1b9197b + 2d1093d commit ba279ee
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ Description=Ignition disable after first boot

ConditionFirstBoot=true
ConditionPathExists=/run/ignition.env
RequiresMountsFor=/boot/efi
RequiresMountsFor=/efi

DefaultDependencies=no
Before=sysinit.target
After=systemd-tmpfiles-setup.service

# TODO : do we really need to fail to boot?
OnFailure=emergency.target
Expand Down

0 comments on commit ba279ee

Please sign in to comment.