mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-24 01:59:53 +07:00
tree: activate latest changes
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
afa15a1615
commit
7015dbe2e1
@ -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
|
||||
|
@ -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"}
|
||||
|
Loading…
Reference in New Issue
Block a user