Correcting wrong target for /etc/mtab symlink in create-mtab-symlink hook, thanks to Ben Armstrong <synrg@sanctuary.nslug.ns.ca>.

This commit is contained in:
Daniel Baumann 2014-08-22 17:11:30 +02:00
parent 5c16b340e5
commit 7312ca2d2d
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ set -e
if [ ! -L /etc/mtab ]
then
rm -f /etc/mtab
ln -s /proc/mtab /etc/mtab
ln -s /proc/mounts /etc/mtab
fi