diff --git a/inxi b/inxi index 24ce978..c9e82fe 100755 --- a/inxi +++ b/inxi @@ -5479,13 +5479,6 @@ get_raid_data() mdstat="$( cat $FILE_MDSTAT 2>/dev/null )" fi - mdstat="Personalities : [raid0] [raid1] -md5 : active raid0 sdc1[0] sdd1[1] - 976769024 blocks super 1.2 512k chunks - -md4 : active raid1 sde2[0] sdf2[1] - 955788224 blocks [2/2] [UU]" - if [[ -n $mdstat ]];then # need to make sure there's always a newline in front of each record type, and # also correct possible weird formats for the output from older kernels etc.