docs/UPDATING: create mtab symlink
This commit is contained in:
parent
c65ac3136e
commit
b73a0e570b
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue