updated bsd zfs raid error messages to reflect that only zfs is supported at this time

This commit is contained in:
inxi-svn 2013-02-27 22:08:35 +00:00
parent 2a93e5e522
commit 20ca07336e

4
inxi
View file

@ -9364,8 +9364,8 @@ print_raid_data()
local empty_raid_data='' report_size='report' blocks_avail='blocks' chunk_raid_usage='chunk size' local empty_raid_data='' report_size='report' blocks_avail='blocks' chunk_raid_usage='chunk size'
if [[ -n $BSD_TYPE ]];then if [[ -n $BSD_TYPE ]];then
no_raid_detected='No RAID detected - BSD support is only preliminary.' no_raid_detected='No zfs software RAID detected - other types not yet supported.'
empty_raid_data='No RAID data available - BSD support is only preliminary.' empty_raid_data='No zfs RAID data available - other types not yet supported.'
report_size='full size' report_size='full size'
blocks_avail='available size' blocks_avail='available size'
chunk_raid_usage='raid allocated' chunk_raid_usage='raid allocated'