base-files 3.0.14: Update omap3-pandora /etc/fstab to mount up the UBIFS boot volume.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Tue, 25 May 2010 10:08:30 +0000 (11:08 +0100)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Tue, 25 May 2010 10:08:30 +0000 (11:08 +0100)
recipes/base-files/base-files/omap3-pandora/fstab
recipes/base-files/base-files_3.0.14.bb

index a4c8610..3068f4b 100644 (file)
@@ -1,4 +1,4 @@
-# stock fstab - you probably want to override this with a machine specific one
+# OpenPandora fstab.
 
 rootfs               /                    auto       defaults,noatime      1  1
 proc                 /proc                proc       defaults              0  0
@@ -8,6 +8,6 @@ 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
+# The /boot kernel volume on the OpenPandora NAND.
 
+ubi1:boot            /boot                ubifs      defaults              0  0
index 8f1de11..7cb4061 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Miscellaneous files for the base system."
 SECTION = "base"
 PRIORITY = "required"
-PR = "r91"
+PR = "r92"
 LICENSE = "GPL"
 
 SRC_URI = " \