small change, new tarball, added some excludes items to unmounted list, scd, dvdrw, cdrw.

This commit is contained in:
inxi-svn 2013-02-28 06:27:40 +00:00
parent 43fd70ca90
commit 9ccd707d49
2 changed files with 13 additions and 1 deletions

2
inxi
View file

@ -7547,7 +7547,7 @@ get_unmounted_partition_data()
get_raid_data
fi
# sr0 type cd drives are showing up now as unmounted partitions
mounted_partitions="sr[0-9]|cdrom[0-9]*|dvd[0-9]*"
mounted_partitions="scd[0-9]+|sr[0-9]+|cdrom[0-9]*|cdrw[0-9]*|dvd[0-9]*|dvdrw[0-9]*"
# create list for slicing out the mounted partitions
for (( i=0; i < ${#A_PARTITION_DATA[@]}; i++ ))
do

View file

@ -5,6 +5,18 @@ Script Date: February 27 2013
-----------------------------------
Changes:
-----------------------------------
-----------------------------------
-- Harald Hope - Wed, 27 Feb 2013 22:26:32 -0800
=====================================================================================
Version: 1.8.41
Patch Version: 00
Script Date: February 27 2013
-----------------------------------
Changes:
-----------------------------------
New version, updated man page. A bug fix for an old time bug: with mdraid, -o (unmounted
partitions) would show components of the md raid array as unmounted partitions.