mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
small change, new tarball, added some excludes items to unmounted list, scd, dvdrw, cdrw.
This commit is contained in:
parent
43fd70ca90
commit
9ccd707d49
2
inxi
2
inxi
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue