Skip to content

Commit

Permalink
arc: menu update
Browse files Browse the repository at this point in the history
Signed-off-by: AuxXxilium <[email protected]>
  • Loading branch information
AuxXxilium committed Jun 30, 2024
1 parent f519c38 commit 4e31dda
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions files/initrd/opt/arc/arc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -887,15 +887,17 @@ else
fi
if [ "${ARCOPTS}" == "true" ]; then
echo "= \"\Z4======== Arc DSM ========\Zn \" " >>"${TMP_PATH}/menu"
echo "e \"Version \" " >>"${TMP_PATH}/menu"
echo "b \"Addons \" " >>"${TMP_PATH}/menu"
echo "d \"Modules \" " >>"${TMP_PATH}/menu"
echo "g \"Frequency Scaling \" " >>"${TMP_PATH}/menu"
echo "e \"Version \" " >>"${TMP_PATH}/menu"
if [ "${CPUFREQ}" == "true" ]; then
echo "g \"Frequency Scaling \" " >>"${TMP_PATH}/menu"
fi
if [ "${DT}" == "false" ] && [ ${SATACONTROLLER} -gt 0 ]; then
echo "S \"Sata PortMap \" " >>"${TMP_PATH}/menu"
fi
if [ "${DT}" == "true" ]; then
echo "o \"DTS Map \" " >>"${TMP_PATH}/menu"
echo "o \"DTS Map Options\" " >>"${TMP_PATH}/menu"
fi
echo "P \"StoragePanel Options\" " >>"${TMP_PATH}/menu"
echo "Q \"SequentialIO Options\" " >>"${TMP_PATH}/menu"
Expand Down

0 comments on commit 4e31dda

Please sign in to comment.