mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
added in some logging data
This commit is contained in:
parent
bfa54a8ef5
commit
7f76e53bec
4
inxi
4
inxi
|
@ -3123,6 +3123,7 @@ get_partition_data_advanced()
|
||||||
|
|
||||||
get_unmounted_partition_data()
|
get_unmounted_partition_data()
|
||||||
{
|
{
|
||||||
|
eval $LOGFS
|
||||||
local a_unmounted_working='' a_unmounted_temp='' mounted_partitions='' separator=''
|
local a_unmounted_working='' a_unmounted_temp='' mounted_partitions='' separator=''
|
||||||
local dev_disk_label='' dev_disk_uuid='' dev_working='' uuid_working='' label_working=''
|
local dev_disk_label='' dev_disk_uuid='' dev_working='' uuid_working='' label_working=''
|
||||||
|
|
||||||
|
@ -3174,6 +3175,7 @@ get_unmounted_partition_data()
|
||||||
done
|
done
|
||||||
|
|
||||||
# echo "${A_UNMOUNTED_PARTITION_DATA[@]}"
|
# echo "${A_UNMOUNTED_PARTITION_DATA[@]}"
|
||||||
|
eval $LOGFE
|
||||||
}
|
}
|
||||||
|
|
||||||
# Repos will be added as we get distro package manager data to create the repo data.
|
# Repos will be added as we get distro package manager data to create the repo data.
|
||||||
|
@ -3181,6 +3183,7 @@ get_unmounted_partition_data()
|
||||||
# neat and readable.
|
# neat and readable.
|
||||||
get_repo_data()
|
get_repo_data()
|
||||||
{
|
{
|
||||||
|
eval $LOGFS
|
||||||
local repo_file='' repo_data_working=''
|
local repo_file='' repo_data_working=''
|
||||||
local apt_file='/etc/apt/sources.list' yum_repo_dir='/etc/yum.repos.d/' yum_conf='/etc/yum.conf'
|
local apt_file='/etc/apt/sources.list' yum_repo_dir='/etc/yum.repos.d/' yum_conf='/etc/yum.conf'
|
||||||
local pacman_conf='/etc/pacman.conf' pacman_repo_dir='/etc/pacman.d/'
|
local pacman_conf='/etc/pacman.conf' pacman_repo_dir='/etc/pacman.d/'
|
||||||
|
@ -3263,6 +3266,7 @@ $repo_data_working"
|
||||||
# elif [[ -f $pacman_file || -d $pacman_repo_dir ]];then
|
# elif [[ -f $pacman_file || -d $pacman_repo_dir ]];then
|
||||||
# REPO_FILE_ID='yum repos'
|
# REPO_FILE_ID='yum repos'
|
||||||
fi
|
fi
|
||||||
|
eval $LOGFE
|
||||||
}
|
}
|
||||||
|
|
||||||
get_sensors_data()
|
get_sensors_data()
|
||||||
|
|
Loading…
Reference in a new issue