Manual update to reflect c243d528b1
This commit is contained in:
parent
c243d528b1
commit
e1f6d0ee52
2 changed files with 20 additions and 2 deletions
12
dist/man/pacwrap.1
vendored
12
dist/man/pacwrap.1
vendored
|
@ -1,5 +1,5 @@
|
|||
.nh
|
||||
.TH pacwrap 1 "21/04/2024" "pacwrap version_string_placeholder" "User Manual"
|
||||
.TH pacwrap 1 "30/04/2024" "pacwrap version_string_placeholder" "User Manual"
|
||||
|
||||
.SH
|
||||
NAME\fR
|
||||
|
@ -172,6 +172,11 @@ Specify dependencies for a container create operation.
|
|||
Perform a dryrun operation on existing containers to preview changes applicable or otherwise specified.
|
||||
Only applicable to pre-existing targets and not create operations.
|
||||
|
||||
.TP
|
||||
\fB-l, --lazy-load\fR
|
||||
Enable lazy-database initialization for this transaction. \fBNOTE\fR: This feature is experimental.
|
||||
Edge cases exist wherein the use of \fB`--force-foreign`\fR may be required.
|
||||
|
||||
.TP
|
||||
\fB--force-foreign\fR
|
||||
Force synchronization of foreign packages on resident container. Useful for when installing
|
||||
|
@ -292,6 +297,11 @@ Disable sanity checks and force removal of container filesystem(s).
|
|||
Queues all available, existing containers for composition. All pre-existing container roots
|
||||
will be deleted and composited from the available configuration data enumerated.
|
||||
|
||||
.TP
|
||||
\fB-l, --lazy-load\fR
|
||||
Enable lazy-database initialization for this transaction. \fBNOTE\fR: This feature is experimental.
|
||||
Edge cases exist wherein the use of \fB`--force-foreign`\fR may be required.
|
||||
|
||||
.TP
|
||||
\fB--from-config\fR
|
||||
Instruct pacwrap to populate configuration data from uninitialized containers. Under normal
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Pacwrap User Manual
|
||||
|
||||
This document was generated by the pacwrap binary with version 0.8.1-78bbcbe-RELEASE (21/04/2024) of the program.
|
||||
This document was generated by the pacwrap binary with version 0.8.1-c243d52-RELEASE (30/04/2024) of the program.
|
||||
|
||||
## NAME
|
||||
pacwrap
|
||||
|
@ -135,6 +135,10 @@ Specify dependencies for a container create operation.
|
|||
Perform a dryrun operation on existing containers to preview changes applicable or otherwise specified.
|
||||
Only applicable to pre-existing targets and not create operations.
|
||||
|
||||
#### **-l, --lazy-load**
|
||||
Enable lazy-database initialization for this transaction. **NOTE**: This feature is experimental.
|
||||
Edge cases exist wherein the use of **`--force-foreign`** may be required.
|
||||
|
||||
#### **--force-foreign**
|
||||
Force synchronization of foreign packages on resident container. Useful for when installing
|
||||
a new package in an aggregate container without all the prerequisite foreign dependencies
|
||||
|
@ -227,6 +231,10 @@ Disable sanity checks and force removal of container filesystem(s).
|
|||
Queues all available, existing containers for composition. All pre-existing container roots
|
||||
will be deleted and composited from the available configuration data enumerated.
|
||||
|
||||
#### **-l, --lazy-load**
|
||||
Enable lazy-database initialization for this transaction. **NOTE**: This feature is experimental.
|
||||
Edge cases exist wherein the use of **`--force-foreign`** may be required.
|
||||
|
||||
#### **--from-config**
|
||||
Instruct pacwrap to populate configuration data from uninitialized containers. Under normal
|
||||
circumstances, configuration data will only be populated from containers with configuration
|
||||
|
|
Loading…
Reference in a new issue