b340aae9b1
* Change from none -> union (looks like util-linux is confused BUG?) Avoid the message: "umount aufs failed: not found" at shutdown. #1 mount -t tmpfs none /something #2 mount -t tmpfs xxxx /something The output of findmnt -rnu -o SOURCE will be blank in #1. * Change from aufs -> auto, make its more generic. * Update devpts and shm entries. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
8 lines
357 B
Plaintext
8 lines
357 B
Plaintext
#
|
|
# /etc/fstab: static file system information
|
|
#
|
|
# <file system> <dir> <type> <options> <dump> <pass>
|
|
union / auto noauto 0 0
|
|
devpts /dev/pts devpts defaults 0 0
|
|
shm /dev/shm tmpfs nodev,nosuid 0 0
|