Lines Matching refs:pivot_root
40 pivot_root system call
104 The name is not relevant. More details can be found on the pivot_root(2)
152 etc. Note however that it is usually possible to use pivot_root in
212 The root change is accomplished with the pivot_root system call, which
213 is also available via the pivot_root utility (see pivot_root(8) man
214 page; pivot_root is distributed with util-linux version 2.10h or higher
215 [3]). pivot_root moves the current root to a directory under the new
217 must exist before calling pivot_root. Example:
221 # pivot_root . initrd
235 Note: implementation details of pivot_root may change with time. In order
238 - before calling pivot_root, the current directory of the invoking
253 pivot_root(8) man page for details.
274 5) /sbin/init invokes pivot_root to change the root file system and
312 The following mechanism was used before the introduction of pivot_root.
336 the new, supported mechanism is called "pivot_root".
339 Mixed change_root and pivot_root mechanism
342 In case you did not want to use root=/dev/ram0 to trigger the pivot_root