diff options
author | CyberLeo <cyberleo@cyberleo.net> | 2020-03-30 07:59:12 -0500 |
---|---|---|
committer | CyberLeo <cyberleo@cyberleo.net> | 2020-03-30 08:00:17 -0500 |
commit | 3fb12f36c8136c7abd998322d900d6e01214e4dc (patch) | |
tree | 7ab5201eac117a0842e3a9ce35eabc9870d5b688 /adelie-build-txz.8 | |
parent | bd4a68aef064d0f375f17b4f0988688da30b884d (diff) | |
download | image-3fb12f36c8136c7abd998322d900d6e01214e4dc.tar.gz image-3fb12f36c8136c7abd998322d900d6e01214e4dc.tar.bz2 image-3fb12f36c8136c7abd998322d900d6e01214e4dc.tar.xz image-3fb12f36c8136c7abd998322d900d6e01214e4dc.zip |
Avoid system cache if specified arch differs from host arch
Diffstat (limited to 'adelie-build-txz.8')
-rw-r--r-- | adelie-build-txz.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/adelie-build-txz.8 b/adelie-build-txz.8 index 268cfca..6dfa9d5 100644 --- a/adelie-build-txz.8 +++ b/adelie-build-txz.8 @@ -35,7 +35,8 @@ Specifies the version of Adélie Linux to use for the created rootfs tarball. Specifies the location of the cache directory to use, to speed up .Xr apk 8 runs. Defaults to the system cache in -.Pa /etc/apk/cache . +.Pa /etc/apk/cache +for the same architecture, or none. This directory must exist, or it is ignored. .It Fl -no-cache Do not use any cache directory for this .Xr apk 8 |