fix(coreos-base): add empty fstab file

this file should have gone into 4f1807d25f2a33738bb5df74bbeeefe626478229
This commit is contained in:
Brandon Philips 2013-02-26 08:42:34 -08:00
parent 54743927bb
commit 6a020a87f1

View File

@ -0,0 +1,14 @@
# /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed); notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#
# <fs> <mountpoint> <type> <opts> <dump/pass>