From 77bbb839ba25b974a538b90d346b454ccd5deefd Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Sat, 19 Jan 2013 22:47:11 +0000 Subject: 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 Signed-off-by: Radu Moisan Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-core/base-files/base-files/fstab.systemd | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta/recipes-core/base-files/base-files/fstab.systemd (limited to 'meta/recipes-core/base-files/base-files/fstab.systemd') 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 + -- cgit 1.2.3-korg