Apply a patch from Evin Robertson -- new pivot_root applet.

-Erik
This commit is contained in:
Eric Andersen
2001-02-13 20:04:30 +00:00
parent 3af1f88725
commit 6fd8c664c1
8 changed files with 111 additions and 0 deletions

10
usage.c
View File

@ -1012,6 +1012,16 @@ const char ping_usage[] =
#endif
#endif
#if defined BB_PIVOT_ROOT
const char pivot_root_usage[] =
"pivot_root new_root put_old"
#ifndef BB_FEATURE_TRIVIAL_HELP
"\n\nMove the current root file system to put_old and make new_root\n"
"the new root file system."
#endif
;
#endif
#if defined BB_POWEROFF
const char poweroff_usage[] =
"poweroff"