mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-30 18:12:08 +02:00
fix(coreos-base): add empty fstab file
this file should have gone into 4f1807d25f2a33738bb5df74bbeeefe626478229
This commit is contained in:
parent
54743927bb
commit
6a020a87f1
14
sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-base/files/fstab
vendored
Normal file
14
sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-base/files/fstab
vendored
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user