base-files: update om-gta02's fstab and bump PR
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Sat, 19 Feb 2011 21:10:33 +0000 (22:10 +0100)
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Sat, 19 Feb 2011 21:20:12 +0000 (22:20 +0100)
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>
recipes/base-files/base-files/om-gta02/fstab
recipes/base-files/base-files_3.0.14.bb

index c83b2b1..91b2b86 100644 (file)
@@ -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
index 302f68d..acd12a4 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Miscellaneous files for the base system."
 SECTION = "base"
 PRIORITY = "required"
-PR = "r99"
+PR = "r100"
 LICENSE = "GPL"
 
 SRC_URI = " \