Skip to content

Commit 4ee1e0c

Browse files
committed
fix malformed grub patch
1 parent 39423bf commit 4ee1e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grub-dtb.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ diff --git a/scripts/build/binary_grub_cfg b/scripts/build/binary_grub_cfg
22
index c41a4fba4..9d7fd0bdc 100755
33
--- a/scripts/build/binary_grub_cfg
44
+++ b/scripts/build/binary_grub_cfg
5-
@@ -54,6 +54,10 @@ Grub_live_menu_entry() {
5+
@@ -54,6 +54,12 @@ Grub_live_menu_entry() {
66

77
cat >> "${LIVE_ENTRIES_TMP}" <<END
88
menuentry "${LABEL}"${HOTKEY} {

0 commit comments

Comments
 (0)