From 91a94b2824877e7ecbe63089f64bb2cb662e421f Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Fri, 5 Jul 2024 23:54:24 +0200 Subject: [PATCH] arc: notify while switching to custom kernel Signed-off-by: AuxXxilium --- files/initrd/opt/arc/arc.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/initrd/opt/arc/arc.sh b/files/initrd/opt/arc/arc.sh index f9d34bd0..5ac3e631 100755 --- a/files/initrd/opt/arc/arc.sh +++ b/files/initrd/opt/arc/arc.sh @@ -1070,6 +1070,8 @@ else J) resetDSMNetwork; NEXT="J" ;; K) [ "${KERNEL}" == "official" ] && KERNEL='custom' || KERNEL='official' writeConfigKey "arc.kernel" "${KERNEL}" "${USER_CONFIG_FILE}" + dialog --backtitle "$(backtitle)" --title "DSM Kernel" \ + --infobox "Switching to Custom Kernel! Stay patient..." 4 50 if [ "${ODP}" == "true" ]; then ODP="false" writeConfigKey "arc.odp" "${ODP}" "${USER_CONFIG_FILE}"