Don't write to /etc/mtab in newroot, may be an issue on read-only filesystems

This commit is contained in:
Erik van der Kouwe
2010-08-03 13:57:58 +00:00
parent 256c37f7fa
commit 4989de6acc
3 changed files with 8 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ mount \- mount a file system
.SH OPTIONS
.FL "\-r" "File system is mounted read-only"
.FL "\-t" "File system type"
.FL "\-n" "Don't update mtab"
.FL "\-o" "Options passed to FS server"
.SH EXAMPLES
.EX "mount /dev/fd1 /user" "Mount diskette 1 on \fI/user\fP"