From 7a9bd5c40976d662386e9fdf390a3b244c779804 Mon Sep 17 00:00:00 2001 From: Ing Date: Mon, 25 Dec 2023 00:15:27 +0800 Subject: [PATCH] for broadwellntbap test --- files/initrd/opt/rr/ramdisk-patch.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/initrd/opt/rr/ramdisk-patch.sh b/files/initrd/opt/rr/ramdisk-patch.sh index 01aa8d2c..7eac69f6 100755 --- a/files/initrd/opt/rr/ramdisk-patch.sh +++ b/files/initrd/opt/rr/ramdisk-patch.sh @@ -209,6 +209,10 @@ if [ ${PLATFORM} = "epyc7002" ]; then sed -i '/^echo "START/a \\nmknod -m 0666 /dev/console c 1 3' ${RAMDISK_PATH}/linuxrc.syno fi +# if [ ${PLATFORM} = "broadwellntbap" ]; then +# sed -i 's/broadwellntbap/xbroadwellntbap/' ${RAMDISK_PATH}/usr/syno/share/environments.sh +# fi + # Reassembly ramdisk echo -n "." if [ "${RD_COMPRESSED}" == "true" ]; then