adding debugger data directory

This commit is contained in:
inxi-svn 2014-03-25 20:07:13 +00:00
parent c1c0752e97
commit b4319c40f5

8
inxi
View file

@ -10788,14 +10788,14 @@ print_raid_data()
local empty_raid_data='' report_size='report' blocks_avail='blocks' chunk_raid_usage='chunk size'
if [[ -n $BSD_TYPE ]];then
no_raid_detected='No zfs software RAID detected - other types not yet supported.'
empty_raid_data='No zfs RAID data available - other types not yet supported.'
no_raid_detected='No zfs software RAID detected-other types not yet supported.'
empty_raid_data='No zfs RAID data available-other types not yet supported.'
report_size='full size'
blocks_avail='available size'
chunk_raid_usage='raid allocated'
else
no_raid_detected="No RAID data available - $FILE_MDSTAT is missing - is md_mod kernel module loaded?"
empty_raid_data="No RAID devices detected - $FILE_MDSTAT, md_mod kernel module present"
no_raid_detected="No RAID data: $FILE_MDSTAT missing-is md_mod kernel module loaded?"
empty_raid_data="No RAID devices: $FILE_MDSTAT, md_mod kernel module present"
fi
if [[ $BSD_TYPE == 'bsd' ]];then