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:
parent
5c16b340e5
commit
7312ca2d2d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue