base-files: Add fstab for ben-nanonote.
authorAlex Ferguson <thoughtmonster@gmail.com>
Wed, 22 Dec 2010 11:51:27 +0000 (13:51 +0200)
committerKristoffer Ericson <kristoffer.ericson@gmail.com>
Thu, 23 Dec 2010 16:53:04 +0000 (17:53 +0100)
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>
recipes/base-files/base-files/ben-nanonote/fstab [new file with mode: 0644]

diff --git a/recipes/base-files/base-files/ben-nanonote/fstab b/recipes/base-files/base-files/ben-nanonote/fstab
new file mode 100644 (file)
index 0000000..479895b
--- /dev/null
@@ -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