diff options
Diffstat (limited to 'e2fsprogs')
-rw-r--r-- | e2fsprogs/tune2fs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/e2fsprogs/tune2fs.c b/e2fsprogs/tune2fs.c index c9f88b3..e9bad66 100644 --- a/e2fsprogs/tune2fs.c +++ b/e2fsprogs/tune2fs.c @@ -15,6 +15,8 @@ //applet:IF_TUNE2FS(APPLET(tune2fs, BB_DIR_SBIN, BB_SUID_DROP)) +//TODO alias to "tune2fs -L LABEL": //applet:IF_E2LABEL(APPLET_ODDNAME(e2label, tune2fs, BB_DIR_SBIN, BB_SUID_DROP, e2label)) + //kbuild:lib-$(CONFIG_TUNE2FS) += tune2fs.o //usage:#define tune2fs_trivial_usage |