2010/8/19 Tom Rini <[email protected]>: > Frans Meulenbroeks wrote: >> >> 2010/8/19 Tom Rini <[email protected]>: >>> >>> Have /etc/filesystems try and mount ext4 then ext3 then ext2 >>> >>> Signed-off-by: Tom Rini <[email protected]> >>> --- >>> 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 >>> * >> >> Is this the order in which they are tried? >> If so I would suggest reordering them according to likelihood (e.g. minix >> last) > > We could also do that, yes. For sanity, I'd have changing behavior of > ext[234] done on its own.
Fine with me. In that case for your patch: Acked-by: Frans Meulenbroeks <[email protected]> _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
