From c108ed549771d16a8335c1e72a7c6b3798395bac Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 20 Oct 2006 19:39:48 +0000 Subject: raidautorun: new applet, by: Thomas Jarosch (email?) and Bernhard Fischer --- include/applets.h | 1 + include/usage.h | 7 +++++++ 2 files changed, 8 insertions(+) (limited to 'include') diff --git a/include/applets.h b/include/applets.h index 0c02096..14f6156 100644 --- a/include/applets.h +++ b/include/applets.h @@ -228,6 +228,7 @@ USE_PRINTENV(APPLET(printenv, _BB_DIR_BIN, _BB_SUID_NEVER)) USE_PRINTF(APPLET(printf, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) USE_PS(APPLET(ps, _BB_DIR_BIN, _BB_SUID_NEVER)) USE_PWD(APPLET(pwd, _BB_DIR_BIN, _BB_SUID_NEVER)) +USE_RAIDAUTORUN(APPLET(raidautorun, _BB_DIR_SBIN, _BB_SUID_NEVER)) USE_RDATE(APPLET(rdate, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) USE_READAHEAD(APPLET(readahead, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) USE_READLINK(APPLET(readlink, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) diff --git a/include/usage.h b/include/usage.h index ffd00cf..f959776 100644 --- a/include/usage.h +++ b/include/usage.h @@ -2400,6 +2400,13 @@ USE_FEATURE_MDEV_CONFIG( \ "$ pwd\n" \ "/root\n" +#define raidautorun_trivial_usage \ + "DEVICE" +#define raidautorun_full_usage \ + "Tells the kernel to automatically search and start RAID arrays" +#define raidautorun_example_usage \ + "$ raidautorun /dev/md0" + #define rdate_trivial_usage \ "[-sp] HOST" #define rdate_full_usage \ -- cgit v1.1