From: David-John Willis Date: Tue, 25 May 2010 10:08:30 +0000 (+0100) Subject: base-files 3.0.14: Update omap3-pandora /etc/fstab to mount up the UBIFS boot volume. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32382498bb3a7650eb39bf36f419e06eb1df2f22;p=openembedded.git base-files 3.0.14: Update omap3-pandora /etc/fstab to mount up the UBIFS boot volume. --- diff --git a/recipes/base-files/base-files/omap3-pandora/fstab b/recipes/base-files/base-files/omap3-pandora/fstab index a4c86104e1..3068f4b62b 100644 --- a/recipes/base-files/base-files/omap3-pandora/fstab +++ b/recipes/base-files/base-files/omap3-pandora/fstab @@ -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