From 9ccd707d4943f017a066ec04e8cb5c9ff866f836 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Thu, 28 Feb 2013 06:27:40 +0000 Subject: [PATCH] small change, new tarball, added some excludes items to unmounted list, scd, dvdrw, cdrw. --- inxi | 2 +- inxi.changelog | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/inxi b/inxi index d2e7eb1..351ed02 100755 --- a/inxi +++ b/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 diff --git a/inxi.changelog b/inxi.changelog index 9ed1781..5593c69 100755 --- a/inxi.changelog +++ b/inxi.changelog @@ -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.