Lines Matching refs:init
35 5) /sbin/init is executed (this can be any valid executable, including
37 init can do).
38 6) init mounts the "real" root file system
39 7) init places the root file system at the root directory using the
41 8) init execs the /sbin/init on the new root filesystem, performing
144 environment. Don't forget the most important file, /sbin/init
145 Note that /sbin/init's permissions must include "x" (execute).
148 # chroot /mnt /sbin/init
161 only add a symbolic link from /sbin/init to /bin/sh. Alternatively, you
197 When finished with its duties, init typically changes the root device
223 Now, the init process may still access the old root via its
230 Where what-follows is a program under the new root, e.g. /sbin/init
266 2) /sbin/init determines what is needed to (1) mount the "real" root FS
271 3) /sbin/init loads the necessary kernel modules
272 4) /sbin/init creates and populates the root file system (this doesn't
274 5) /sbin/init invokes pivot_root to change the root file system and
293 generated with all the necessary modules. Then, only /sbin/init or a file
323 command options root, init, or rw. (If specified, they will affect
343 mechanism, you may create both /linuxrc and /sbin/init in your initrd image.
353 this time executing /sbin/init. Again, it would be the duty of this init
355 the cmdline) before the final execution of the real /sbin/init.