mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-24 00:49:52 +07:00
ramdisk: call disks with usbmount
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
ec875616c0
commit
49ef96ad24
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user