From c8dae3d8fa5e9f07dca8b9a36d192eaf836235b1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mario=20Bl=C3=A4ttermann?= Date: Sun, 28 Mar 2021 14:29:45 +0200 Subject: [PATCH] Asciidoc: Reorder example command sequence --- sys-utils/pivot_root.8.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys-utils/pivot_root.8.adoc b/sys-utils/pivot_root.8.adoc index 9a89af3b24..9b085139ed 100644 --- a/sys-utils/pivot_root.8.adoc +++ b/sys-utils/pivot_root.8.adoc @@ -20,7 +20,11 @@ pivot_root - change the root filesystem Note that, depending on the implementation of *pivot_root*, root and current working directory of the caller may or may not change. The following is a sequence for invoking *pivot_root* that works in either case, assuming that *pivot_root* and *chroot* are in the current *PATH*: -cd _new_root_ pivot_root . _put_old_ exec chroot . _command_ +.... +cd new_root +pivot_root . put_old +exec chroot . command +.... Note that *chroot* must be available under the old root and under the new root, because *pivot_root* may or may not have implicitly changed the root directory of the shell. -- 2.47.3