diff options
author | Celeste Liu <CoelacanthusHex@gmail.com> | 2022-10-13 18:07:18 +0800 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2023-01-06 16:58:29 +0100 |
commit | 009c58f7c94b5f63aa41a0a82cd23ee7712f05a9 (patch) | |
tree | 02475d7536c7f7183c83ed29c6eb33e91044f8db /src/export-pkgbuild-keys.in | |
parent | 112026580d21c35b505de2378f21580d274e898f (diff) | |
download | devtools-009c58f7c94b5f63aa41a0a82cd23ee7712f05a9.tar.xz |
archbuild: add architecture-specific mount config
config path: @pkgdatadir@/mount.d/${arch}
config format:
Each line will start with 'ro' and 'rw' will be used, other lines will
be ignore, rest of line is out/path:in/path. e.g.
```
ro /some/path:/proc/cpuinfo
rw /some/some/path:/var/cache/pacman/pkg
```
For example, in the RISC-V port, if we use qemu-user to build, we need
to pass a parameter to makechrootpkg to map a correct /proc/cpuinfo, so
that software that relies on /proc/cpuinfo to obtain information can be
built normally.
Signed-off-by: Celeste Liu <CoelacanthusHex@gmail.com>
Diffstat (limited to 'src/export-pkgbuild-keys.in')
0 files changed, 0 insertions, 0 deletions