arc/boot: format data output

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-09-05 21:10:55 +02:00
parent 9842d5de61
commit 3fba97c0c9
2 changed files with 2 additions and 2 deletions

View File

@ -1219,7 +1219,7 @@ function sysinfo() {
TEXT+="\n CPU Scaling: \Zb${CPUFREQ}\Zn"
TEXT+="\n Secure Boot: \Zb${SECURE}\Zn"
TEXT+="\n Bootdisk: \Zb${LOADER_DISK}\Zn"
TEXT+="\n Time Online | Hardware: \Zb$(date) | $(hwclock)\Zn"
TEXT+="\n Time OS | Bios: \Zb$(date "+%F %H:%M:%S") | $(hwclock | cut -d. -f1)\Zn"
TEXT+="\n"
TEXT+="\n\Z4> Network: ${ETHN} NIC\Zn\n"
for ETH in ${ETHX}; do

View File

@ -68,7 +68,7 @@ echo -e "\033[1;37mSystem:\033[0m"
echo -e "Vendor: \033[1;37m${VENDOR}\033[0m"
echo -e "CPU: \033[1;37m${CPU}\033[0m"
echo -e "Memory: \033[1;37m${RAMTOTAL}GB\033[0m"
echo -e "Boottime: \033[1;37m$(date) | $(hwclock)\033[0m"
echo -e "Time OS | Bios: \033[1;37m$(date "+%F %H:%M:%S") | $(hwclock | cut -d. -f1)\033[0m"
echo
if ! readConfigMap "addons" "${USER_CONFIG_FILE}" | grep -q nvmesystem; then