Add findmnt command

This is nice way how to show existing mounts.
This commit is contained in:
Jiri Konecny 2015-10-02 13:49:02 +02:00 committed by Brian C. Lane
parent d282f1fa8c
commit 094ad38310
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ removefrom sysvinit-tools /usr/bin/*
removefrom tar /usr/share/locale/*
removefrom usbutils /usr/bin/*
removefrom util-linux --allbut \
/usr/bin/{dmesg,getopt,kill,login,lsblk,more,mount,umount,mountpoint} \
/usr/bin/{dmesg,getopt,kill,login,lsblk,more,mount,umount,mountpoint,findmnt} \
/etc/mtab /etc/pam.d/login /etc/pam.d/remote \
/usr/sbin/{agetty,blkid,blockdev,clock,fdisk,fsck,fstrim,hwclock,losetup} \
/usr/sbin/{mkswap,nologin,sfdisk,swapoff,swapon,wipefs,partx} \