diff options
author | Paul Spooren <mail@aparcar.org> | 2021-12-09 07:17:42 -1000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2021-12-29 09:43:13 +0200 |
commit | 2da3f347d8851f6344ea6dba47676e488084debf (patch) | |
tree | a8dfcc18743a02052456c1616d7ed67cbb3e4397 /doc/apk.8.scd | |
parent | 70fe7b121adf6df1518ae1b2a171fdbde83149f2 (diff) | |
download | apk-tools-2da3f347d8851f6344ea6dba47676e488084debf.tar.gz apk-tools-2da3f347d8851f6344ea6dba47676e488084debf.tar.bz2 apk-tools-2da3f347d8851f6344ea6dba47676e488084debf.tar.xz apk-tools-2da3f347d8851f6344ea6dba47676e488084debf.zip |
apk: add --force-no-chroot option
[TT: reoder changes to alphabetically sorted locations]
Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'doc/apk.8.scd')
-rw-r--r-- | doc/apk.8.scd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/apk.8.scd b/doc/apk.8.scd index f119313..2a096f7 100644 --- a/doc/apk.8.scd +++ b/doc/apk.8.scd @@ -120,6 +120,11 @@ The following options are available for all commands. *--force-broken-world* Continue even if _world_ cannot be satisfied. +*--force-no-chroot* + Disable chroot for scripts. This can be used for rootfs creation when + chroot is not available. Scripts running outside a chroot environment + may modify and damage the host system. + *--force-non-repository* Continue even if packages may be lost on reboot. This can happen when running in run-from-tmpfs mode, and installing non-repository package. |