Skip to content

Commit 1433aa4

Browse files
committed
man: Update generated manpages
Signed-off-by: Colin Walters <[email protected]>
1 parent 8b961d8 commit 1433aa4

File tree

5 files changed

+19
-25
lines changed

5 files changed

+19
-25
lines changed

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ checks as part of a container build
55

66
# SYNOPSIS
77

8-
**bootc container lint** \[**\--rootfs**\] \[**-h**\|**\--help**\]
8+
**bootc container lint** \[**\--rootfs**\] \[**\--fatal-warnings**\]
9+
\[**\--list**\] \[**-h**\|**\--help**\]
910

1011
# DESCRIPTION
1112

@@ -21,6 +22,17 @@ part of a build process; it will error if any problems are detected.
2122

2223
: Operate on the provided rootfs
2324

25+
**\--fatal-warnings**
26+
27+
: Make warnings fatal
28+
29+
**\--list**
30+
31+
: Instead of executing the lints, just print all available lints. At
32+
the current time, this will output in YAML format because its
33+
reasonably human friendly. However, there is no commitment to
34+
maintaining this exact format; do not parse it via code or scripts
35+
2436
**-h**, **\--help**
2537

2638
: Print help (see a summary with -h)

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ bootc-install-to-disk - Install to the target block device
77
**bootc install to-disk** \[**\--wipe**\] \[**\--block-setup**\]
88
\[**\--filesystem**\] \[**\--root-size**\] \[**\--source-imgref**\]
99
\[**\--target-transport**\] \[**\--target-imgref**\]
10-
\[**\--enforce-container-sigpolicy**\] \[**\--target-ostree-remote**\]
11-
\[**\--skip-fetch-check**\] \[**\--disable-selinux**\] \[**\--karg**\]
10+
\[**\--enforce-container-sigpolicy**\] \[**\--skip-fetch-check**\]
11+
\[**\--disable-selinux**\] \[**\--karg**\]
1212
\[**\--root-ssh-authorized-keys**\] \[**\--generic-image**\]
1313
\[**\--bound-images**\] \[**\--stateroot**\] \[**\--via-loopback**\]
1414
\[**-h**\|**\--help**\] \<*DEVICE*\>
@@ -83,10 +83,6 @@ more complex such as RAID, LVM, LUKS etc.
8383
Enabling this option enforces that \`/etc/containers/policy.json\`
8484
includes a default policy which requires signatures
8585

86-
**\--target-ostree-remote**=*TARGET_OSTREE_REMOTE*
87-
88-
: Enable verification via an ostree remote
89-
9086
**\--skip-fetch-check**
9187

9288
: By default, the accessiblity of the target image will be verified

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ bootc-install-to-existing-root - Install to the host root filesystem
77
**bootc install to-existing-root** \[**\--replace**\]
88
\[**\--source-imgref**\] \[**\--target-transport**\]
99
\[**\--target-imgref**\] \[**\--enforce-container-sigpolicy**\]
10-
\[**\--target-ostree-remote**\] \[**\--skip-fetch-check**\]
11-
\[**\--disable-selinux**\] \[**\--karg**\]
10+
\[**\--skip-fetch-check**\] \[**\--disable-selinux**\] \[**\--karg**\]
1211
\[**\--root-ssh-authorized-keys**\] \[**\--generic-image**\]
1312
\[**\--bound-images**\] \[**\--stateroot**\]
1413
\[**\--acknowledge-destructive**\] \[**-h**\|**\--help**\]
@@ -69,10 +68,6 @@ cleaned up if desired when rebooted into the new root.
6968
Enabling this option enforces that \`/etc/containers/policy.json\`
7069
includes a default policy which requires signatures
7170

72-
**\--target-ostree-remote**=*TARGET_OSTREE_REMOTE*
73-
74-
: Enable verification via an ostree remote
75-
7671
**\--skip-fetch-check**
7772

7873
: By default, the accessiblity of the target image will be verified

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ filesystem structure
1010
\[**\--acknowledge-destructive**\] \[**\--skip-finalize**\]
1111
\[**\--source-imgref**\] \[**\--target-transport**\]
1212
\[**\--target-imgref**\] \[**\--enforce-container-sigpolicy**\]
13-
\[**\--target-ostree-remote**\] \[**\--skip-fetch-check**\]
14-
\[**\--disable-selinux**\] \[**\--karg**\]
13+
\[**\--skip-fetch-check**\] \[**\--disable-selinux**\] \[**\--karg**\]
1514
\[**\--root-ssh-authorized-keys**\] \[**\--generic-image**\]
1615
\[**\--bound-images**\] \[**\--stateroot**\] \[**-h**\|**\--help**\]
1716
\<*ROOT_PATH*\>
@@ -98,10 +97,6 @@ is currently expected to be empty by default.
9897
Enabling this option enforces that \`/etc/containers/policy.json\`
9998
includes a default policy which requires signatures
10099

101-
**\--target-ostree-remote**=*TARGET_OSTREE_REMOTE*
102-
103-
: Enable verification via an ostree remote
104-
105100
**\--skip-fetch-check**
106101

107102
: By default, the accessiblity of the target image will be verified

docs/src/man/bootc-switch.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ bootc-switch - Target a new container image reference to boot
55
# SYNOPSIS
66

77
**bootc switch** \[**\--quiet**\] \[**\--apply**\] \[**\--transport**\]
8-
\[**\--enforce-container-sigpolicy**\] \[**\--ostree-remote**\]
9-
\[**\--retain**\] \[**-h**\|**\--help**\] \<*TARGET*\>
8+
\[**\--enforce-container-sigpolicy**\] \[**\--retain**\]
9+
\[**-h**\|**\--help**\] \<*TARGET*\>
1010

1111
# DESCRIPTION
1212

@@ -51,10 +51,6 @@ updates via container image tags; for example,
5151
Enabling this option enforces that \`/etc/containers/policy.json\`
5252
includes a default policy which requires signatures.
5353

54-
**\--ostree-remote**=*OSTREE_REMOTE*
55-
56-
: Enable verification via an ostree remote
57-
5854
**\--retain**
5955

6056
: Retain reference to currently booted image

0 commit comments

Comments
 (0)