Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCeleste Liu <CoelacanthusHex@gmail.com>2023-01-11 16:27:11 +0800
committerLevente Polyak <anthraxx@archlinux.org>2023-03-06 21:06:59 +0100
commit4ff7aa0d8a8c88a6d1d02fa8462fa59c24a97422 (patch)
tree3646041a47cac9b7836e5f7c47e9cd92d158a0c8 /doc
parent320c1fd0ace54dfcf94a34f1009bf597963c3ea5 (diff)
archbuild: add doc for bind mount config
Signed-off-by: Celeste Liu <CoelacanthusHex@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/man/archbuild.1.asciidoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/man/archbuild.1.asciidoc b/doc/man/archbuild.1.asciidoc
index 6b00572..777e3f2 100644
--- a/doc/man/archbuild.1.asciidoc
+++ b/doc/man/archbuild.1.asciidoc
@@ -25,6 +25,7 @@ Description
The symlink used to run it will be inspected by archbuild, to determine which target you want it to use. It will load the available pacman configuration from 'pacman-reponame-arch.conf' with a fallback to 'pacman-reponame.conf' from {pkgdatadir}. The makepkg configuration is loaded from 'makepkg-repo-arch.conf' with a fallback to 'makepkg-reponame.conf' from {pkgdatadir}.
+It will also load the bind mount configuration from 'mount.d/arch' in {pkgdatadir}. The file format is that each line starting with ro and rw will be used, other lines will be ignored, and the rest of the used line is out/path:in/path preceded by a space as a separator. ro means it is a read-only mount, rw means a read-write mount.
Options
-------