On Fri, 2012-01-06 at 06:35 -0700, Gary Thomas wrote: > This changes the order that file system [types] are tried > when using 'mount' in busybox when the file system type is > not explictly specified. The pervious ordering is > incorrect in that less capable file system types are tried > first, e.g. ext2 before ext3, which will cause an ext3 file > system to be mounted as ext2, disabling some of the ext3 > features such as journaling. > > The change also moves infrequently used file system types to > the end as checking for them is just a waste of effort in > most cases. The list now also includes ext4. > > Signed-off-by: Gary Thomas <[email protected]> > --- > .../recipes-core/base-files/base-files/filesystems | 9 +++++---- > 1 files changed, 5 insertions(+), 4 deletions(-)
Merged to master, thanks. I had to add a PR bump, mention base-files in the commit summary and for some reason the patch was corrupt and wouldn't apply either so I had to do so manually. Cheers, Richard _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
