aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/base-files/base-files/fstab.systemd
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/base-files/base-files/fstab.systemd')
-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
+