aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/base-files
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-02-19 22:10:33 +0100
committerSteffen Sledz <sledz@dresearch.de>2011-02-25 08:48:44 +0100
commit64a6513fcf1285a9a93fb114cede4087c9431529 (patch)
tree685f98ad7366c27b664041700ff075ad5b2e7874 /recipes/base-files
parentb5b1fd5fb5ea184408c694dd380c22eab201b37f (diff)
downloadopenembedded-64a6513fcf1285a9a93fb114cede4087c9431529.tar.gz
base-files: update om-gta02's fstab and bump PR
The update is based on the default fstab, it fixes a long standing bug where the rootfs was hardcoded to /dev/mtdblock6 with the jffs2 filesystem. The om-gta02 machine can boot from microsd or from mtd(jffs2 or ubifs), so not hardcoding the defult rootfs is good. Note that some lines were not imported from the default fstab: * The devpts mount point is mounted by /etc/init.d/mountdevsubfs.sh: From #openmoko-cdevel on Freenode on irc: Feb 19 18:20:22 <elisa42> its mounteted by mountdevsubfs.sh * usbfs mount point is absent(/proc/bus/usb doesn't exist on target) Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Diffstat (limited to 'recipes/base-files')
-rw-r--r--recipes/base-files/base-files/om-gta02/fstab14
-rw-r--r--recipes/base-files/base-files_3.0.14.bb2
2 files changed, 7 insertions, 9 deletions
diff --git a/recipes/base-files/base-files/om-gta02/fstab b/recipes/base-files/base-files/om-gta02/fstab
index c83b2b1214..91b2b86080 100644
--- a/recipes/base-files/base-files/om-gta02/fstab
+++ b/recipes/base-files/base-files/om-gta02/fstab
@@ -1,10 +1,8 @@
-/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
+rootfs / auto defaults 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
-
+/dev/mmcblk0p1 /media/card auto defaults 0 0
diff --git a/recipes/base-files/base-files_3.0.14.bb b/recipes/base-files/base-files_3.0.14.bb
index 302f68de1f..acd12a422a 100644
--- a/recipes/base-files/base-files_3.0.14.bb
+++ b/recipes/base-files/base-files_3.0.14.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Miscellaneous files for the base system."
SECTION = "base"
PRIORITY = "required"
-PR = "r99"
+PR = "r100"
LICENSE = "GPL"
SRC_URI = " \