Skip to content

Commit

Permalink
docs: Update generated
Browse files Browse the repository at this point in the history
Signed-off-by: John Eckersberg <[email protected]>
  • Loading branch information
jeckersb committed Mar 6, 2025
1 parent b233fe0 commit e246a56
Show file tree
Hide file tree
Showing 16 changed files with 55 additions and 16 deletions.
11 changes: 9 additions & 2 deletions docs/src/man/bootc-container-lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ checks as part of a container build
# SYNOPSIS

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

# DESCRIPTION

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

**\--skip**=*SKIP*

: Skip checking the targeted lints, by name. Use \`\--list\` to
discover the set of available lints.

Example: \--skip nonempty-boot \--skip baseimage-root

**-h**, **\--help**

: Print help (see a summary with -h)

# VERSION

v1.1.4
v1.1.6
2 changes: 1 addition & 1 deletion docs/src/man/bootc-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ bootc-container-help(8)

# VERSION

v1.1.4
v1.1.6
2 changes: 1 addition & 1 deletion docs/src/man/bootc-edit.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Only changes to the \`spec\` section are honored.

# VERSION

v1.1.4
v1.1.6
2 changes: 1 addition & 1 deletion docs/src/man/bootc-install-ensure-completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ your code is using \`bootc install to-filesystem\` from the start.

# VERSION

v1.1.4
v1.1.6
27 changes: 27 additions & 0 deletions docs/src/man/bootc-install-finalize.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# NAME

bootc-install-finalize - Execute this as the penultimate step of an
installation using \`install to-filesystem\`

# SYNOPSIS

**bootc install finalize** \[**-h**\|**\--help**\] \<*ROOT_PATH*\>

# DESCRIPTION

Execute this as the penultimate step of an installation using \`install
to-filesystem\`

# OPTIONS

**-h**, **\--help**

: Print help

\<*ROOT_PATH*\>

: Path to the mounted root filesystem

# VERSION

v1.1.6
2 changes: 1 addition & 1 deletion docs/src/man/bootc-install-print-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ string-valued filesystem name suitable for passing to \`mkfs.\$type\`.

# VERSION

v1.1.4
v1.1.6
2 changes: 1 addition & 1 deletion docs/src/man/bootc-install-to-disk.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@ more complex such as RAID, LVM, LUKS etc.

# VERSION

v1.1.4
v1.1.6
2 changes: 1 addition & 1 deletion docs/src/man/bootc-install-to-existing-root.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ cleaned up if desired when rebooted into the new root.

# VERSION

v1.1.4
v1.1.6
2 changes: 1 addition & 1 deletion docs/src/man/bootc-install-to-filesystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ is currently expected to be empty by default.

# VERSION

v1.1.4
v1.1.6
7 changes: 6 additions & 1 deletion docs/src/man/bootc-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ bootc-install-to-existing-root(8)

: Install to the host root filesystem

bootc-install-finalize(8)

: Execute this as the penultimate step of an installation using
\`install to-filesystem\`

bootc-install-ensure-completion(8)

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

# VERSION

v1.1.4
v1.1.6
2 changes: 1 addition & 1 deletion docs/src/man/bootc-rollback.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ rollback invocation.

# VERSION

v1.1.4
v1.1.6
2 changes: 1 addition & 1 deletion docs/src/man/bootc-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ not \`null\`.

# VERSION

v1.1.4
v1.1.6
2 changes: 1 addition & 1 deletion docs/src/man/bootc-switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ updates via container image tags; for example,

# VERSION

v1.1.4
v1.1.6
2 changes: 1 addition & 1 deletion docs/src/man/bootc-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ the update in addition.

# VERSION

v1.1.4
v1.1.6
2 changes: 1 addition & 1 deletion docs/src/man/bootc-usr-overlay.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ unmount\".

# VERSION

v1.1.4
v1.1.6
2 changes: 1 addition & 1 deletion docs/src/man/bootc.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ bootc-help(8)

# VERSION

v1.1.4
v1.1.6

0 comments on commit e246a56

Please sign in to comment.