base-files_3.0.14.bb : fix the om-gta02 fstab and bump the PR
authorGraeme Gregory <dp@xora.org.uk>
Wed, 29 Apr 2009 21:52:30 +0000 (22:52 +0100)
committerGraeme Gregory <dp@xora.org.uk>
Wed, 29 Apr 2009 21:52:30 +0000 (22:52 +0100)
recipes/base-files/base-files/om-gta02/fstab
recipes/base-files/base-files_3.0.14.bb

index 61c7cdc..c83b2b1 100644 (file)
@@ -1,5 +1,10 @@
 /dev/mtdblock6 /               jffs2   rw,noatime      1  1
 proc           /proc           proc    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
 
 # microSD slot
 /dev/mmcblk0p1 /media/card     auto    defaults,async  0  0
+# stock fstab - you probably want to override this with a machine specific one
+
index 460fd63..0d012c7 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Miscellaneous files for the base system."
 SECTION = "base"
 PRIORITY = "required"
-PR = "r85"
+PR = "r86"
 LICENSE = "GPL"
 
 SRC_URI = " \