Skip to content

Commit 190085d

Browse files
authored
Merge pull request #1176 from jeckersb/update-generated
docs: Update generated
2 parents dbd9e44 + e246a56 commit 190085d

16 files changed

+55
-16
lines changed

docs/src/man/bootc-container-lint.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ checks as part of a container build
66
# SYNOPSIS
77

88
**bootc container lint** \[**\--rootfs**\] \[**\--fatal-warnings**\]
9-
\[**\--list**\] \[**-h**\|**\--help**\]
9+
\[**\--list**\] \[**\--skip**\] \[**-h**\|**\--help**\]
1010

1111
# DESCRIPTION
1212

@@ -33,10 +33,17 @@ part of a build process; it will error if any problems are detected.
3333
reasonably human friendly. However, there is no commitment to
3434
maintaining this exact format; do not parse it via code or scripts
3535

36+
**\--skip**=*SKIP*
37+
38+
: Skip checking the targeted lints, by name. Use \`\--list\` to
39+
discover the set of available lints.
40+
41+
Example: \--skip nonempty-boot \--skip baseimage-root
42+
3643
**-h**, **\--help**
3744

3845
: Print help (see a summary with -h)
3946

4047
# VERSION
4148

42-
v1.1.4
49+
v1.1.6

docs/src/man/bootc-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ bootc-container-help(8)
3030

3131
# VERSION
3232

33-
v1.1.4
33+
v1.1.6

docs/src/man/bootc-edit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ Only changes to the \`spec\` section are honored.
3636

3737
# VERSION
3838

39-
v1.1.4
39+
v1.1.6

docs/src/man/bootc-install-ensure-completion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ your code is using \`bootc install to-filesystem\` from the start.
2727

2828
# VERSION
2929

30-
v1.1.4
30+
v1.1.6
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# NAME
2+
3+
bootc-install-finalize - Execute this as the penultimate step of an
4+
installation using \`install to-filesystem\`
5+
6+
# SYNOPSIS
7+
8+
**bootc install finalize** \[**-h**\|**\--help**\] \<*ROOT_PATH*\>
9+
10+
# DESCRIPTION
11+
12+
Execute this as the penultimate step of an installation using \`install
13+
to-filesystem\`
14+
15+
# OPTIONS
16+
17+
**-h**, **\--help**
18+
19+
: Print help
20+
21+
\<*ROOT_PATH*\>
22+
23+
: Path to the mounted root filesystem
24+
25+
# VERSION
26+
27+
v1.1.6

docs/src/man/bootc-install-print-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ string-valued filesystem name suitable for passing to \`mkfs.\$type\`.
2727

2828
# VERSION
2929

30-
v1.1.4
30+
v1.1.6

docs/src/man/bootc-install-to-disk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,4 @@ more complex such as RAID, LVM, LUKS etc.
160160

161161
# VERSION
162162

163-
v1.1.4
163+
v1.1.6

docs/src/man/bootc-install-to-existing-root.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ cleaned up if desired when rebooted into the new root.
146146

147147
# VERSION
148148

149-
v1.1.4
149+
v1.1.6

docs/src/man/bootc-install-to-filesystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,4 @@ is currently expected to be empty by default.
172172

173173
# VERSION
174174

175-
v1.1.4
175+
v1.1.6

docs/src/man/bootc-install.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ bootc-install-to-existing-root(8)
4848

4949
: Install to the host root filesystem
5050

51+
bootc-install-finalize(8)
52+
53+
: Execute this as the penultimate step of an installation using
54+
\`install to-filesystem\`
55+
5156
bootc-install-ensure-completion(8)
5257

5358
: Intended for use in environments that are performing an ostree-based
@@ -66,4 +71,4 @@ bootc-install-help(8)
6671

6772
# VERSION
6873

69-
v1.1.4
74+
v1.1.6

0 commit comments

Comments
 (0)