update manpage

This commit is contained in:
James Barnett 2017-02-03 20:48:02 -06:00
parent 2c62cce12c
commit b6082ceaed
No known key found for this signature in database
GPG key ID: E4B5E45AA3B8C5C3
2 changed files with 10 additions and 11 deletions

2
README
View file

@ -13,7 +13,7 @@ PGP key. The key's fingerprint is "8535CEF3F3C38EE69555BF67E4B5E45AA3B8C5C3".
DOCUMENTATION
See snap-pac(7) after installation.
See snap-pac(8) after installation.
TROUBLESHOOTING

View file

@ -38,26 +38,25 @@ The following are possible settings you can place in each snapper configuration
file (e.g., \fI/etc/snapper/configs/root\fR, etc.). Follow the pattern of other
variables in the configuration file (VAR=setting).
.BR PACMAN_PRE_POST
\fBPACMAN_PRE_POST=\fR\fB\fIyes\fR\fR\fB or \fR\fB\fIno\fR\fR
.RS
Set to \fIyes\fR or \fIno\R. Perform pacman pre/post snapshots for this
configuration. Default is \fIno\fR for all configurations, except for the root
configuration which is \fIyes\fR.
Perform pacman pre/post snapshots for this configuration. Default is \fIno\fR
for all configurations, except for the root configuration which is \fIyes\fR.
.RE
.BR PACMAN_CLEANUP_ALGORITHM
.RS
Snapper algorithm used in cleaning up the pacman pre/post snapshots. Default
is \fInumber\fR.
is \fInumber\fR. See \fBsnapper\fR(8) for list of valid options.
.RE
.BR PACMAN_PRE_DESCRIPTION
\fBPACMAN_PRE_DESCRIPTION=\fR\fB\fIstring\fR\fR
.RS
snapper description used for the pacman pre snapshot. Default is the pacman
command that called the snapshot.
.RE
.BR PACMAN_POST_DESCRIPTION
\fBPACMAN_POST_DESCRIPTION=\fR\fB\fIstring\fR\fR
.RS
snapper description used for the pacman post snapshot. Default is the pacman
command that called the snapshot.
@ -66,9 +65,9 @@ command that called the snapshot.
The following setting can be changed in the snapper configuration file
\fI/etc/conf.d/snapper\fR:
.BR PACMAN_ABORT_ON_FAIL
\fBPACMAN_ABORT_ON_FAIL=\fR\fB\fIyes\fR\fR\fB or \fR\fB\fIno\fR\fR
.RS
Set to \fIyes\fR or \fIno\fR. By default this is set to \fIno\fR. When set to
By default this is set to \fIno\fR. When set to
\fIyes\fR this causes pacman to abort a transaction if the snap-pac pre hook
fails. This prevents an upgrade/installation/removal from occurring if a pre
snapshot cannot be performed.