Skip to content

Commit 70b5a21

Browse files
committed
Bump to version 1.12.0
1 parent 1cfc23c commit 70b5a21

File tree

7 files changed

+23
-4
lines changed

7 files changed

+23
-4
lines changed

90zfsbootmenu/help-files/134/snapshot-management.pod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@
6161
[MOD+L] view logs
6262
View logs, as indicated by [!]. The indicator will be yellow for warning conditions and red for errors.
6363

64+
[MOD+R] roll back snapshot
65+
Roll back a boot environment to the selected snapshot. This is a destructive operation that will not proceed without affirmative
66+
confirmation.
67+
6468
AUTHOR
6569

6670
ZFSBootMenu Team <https://github.com/zbm-dev/zfsbootmenu>

90zfsbootmenu/help-files/54/snapshot-management.pod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@
8686
View logs, as indicated by [!]. The indicator will
8787
be yellow for warning conditions and red for errors.
8888

89+
[MOD+R] roll back snapshot
90+
Roll back a boot environment to the selected
91+
snapshot. This is a destructive operation that will
92+
not proceed without affirmative confirmation.
93+
8994
AUTHOR
9095

9196
ZFSBootMenu Team

90zfsbootmenu/help-files/94/snapshot-management.pod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@
6969
View logs, as indicated by [!]. The indicator will be yellow for warning conditions and red
7070
for errors.
7171

72+
[MOD+R] roll back snapshot
73+
Roll back a boot environment to the selected snapshot. This is a destructive operation that
74+
will not proceed without affirmative confirmation.
75+
7276
AUTHOR
7377

7478
ZFSBootMenu Team <https://github.com/zbm-dev/zfsbootmenu>

bin/generate-zbm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use strict;
55
use warnings;
66

7-
our $VERSION = '1.11.0';
7+
our $VERSION = '1.12.0';
88

99
use Getopt::Long qw(:config no_ignore_case auto_version);
1010
use Pod::Usage qw(pod2usage);

man/generate-zbm.5

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
.\" ========================================================================
134134
.\"
135135
.IX Title "generate-zbm 5"
136-
.TH generate-zbm 5 "2020-09-30" "1.11.0" "config.yaml"
136+
.TH generate-zbm 5 "2022-01-23" "1.12.0" "config.yaml"
137137
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
138138
.\" way too many mistakes in technical documents.
139139
.if n .ad l
@@ -166,6 +166,12 @@ A specific ZFSBootMenu version string to use in producing images. In the string,
166166
.IP "\fBDracutFlags\fR" 4
167167
.IX Item "DracutFlags"
168168
An array of additional arguments that will be passed to \fBdracut\fR when generating an initramfs.
169+
.IP "\fBPreHooksDir\fR" 4
170+
.IX Item "PreHooksDir"
171+
The path of the directory containing executables that should be executed after \fIBootMountPoint\fR has been mounted. Files in this directory should be \fB+x\fR, and are executed in the order returned by a shell glob. The exit code of each hook is ignored.
172+
.IP "\fBPostHooksDir\fR" 4
173+
.IX Item "PostHooksDir"
174+
The path of the directory containing executables that should be executed after all images have been created and any file pruning has taken place. Files in this directory should be \fB+x\fR, and are executed in the order returned by a shell glob. The exit code of each hook is ignored.
169175
.SS "Kernel"
170176
.IX Subsection "Kernel"
171177
.IP "\fBCommandLine\fR" 4

man/generate-zbm.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
.\" ========================================================================
134134
.\"
135135
.IX Title "generate-zbm 8"
136-
.TH generate-zbm 8 "2021-07-07" "1.11.0" "generate-zbm"
136+
.TH generate-zbm 8 "2022-01-23" "1.12.0" "generate-zbm"
137137
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
138138
.\" way too many mistakes in technical documents.
139139
.if n .ad l

man/zfsbootmenu.7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
.\" ========================================================================
134134
.\"
135135
.IX Title "zfsbootmenu 7"
136-
.TH zfsbootmenu 7 "2021-11-29" "1.11.0" "ZFSBootMenu"
136+
.TH zfsbootmenu 7 "2022-01-23" "1.12.0" "ZFSBootMenu"
137137
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
138138
.\" way too many mistakes in technical documents.
139139
.if n .ad l

0 commit comments

Comments
 (0)