--- ./Completion/Unix/Command/_mount.orig 2009-08-28 17:10:39.000000000 +0200 +++ ./Completion/Unix/Command/_mount 2011-02-28 00:34:40.000000000 +0100 @@ -868,7 +868,7 @@ # add glabel devices _glabel=(${(M)${(f)"$(/sbin/glabel list)"}:#*Name:[[:space:]]*/*}) for mline ($_glabel);do - dev_tmp+=( mline[(w)3] ) + dev_tmp+=( /dev/$mline[(w)3] ) done _alternative \