Add a switch_root utility (like kconfig's utils/run_init.c, although not
authorRob Landley <rob@landley.net>
Thu, 27 Oct 2005 22:55:50 +0000 (22:55 -0000)
committerRob Landley <rob@landley.net>
Thu, 27 Oct 2005 22:55:50 +0000 (22:55 -0000)
commit0f34a821ab99e4936c7aa4974f58784442172211
tree1341f988aa02110b3a997edc52e54bcc27ea1000
parent2454ebd85ddbbdc0971e9b848032f66e23245ebe
Add a switch_root utility (like kconfig's utils/run_init.c, although not
actuall using any of that code).  This is needed because pivot_root doesn't
work right under initramfs.  (See the menuconfig help.)
include/applets.h
include/usage.h
util-linux/Config.in
util-linux/switch_root.c [new file with mode: 0644]