disks: cleanup

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-07-12 17:15:40 +02:00
parent 11c37bf545
commit a85ab05569

View File

@ -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