commit | 7f5601e5b5dd733c23ca73f965d37d49547150ab | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Thu Jul 10 09:24:25 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Jul 10 09:31:34 2008 -0400 |
tree | 2a851d7efe82986e78a5d701605a873553e0e27f | |
parent | e22a023c579f0f95f93314c0fed7cff9a2cdbd11 [diff] |
mke2fs: Dumb down filesystems for GNU Hurd The Hurd only supports filesystems with a blocksize of 4096 bytes, and 128 byte inodes. It also doesn't understand the journal. So force the defaults to be something which the Hurd can handle if "-o hurd" is specified on the command line. Addresses-Debian-Bug: #471977 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>