index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Celeste Liu <CoelacanthusHex@gmail.com> | 2023-01-11 16:27:11 +0800 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2023-03-06 21:06:59 +0100 |
commit | 4ff7aa0d8a8c88a6d1d02fa8462fa59c24a97422 (patch) | |
tree | 3646041a47cac9b7836e5f7c47e9cd92d158a0c8 | |
parent | 320c1fd0ace54dfcf94a34f1009bf597963c3ea5 (diff) |
-rw-r--r-- | doc/man/archbuild.1.asciidoc | 1 |
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 ------- |