aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/base-files
diff options
context:
space:
mode:
authorAlex Ferguson <thoughtmonster@gmail.com>2010-12-22 13:51:27 +0200
committerKristoffer Ericson <kristoffer.ericson@gmail.com>2010-12-23 17:53:04 +0100
commitace9e500802fc41c71d795b685b6335b6014f177 (patch)
tree97b181b9f6c21fcff8cdca40c3dca8338f1be785 /recipes/base-files
parent0f2dd9f380788e929ac0b083f975eace77d14340 (diff)
downloadopenembedded-ace9e500802fc41c71d795b685b6335b6014f177.tar.gz
base-files: Add fstab for ben-nanonote.
Added fstab, which among other things enables swap by default. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Diffstat (limited to 'recipes/base-files')
-rw-r--r--recipes/base-files/base-files/ben-nanonote/fstab13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/base-files/base-files/ben-nanonote/fstab b/recipes/base-files/base-files/ben-nanonote/fstab
new file mode 100644
index 0000000000..479895bbf6
--- /dev/null
+++ b/recipes/base-files/base-files/ben-nanonote/fstab
@@ -0,0 +1,13 @@
+# stock fstab - you probably want to override this with a machine specific one
+
+rootfs / auto defaults 1 1
+proc /proc proc defaults 0 0
+devpts /dev/pts devpts mode=0620,gid=5 0 0
+usbfs /proc/bus/usb usbfs defaults 0 0
+tmpfs /var/volatile tmpfs defaults 0 0
+tmpfs /dev/shm tmpfs mode=0777 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
+/dev/mmcblk0p2 none swap sw 0 0