diff options
author | Theodore Ts'o <tytso@mit.edu> | 2008-04-17 23:31:44 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-04-17 23:31:44 -0400 |
commit | 2930dad2b20fe4b04ee3e9f5c7a76d8bf63342b0 (patch) | |
tree | a5c8b143d5c0dcc802719d0e6eeb06a1dfea2056 /tests/m_uninit/script | |
parent | 7a1eac2fbe8bcd6588a198af51f66347bb10f5ab (diff) | |
download | e2fsprogs-2930dad2b20fe4b04ee3e9f5c7a76d8bf63342b0.tar.gz |
Rename the feature uninit_groups to uninit_bg
Allow the old name of uninit_groups when converting feature names for
backwards compatibility for scripts running mke2fs and tune2fs.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'tests/m_uninit/script')
-rw-r--r-- | tests/m_uninit/script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/m_uninit/script b/tests/m_uninit/script index 0de2699d..0b565acf 100644 --- a/tests/m_uninit/script +++ b/tests/m_uninit/script @@ -1,4 +1,4 @@ DESCRIPTION="uninitialized group feature" FS_SIZE=131072 -MKE2FS_OPTS="-O uninit_groups" +MKE2FS_OPTS="-O uninit_bg" . $cmd_dir/run_mke2fs |