tree: activate latest changes

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-07-21 22:12:38 +02:00
parent afa15a1615
commit 7015dbe2e1
2 changed files with 3 additions and 2 deletions

View File

@ -223,7 +223,8 @@ function bootDSM () {
[ -z "${BOOTIPWAIT}" ] && BOOTIPWAIT=30
IPCON=""
if [ "${ARCPATCH}" == "true" ]; then
echo -e "\033[1;37mUsing ${NIC} NIC for Arc Patch.\033[0m"
echo -e "\033[1;34mUsing ${NIC} NIC for Arc Patch.\033[0m"
echo
fi
echo -e "\033[1;34mDetected ${ETHN} NIC.\033[0m \033[1;37mWaiting for Connection:\033[0m"
sleep 3

View File

@ -163,7 +163,7 @@ echo "export KEYMAP=\"${KEYMAP}\"" >>"${RAMDISK_PATH}/addons/addons.sh"
chmod +x "${RAMDISK_PATH}/addons/addons.sh"
# System Addons
for ADDON in "redpill" "revert" "misc" "eudev" "disks" "localrss" "notify" "updatenotify" "wol" "mountloader" "cpufreqscaling"; do
for ADDON in "redpill" "revert" "misc" "eudev" "disks" "localrss" "notify" "updatenotify" "wol" "mountloader" "powersched" "cpufreqscaling"; do
PARAMS=""
if [ "${ADDON}" == "disks" ]; then
PARAMS=${HDDSORT:-"false"}