mirror of
https://github.com/smxi/inxi.git
synced 2025-02-23 21:42:18 +00:00
adding debugger data directory
This commit is contained in:
parent
c1c0752e97
commit
b4319c40f5
4
inxi
4
inxi
|
@ -10794,8 +10794,8 @@ print_raid_data()
|
||||||
blocks_avail='available size'
|
blocks_avail='available size'
|
||||||
chunk_raid_usage='raid allocated'
|
chunk_raid_usage='raid allocated'
|
||||||
else
|
else
|
||||||
no_raid_detected="No RAID data available - $FILE_MDSTAT is missing - is md_mod kernel module loaded?"
|
no_raid_detected="No RAID data: $FILE_MDSTAT missing-is md_mod kernel module loaded?"
|
||||||
empty_raid_data="No RAID devices detected - $FILE_MDSTAT, md_mod kernel module present"
|
empty_raid_data="No RAID devices: $FILE_MDSTAT, md_mod kernel module present"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $BSD_TYPE == 'bsd' ]];then
|
if [[ $BSD_TYPE == 'bsd' ]];then
|
||||||
|
|
Loading…
Reference in a new issue