diff options
| author | 2018-10-23 20:27:45 -0400 | |
|---|---|---|
| committer | 2018-10-23 20:27:45 -0400 | |
| commit | f510d1eee4825ab5b8bab0425bfe98781cb096c2 (patch) | |
| tree | 6551135472f984679be4961fbf42d1f77a79dc18 | |
| parent | 46326677ae0f0ce2b63292cff583be70dd8e597f (diff) | |
d/arch-chroot.adoc, d/genfstab.adoc: Update manpages from updated help text.
| -rw-r--r-- | debian/arch-chroot.adoc | 7 | ||||
| -rw-r--r-- | debian/genfstab.adoc | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/arch-chroot.adoc b/debian/arch-chroot.adoc index 61ecdbb..67a82d9 100644 --- a/debian/arch-chroot.adoc +++ b/debian/arch-chroot.adoc @@ -31,6 +31,13 @@ disable autostart of daemons. If 'command' is unspecified, arch-chroot will launch */bin/bash*. +Note that when using arch-chroot, the target chroot directory *should* be a +mountpoint. This ensures that tools such as findmnt(8) have an accurate hierarchy +of the mounted filesystems within the chroot. + +If your chroot target is not a mountpoint, you can bind mount the directory on +itself to make it a mountpoint, i.e. 'mount --bind /your/chroot /your/chroot'. + EXAMPLES -------- diff --git a/debian/genfstab.adoc b/debian/genfstab.adoc index 9f2f35e..a8e38aa 100644 --- a/debian/genfstab.adoc +++ b/debian/genfstab.adoc @@ -23,7 +23,7 @@ OPTIONS *-P*:: Include pseudofs mounts *-t* 'TAG':: - Use TAG for source identifiers + Use TAG for source identifiers. Common options for TAG include: 'LABEL', 'UUID', 'PARTLABEL', 'PARTUUID' *-U*:: Use UUIDs for source identifiers (shortcut for '-t UUID') *-h*:: |
