From a92ef6d17c2ba3f227354bd260e0c0fc001623f2 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Fri, 3 Mar 2023 13:05:56 +0000 Subject: [PATCH] Add fix for some EFI configurations not loading the kernel --- scripts/config.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/config.sh b/scripts/config.sh index 0973a12..99ff444 100755 --- a/scripts/config.sh +++ b/scripts/config.sh @@ -42,6 +42,8 @@ scripts/config -d ZRAM_DEF_COMP_LZORLE \ scripts/config --set-val MODULE_COMPRESS_ZSTD_LEVEL 19 -e MODULE_COMPRESS_ZSTD_ULTRA --set-val MODULE_COMPRESS_ZSTD_LEVEL_ULTRA 22 --set-val ZSTD_COMP_VAL 22 +scripts/config -e EFI_HANDOVER_PROTOCOL + scripts/config -e USER_NS scripts/config -d DEBUG_INFO \ @@ -56,4 +58,4 @@ scripts/config -d DEBUG_INFO \ -d LATENCYTOP \ -d DEBUG_PREEMPT -make prepare \ No newline at end of file +make prepare