From f039fb8b17dbb5fb117fc976849729b1a53abe2f Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Wed, 11 Feb 2009 17:51:55 +0000 Subject: [PATCH] added nfs remote mount syntax --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 5427337..b59f17f 100755 --- a/inxi +++ b/inxi @@ -3220,7 +3220,7 @@ print_partition_data() # don't show user names in output if [[ $B_SHOW_LABELS == 'true' || $B_SHOW_UUIDS == 'true' ]];then if [[ -n ${a_partition_working[5]} ]];then - if [[ -z $( grep '^//' <<< ${a_partition_working[5]} ) ]];then + if [[ -z $( grep -E '(^//|:/)' <<< ${a_partition_working[5]} ) ]];then part_dev="/dev/${a_partition_working[5]}" dev_remote='dev' else