git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee634d4
)
SlugOS: /etc/filesystems - change ordering for compatibility.
author
Mike Westerhof
<mwester@dls.net>
Sat, 12 Feb 2011 20:57:53 +0000
(14:57 -0600)
committer
Mike Westerhof
<mwester@dls.net>
Sat, 12 Feb 2011 20:57:53 +0000
(14:57 -0600)
(ext3 is before ext4, so that ext3 partitions will not use the ext4 driver)
recipes/base-files/base-files/slugos/filesystems
patch
|
blob
|
history
diff --git
a/recipes/base-files/base-files/slugos/filesystems
b/recipes/base-files/base-files/slugos/filesystems
index
363695a
..
f6264e9
100644
(file)
--- a/
recipes/base-files/base-files/slugos/filesystems
+++ b/
recipes/base-files/base-files/slugos/filesystems
@@
-1,6
+1,6
@@
-ext4
ext3
ext2
+ext4
vfat
fat
*