[oe] [PATCH] base-files: Prefer ext4 > ext3 > ext2

Tom Rini tom_rini at mentor.com
Wed Aug 18 22:58:16 UTC 2010


Have /etc/filesystems try and mount ext4 then ext3 then ext2

Signed-off-by: Tom Rini <tom_rini at mentor.com>
---
 recipes/base-files/base-files/filesystems |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/base-files/base-files/filesystems b/recipes/base-files/base-files/filesystems
index 653593a..10726c6 100644
--- a/recipes/base-files/base-files/filesystems
+++ b/recipes/base-files/base-files/filesystems
@@ -1,6 +1,7 @@
 minix
 fat
 vfat
-ext2
+ext4
 ext3
+ext2
 *
-- 
1.6.3.3





More information about the Openembedded-devel mailing list