raidautorun: new applet, by:
Thomas Jarosch (email?) and Bernhard Fischer <rep.nop@aon.at>
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user