Lines Matching refs:pivot_root
40 pivot_root system call
105 :manpage:`pivot_root(2)` man page.
162 etc. Note however that it is usually possible to use pivot_root in
228 The root change is accomplished with the pivot_root system call, which
229 is also available via the ``pivot_root`` utility (see :manpage:`pivot_root(8)`
230 man page; ``pivot_root`` is distributed with util-linux version 2.10h or higher
231 [#f3]_). ``pivot_root`` moves the current root to a directory under the new
233 must exist before calling ``pivot_root``. Example::
237 # pivot_root . initrd
251 Note: implementation details of pivot_root may change with time. In order
254 - before calling pivot_root, the current directory of the invoking
269 :manpage:`pivot_root(8)` man page for details.
290 5) ``/sbin/init`` invokes ``pivot_root`` to change the root file system and
328 The following mechanism was used before the introduction of pivot_root.
352 the new, supported mechanism is called ``pivot_root``.
355 Mixed change_root and pivot_root mechanism
358 In case you did not want to use ``root=/dev/ram0`` to trigger the pivot_root