mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 21:50:52 +07:00
disks: cleanup
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
11c37bf545
commit
a85ab05569
@ -424,7 +424,6 @@ if [ "${1}" = "patches" ]; then
|
||||
|
||||
echo "BOOTDISK=${BOOTDISK}"
|
||||
echo "BOOTDISK_PHYSDEVPATH=${BOOTDISK_PHYSDEVPATH}"
|
||||
echo "${BOOTDISK}" >/usr/addons/bootdisk
|
||||
|
||||
checkSynoboot
|
||||
|
||||
@ -465,6 +464,4 @@ elif [ "${1}" = "late" ]; then
|
||||
SUPPORT_M2_POOL=$(_get_conf_kv support_m2_pool)
|
||||
_set_conf_kv hd "supportnvme" "${SUPPORTNVME}"
|
||||
_set_conf_kv hd "support_m2_pool" "${SUPPORT_M2_POOL}"
|
||||
# export Bootdisk for Ledcontrol
|
||||
cp -vf /usr/addons/bootdisk /tmpRoot/usr/addons/bootdisk
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user