···118118 with the new root (cd /newmount; mount --move . /; chroot .), attach119119 stdin/stdout/stderr to the new /dev/console, and exec the new init.120120121121- Since this is a remarkably persnickity process (and involves deleting121121+ Since this is a remarkably persnickety process (and involves deleting122122 commands before you can run them), the klibc package introduced a helper123123 program (utils/run_init.c) to do all this for you. Most other packages124124 (such as busybox) have named this command "switch_root".