[oe-commits] Alex Ferguson : base-files: Add fstab for ben-nanonote.

git version control git at git.openembedded.org
Thu Dec 23 16:52:44 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ace9e500802fc41c71d795b685b6335b6014f177
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ace9e500802fc41c71d795b685b6335b6014f177

Author: Alex Ferguson <thoughtmonster at gmail.com>
Date:   Wed Dec 22 13:51:27 2010 +0200

base-files: Add fstab for ben-nanonote.

Added fstab, which among other things enables swap by default.

Signed-off-by: Alex Ferguson <thoughtmonster at gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson at gmail.com>

---

 recipes/base-files/base-files/ben-nanonote/fstab |   13 +++++++++++++
 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 0000000..479895b
--- /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





More information about the Openembedded-commits mailing list