mirror of
https://github.com/AuxXxilium/arc-patches.git
synced 2024-11-23 14:50:55 +07:00
883f0eaf88
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
37 lines
799 B
Diff
37 lines
799 B
Diff
--- a/linuxrc.syno.impl
|
|
+++ b/linuxrc.syno.impl
|
|
@@ -51,6 +51,8 @@
|
|
UnknownSynoPartitionMigrationFlag="/.unknown_syno_partition_migrate"
|
|
IncompatibleRootDevice="/.incompatible_root_device"
|
|
|
|
+/addons/addons.sh early
|
|
+
|
|
UmountRoot()
|
|
{
|
|
grep "^${RootDevice}" /proc/mounts && /bin/umount -f ${Mnt}
|
|
@@ -67,6 +69,7 @@
|
|
# show date for login info
|
|
date
|
|
|
|
+ /addons/addons.sh jrExit
|
|
if [ "$1" -eq 0 ]; then
|
|
TryRestoringDeviceBackToSwapRaid
|
|
fi
|
|
@@ -176,6 +179,8 @@
|
|
echo "Insert basic USB modules..."
|
|
SYNOLoadModules $USB_MODULES
|
|
+
|
|
+/addons/addons.sh modules
|
|
|
|
# insert Etron USB3.0 drivers
|
|
|
|
if [ $KERNEL_VCODE -ge "$(KernelVersionCode "3.10")" ]; then
|
|
@@ -224,6 +229,7 @@
|
|
fi
|
|
fi
|
|
|
|
+/addons/addons.sh patches
|
|
LoadBrmModules
|
|
|
|
if [ "$KERNEL_VCODE" -ge "$(KernelVersionCode "5.10")" ]; then
|