From 49ef96ad24a067963d8bb5331e1fde8ac4eb1ca7 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Sun, 12 May 2024 20:12:17 +0200 Subject: [PATCH] ramdisk: call disks with usbmount Signed-off-by: AuxXxilium --- files/initrd/opt/arc/ramdisk-patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/initrd/opt/arc/ramdisk-patch.sh b/files/initrd/opt/arc/ramdisk-patch.sh index f8d8308b..05ed0337 100755 --- a/files/initrd/opt/arc/ramdisk-patch.sh +++ b/files/initrd/opt/arc/ramdisk-patch.sh @@ -168,7 +168,7 @@ chmod +x "${RAMDISK_PATH}/addons/addons.sh" for ADDON in "redpill" "revert" "misc" "eudev" "disks" "localrss" "notify" "wol" "updatenotify" "wol" "acpid"; do PARAMS="" if [ "${ADDON}" = "disks" ]; then - PARAMS=${HDDSORT} + PARAMS="${HDDSORT} ${USBMOUNT}" [ -f "${USER_UP_PATH}/${MODEL}.dts" ] && cp -f "${USER_UP_PATH}/${MODEL}.dts" "${RAMDISK_PATH}/addons/model.dts" fi installAddon "${ADDON}" "${PLATFORM}" || exit 1