diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-08-18 15:44:51 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-08-19 14:39:53 -0700 |
commit | c1363b88214b27c65d563c16a8cc1dc56f1bd770 (patch) | |
tree | e8369b0e43ed1e9c6f381fac5c16fc1bb90b89d3 /recipes/base-files/base-files_3.0.14.bb | |
parent | 8785b4bb6f4ee835275b6c1ab80a9bd6b8af6c6f (diff) |
base-files: Prefer ext4 > ext3 > ext2
Have /etc/filesystems try and mount ext4 then ext3 then ext2
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/base-files/base-files_3.0.14.bb')
-rw-r--r-- | recipes/base-files/base-files_3.0.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/base-files/base-files_3.0.14.bb b/recipes/base-files/base-files_3.0.14.bb index abb8c973f4..f8d07781ba 100644 --- a/recipes/base-files/base-files_3.0.14.bb +++ b/recipes/base-files/base-files_3.0.14.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Miscellaneous files for the base system." SECTION = "base" PRIORITY = "required" -PR = "r96" +PR = "r97" LICENSE = "GPL" SRC_URI = " \ |