From ec1a27a66c52d728d56166e2c60ed959691283d7 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Mon, 28 Apr 2014 21:14:08 +0000 Subject: [PATCH] Quick fix, new tarball, no new version. This fixes a -D size used error, if nfs, nfs4, smbfs are mounted, inxi included those in the disk space used, creating insane used errors. --- inxi | 3 ++- inxi.changelog | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/inxi b/inxi index febf4f5..4ed4276 100755 --- a/inxi +++ b/inxi @@ -5424,7 +5424,8 @@ get_hdd_data_basic() df_total=' --total' fi df_string="df -P -T --exclude-type=aufs --exclude-type=devfs --exclude-type=devtmpfs - --exclude-type=fdescfs --exclude-type=iso9660 --exclude-type=linprocfs --exclude-type=procfs + --exclude-type=fdescfs --exclude-type=iso9660 --exclude-type=linprocfs --exclude-type=nfs + --exclude-type=nfs3 --exclude-type=nfs4 --exclude-type=nfs5 --exclude-type=procfs --exclude-type=smbfs --exclude-type=squashfs --exclude-type=sysfs --exclude-type=tmpfs --exclude-type=unionfs $df_total" if swapon -s &>/dev/null;then swap_size=$( swapon -s 2>/dev/null | gawk ' diff --git a/inxi.changelog b/inxi.changelog index f70821d..14352e5 100755 --- a/inxi.changelog +++ b/inxi.changelog @@ -1,3 +1,16 @@ +===================================================================================== +Version: 2.1.24 +Patch Version: 00 +Script Date: 2014-04-28 +----------------------------------- +Changes: +----------------------------------- +Quick fix, new tarball, no new version. This fixes a -D size used error, if nfs, nfs4, smbfs +are mounted, inxi included those in the disk space used, creating insane used errors. + +----------------------------------- +-- Harald Hope - Mon, 28 Apr 2014 14:12:50 -0700 + ===================================================================================== Version: 2.1.24 Patch Version: 00