commit | 5fd27fc84998c6683728353f57dc7c6000e5b4c3 | [log] [tgz] |
---|---|---|
author | Yann E. MORIN <yann.morin.1998@free.fr> | Thu Apr 11 12:17:53 2013 +0000 |
committer | Peter Korsgaard <jacmet@sunsite.dk> | Fri Apr 12 14:43:22 2013 +0200 |
tree | 37211ef76e8f92096174cc1f267aff3a304f5054 | |
parent | aaefab09c7573f81a83c164ce2daca35b6a420e6 [diff] |
fs/ext2: add support for ext2 rev0 and rev1 Some bootloaders have a buggy ext2 support, and require ext2 rev1 instead of the traditional ext2 rev0 that genext2fs produces. tune2fs accepts only one '-O list' at a time, so we need to construct a list of -O options. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>