mirror of
https://github.com/AuxXxilium/arc-c.git
synced 2024-12-03 21:25:50 +07:00
sysinfo: add output for config version
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
bc09832c5e
commit
8dbf892b08
@ -542,7 +542,6 @@ function make() {
|
||||
--progressbox "Doing the Magic..." 20 70
|
||||
if [[ -f "${ORI_ZIMAGE_FILE}" && -f "${ORI_RDGZ_FILE}" && -f "${MOD_ZIMAGE_FILE}" && -f "${MOD_RDGZ_FILE}" ]]; then
|
||||
# Build is done
|
||||
writeConfigKey "arc.version" "${ARC_VERSION}" "${USER_CONFIG_FILE}"
|
||||
writeConfigKey "arc.builddone" "true" "${USER_CONFIG_FILE}"
|
||||
BUILDDONE="$(readConfigKey "arc.builddone" "${USER_CONFIG_FILE}")"
|
||||
# Ask for Boot
|
||||
@ -1798,6 +1797,7 @@ function sysinfo() {
|
||||
LKM="$(readConfigKey "lkm" "${USER_CONFIG_FILE}")"
|
||||
KERNELLOAD="$(readConfigKey "arc.kernelload" "${USER_CONFIG_FILE}")"
|
||||
MACSYS="$(readConfigKey "arc.macsys" "${USER_CONFIG_FILE}")"
|
||||
CONFIGVER="$(readConfigKey "arc.version" "${USER_CONFIG_FILE}")"
|
||||
HDDSORT="$(readConfigKey "arc.hddsort" "${USER_CONFIG_FILE}")"
|
||||
MODULESINFO="$(lsmod | awk -F' ' '{print $1}' | grep -v 'Module')"
|
||||
MODULESVERSION="$(cat "${MODULES_PATH}/VERSION")"
|
||||
@ -1859,6 +1859,7 @@ function sysinfo() {
|
||||
TEXT+="\n Arc Settings | Kernelload: \Zb${ARCPATCH} | ${KERNELLOAD}\Zn"
|
||||
TEXT+="\n Directboot: \Zb${DIRECTBOOT}\Zn"
|
||||
TEXT+="\n Config | Build: \Zb${CONFDONE} | ${BUILDDONE}\Zn"
|
||||
TEXT+="\n Config Version: \Zb${CONFIGVER}\Zn"
|
||||
TEXT+="\n MacSys: \Zb${MACSYS}\Zn"
|
||||
TEXT+="\n Bootcount: \Zb${BOOTCOUNT}\Zn"
|
||||
TEXT+="\n\Z4>> Addons | Modules\Zn"
|
||||
|
Loading…
Reference in New Issue
Block a user