diff options
| author | Theodore Ts'o <tytso@mit.edu> | 2000-08-14 20:37:09 +0000 |
|---|---|---|
| committer | Theodore Ts'o <tytso@mit.edu> | 2000-08-14 20:37:09 +0000 |
| commit | c6bd0c97e4dc42511015b9a20b3e35dcdc8fd411 (patch) | |
| tree | 482efd09b102ad8f03f7fc692aa2606a0e4e3124 /debugfs/debug_cmds.ct | |
| parent | 53d3955001593b668b15e2d10b3a191f689f9779 (diff) | |
| download | platform_external_e2fsprogs-c6bd0c97e4dc42511015b9a20b3e35dcdc8fd411.tar.gz platform_external_e2fsprogs-c6bd0c97e4dc42511015b9a20b3e35dcdc8fd411.tar.bz2 platform_external_e2fsprogs-c6bd0c97e4dc42511015b9a20b3e35dcdc8fd411.zip | |
Makefile.in, debug_cmds.ct, setsuper.c, ChangeLog:
setsuper.c: New function which implements the set_super_value command.
Allows the user to set arbitrary superblock fields.
ChangeLog, util.c:
util.c (open_pager): If the PAGER environment variable is not set,
default to using "more".
Diffstat (limited to 'debugfs/debug_cmds.ct')
| -rw-r--r-- | debugfs/debug_cmds.ct | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debugfs/debug_cmds.ct b/debugfs/debug_cmds.ct index 9b2f5928d..0d142ba43 100644 --- a/debugfs/debug_cmds.ct +++ b/debugfs/debug_cmds.ct @@ -118,5 +118,8 @@ request do_lcd, "Change the current directory on your native filesystem", request do_rdump, "Recursively dump a directory to the native filesystem", rdump; +request do_set_super, "Set superblock value", + set_super_value, ssv; + end; |
