aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/base-files/base-files
diff options
context:
space:
mode:
authorMartin Donnelly <martin.donnelly@ge.com>2013-01-19 22:47:11 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-20 12:45:55 +0000
commit77bbb839ba25b974a538b90d346b454ccd5deefd (patch)
treef660a26e530f000febae5211032b05100fce22a3 /meta/recipes-core/base-files/base-files
parenteaa82c842d3197e0251a887ba16028c22f9d8d94 (diff)
downloadopenembedded-core-contrib-77bbb839ba25b974a538b90d346b454ccd5deefd.tar.gz
base-files: add fstab for systemd based systems
The default fstab has entries which are not necessary in systemd based systems so add a simpler default in this case. Signed-off-by: Martin Donnelly <martin.donnelly@ge.com> Signed-off-by: Radu Moisan <radu.moisan@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/base-files/base-files')
-rw-r--r--meta/recipes-core/base-files/base-files/fstab.systemd9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-core/base-files/base-files/fstab.systemd b/meta/recipes-core/base-files/base-files/fstab.systemd
new file mode 100644
index 0000000000..cb48a0de4a
--- /dev/null
+++ b/meta/recipes-core/base-files/base-files/fstab.systemd
@@ -0,0 +1,9 @@
+# stock fstab - you probably want to override this with a machine specific one
+
+rootfs / auto defaults 1 1
+tmpfs /var/volatile tmpfs defaults 0 0
+tmpfs /media/ram tmpfs defaults 0 0
+
+# uncomment this if your device has a SD/MMC/Transflash slot
+#/dev/mmcblk0p1 /media/card auto defaults,sync,noauto 0 0
+