docs/UPDATING: create mtab symlink

This commit is contained in:
Thomas Veerman 2012-11-27 17:36:53 +00:00
parent c65ac3136e
commit b73a0e570b

View file

@ -1,3 +1,10 @@
20121127:
/etc/mtab is now obsoleted by /proc/mounts. You need to create a
symlink:
# rm /etc/mtab
# ln -s /proc/mounts /etc/mtab
20121116:
To make the build system less verbose: