Skip to content

Commit

Permalink
Update reboot_on_err.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe authored Nov 26, 2024
1 parent a25609a commit 2944124
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions upstream_patches/reboot_on_err.patch
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ index 068aa3b54a..0110b60ef3 100644
</variablelist>
</refsect1>

diff --git a/src/boot/efi/boot.c b/src/boot/efi/boot.c
diff --git a/src/boot/boot.c b/src/boot/boot.c
index ecbb4e0509..25e2b5df34 100644
--- a/src/boot/efi/boot.c
+++ b/src/boot/efi/boot.c
--- a/src/boot/boot.c
+++ b/src/boot/boot.c
@@ -91,6 +91,7 @@ typedef struct {
bool auto_poweroff;
bool auto_reboot;
Expand Down

0 comments on commit 2944124

Please sign in to comment.