From 990a6cb03a6aaf0f5add04bbddba2cec5adfabf3 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Mon, 30 Dec 2024 18:23:44 +0100 Subject: [PATCH 1/2] init: sync with latest changes Signed-off-by: AuxXxilium --- files/initrd/opt/arc/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/initrd/opt/arc/init.sh b/files/initrd/opt/arc/init.sh index d7a9c588..a6aa8c1e 100755 --- a/files/initrd/opt/arc/init.sh +++ b/files/initrd/opt/arc/init.sh @@ -82,7 +82,7 @@ initConfigKey "rd-compressed" "false" "${USER_CONFIG_FILE}" initConfigKey "satadom" "2" "${USER_CONFIG_FILE}" initConfigKey "synoinfo" "{}" "${USER_CONFIG_FILE}" initConfigKey "time" "{}" "${USER_CONFIG_FILE}" -initConfigKey "usbmount" "auto" "${USER_CONFIG_FILE}" +initConfigKey "usbmount" "false" "${USER_CONFIG_FILE}" initConfigKey "zimage-hash" "" "${USER_CONFIG_FILE}" if grep -q "automated_arc" /proc/cmdline; then writeConfigKey "arc.mode" "automated" "${USER_CONFIG_FILE}" From cd16e7f0117c7adc529a125aafc4b89e3ef28fe9 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Mon, 30 Dec 2024 18:23:56 +0100 Subject: [PATCH 2/2] grub: sync with latest changes Signed-off-by: AuxXxilium --- files/p1/boot/grub/grub.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/files/p1/boot/grub/grub.cfg b/files/p1/boot/grub/grub.cfg index 25533a57..9bfeb93b 100644 --- a/files/p1/boot/grub/grub.cfg +++ b/files/p1/boot/grub/grub.cfg @@ -33,14 +33,12 @@ else fi if loadfont unicode; then - insmod gfxterm if [ "${grub_platform}" = "efi" ]; then set gfxmode=auto - terminal_output --append gfxterm else set gfxmode=1024x768 - terminal_output gfxterm fi + terminal_output gfxterm insmod gfxmenu loadfont ${prefix}/theme/dejavu_bold_14.pf2 loadfont ${prefix}/theme/dejavu_mono_12.pf2