aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/arch-chroot.8.asciidoc7
-rw-r--r--doc/pacstrap.8.asciidoc5
2 files changed, 11 insertions, 1 deletions
diff --git a/doc/arch-chroot.8.asciidoc b/doc/arch-chroot.8.asciidoc
index 5586a46..a361043 100644
--- a/doc/arch-chroot.8.asciidoc
+++ b/doc/arch-chroot.8.asciidoc
@@ -7,7 +7,7 @@ arch-chroot - enhanced chroot command
Synopsis
--------
-arch-chroot [options] chroot-dir [command]
+arch-chroot [options] chroot-dir [command] [arguments...]
Description
-----------
@@ -32,6 +32,11 @@ i.e.:
Options
-------
+*-N*::
+ Run in unshare mode. This will use linkman:unshare[1] to create a new
+ mount and user namespace, allowing regular users to create new system
+ installations.
+
*-u <user>[:group]*::
Specify non-root user and optional group to use.
diff --git a/doc/pacstrap.8.asciidoc b/doc/pacstrap.8.asciidoc
index d3d517c..6eed23e 100644
--- a/doc/pacstrap.8.asciidoc
+++ b/doc/pacstrap.8.asciidoc
@@ -37,6 +37,11 @@ Options
*-M*::
Avoid copying the host's mirrorlist to the target.
+*-N*::
+ Run in unshare mode. This will use linkman:unshare[1] to create a new
+ mount and user namespace, allowing regular users to create new system
+ installations.
+
*-U*::
Use pacman -U to install packages. Useful for obtaining fine-grained
control over the installed packages.