From e246a5641175148f5a734a598f722e9f5698dbf5 Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Thu, 6 Mar 2025 17:24:24 -0500 Subject: [PATCH] docs: Update generated Signed-off-by: John Eckersberg --- docs/src/man/bootc-container-lint.md | 11 ++++++-- docs/src/man/bootc-container.md | 2 +- docs/src/man/bootc-edit.md | 2 +- .../man/bootc-install-ensure-completion.md | 2 +- docs/src/man/bootc-install-finalize.md | 27 +++++++++++++++++++ .../man/bootc-install-print-configuration.md | 2 +- docs/src/man/bootc-install-to-disk.md | 2 +- .../src/man/bootc-install-to-existing-root.md | 2 +- docs/src/man/bootc-install-to-filesystem.md | 2 +- docs/src/man/bootc-install.md | 7 ++++- docs/src/man/bootc-rollback.md | 2 +- docs/src/man/bootc-status.md | 2 +- docs/src/man/bootc-switch.md | 2 +- docs/src/man/bootc-upgrade.md | 2 +- docs/src/man/bootc-usr-overlay.md | 2 +- docs/src/man/bootc.md | 2 +- 16 files changed, 55 insertions(+), 16 deletions(-) create mode 100644 docs/src/man/bootc-install-finalize.md diff --git a/docs/src/man/bootc-container-lint.md b/docs/src/man/bootc-container-lint.md index 7607d365..178ab2ac 100644 --- a/docs/src/man/bootc-container-lint.md +++ b/docs/src/man/bootc-container-lint.md @@ -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 @@ -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 diff --git a/docs/src/man/bootc-container.md b/docs/src/man/bootc-container.md index 7b8928c4..ab9283f6 100644 --- a/docs/src/man/bootc-container.md +++ b/docs/src/man/bootc-container.md @@ -30,4 +30,4 @@ bootc-container-help(8) # VERSION -v1.1.4 +v1.1.6 diff --git a/docs/src/man/bootc-edit.md b/docs/src/man/bootc-edit.md index 41b25748..7416d2e8 100644 --- a/docs/src/man/bootc-edit.md +++ b/docs/src/man/bootc-edit.md @@ -36,4 +36,4 @@ Only changes to the \`spec\` section are honored. # VERSION -v1.1.4 +v1.1.6 diff --git a/docs/src/man/bootc-install-ensure-completion.md b/docs/src/man/bootc-install-ensure-completion.md index f532c254..f36b1c0e 100644 --- a/docs/src/man/bootc-install-ensure-completion.md +++ b/docs/src/man/bootc-install-ensure-completion.md @@ -27,4 +27,4 @@ your code is using \`bootc install to-filesystem\` from the start. # VERSION -v1.1.4 +v1.1.6 diff --git a/docs/src/man/bootc-install-finalize.md b/docs/src/man/bootc-install-finalize.md new file mode 100644 index 00000000..cdbdb833 --- /dev/null +++ b/docs/src/man/bootc-install-finalize.md @@ -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 diff --git a/docs/src/man/bootc-install-print-configuration.md b/docs/src/man/bootc-install-print-configuration.md index bfa266c8..fbea4d0b 100644 --- a/docs/src/man/bootc-install-print-configuration.md +++ b/docs/src/man/bootc-install-print-configuration.md @@ -27,4 +27,4 @@ string-valued filesystem name suitable for passing to \`mkfs.\$type\`. # VERSION -v1.1.4 +v1.1.6 diff --git a/docs/src/man/bootc-install-to-disk.md b/docs/src/man/bootc-install-to-disk.md index 865968d5..2ea69e0e 100644 --- a/docs/src/man/bootc-install-to-disk.md +++ b/docs/src/man/bootc-install-to-disk.md @@ -160,4 +160,4 @@ more complex such as RAID, LVM, LUKS etc. # VERSION -v1.1.4 +v1.1.6 diff --git a/docs/src/man/bootc-install-to-existing-root.md b/docs/src/man/bootc-install-to-existing-root.md index bd70d65b..624a8c0c 100644 --- a/docs/src/man/bootc-install-to-existing-root.md +++ b/docs/src/man/bootc-install-to-existing-root.md @@ -146,4 +146,4 @@ cleaned up if desired when rebooted into the new root. # VERSION -v1.1.4 +v1.1.6 diff --git a/docs/src/man/bootc-install-to-filesystem.md b/docs/src/man/bootc-install-to-filesystem.md index 69732179..c7b5e29d 100644 --- a/docs/src/man/bootc-install-to-filesystem.md +++ b/docs/src/man/bootc-install-to-filesystem.md @@ -172,4 +172,4 @@ is currently expected to be empty by default. # VERSION -v1.1.4 +v1.1.6 diff --git a/docs/src/man/bootc-install.md b/docs/src/man/bootc-install.md index bffa66ba..5c8b0146 100644 --- a/docs/src/man/bootc-install.md +++ b/docs/src/man/bootc-install.md @@ -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 @@ -66,4 +71,4 @@ bootc-install-help(8) # VERSION -v1.1.4 +v1.1.6 diff --git a/docs/src/man/bootc-rollback.md b/docs/src/man/bootc-rollback.md index 35d5a081..6efa1a84 100644 --- a/docs/src/man/bootc-rollback.md +++ b/docs/src/man/bootc-rollback.md @@ -34,4 +34,4 @@ rollback invocation. # VERSION -v1.1.4 +v1.1.6 diff --git a/docs/src/man/bootc-status.md b/docs/src/man/bootc-status.md index bf95ce20..194d0774 100644 --- a/docs/src/man/bootc-status.md +++ b/docs/src/man/bootc-status.md @@ -59,4 +59,4 @@ not \`null\`. # VERSION -v1.1.4 +v1.1.6 diff --git a/docs/src/man/bootc-switch.md b/docs/src/man/bootc-switch.md index 7be8478b..bcb4f33c 100644 --- a/docs/src/man/bootc-switch.md +++ b/docs/src/man/bootc-switch.md @@ -65,4 +65,4 @@ updates via container image tags; for example, # VERSION -v1.1.4 +v1.1.6 diff --git a/docs/src/man/bootc-upgrade.md b/docs/src/man/bootc-upgrade.md index 86d4b804..84104bd8 100644 --- a/docs/src/man/bootc-upgrade.md +++ b/docs/src/man/bootc-upgrade.md @@ -53,4 +53,4 @@ the update in addition. # VERSION -v1.1.4 +v1.1.6 diff --git a/docs/src/man/bootc-usr-overlay.md b/docs/src/man/bootc-usr-overlay.md index f8b19e4f..b2cea46d 100644 --- a/docs/src/man/bootc-usr-overlay.md +++ b/docs/src/man/bootc-usr-overlay.md @@ -39,4 +39,4 @@ unmount\". # VERSION -v1.1.4 +v1.1.6 diff --git a/docs/src/man/bootc.md b/docs/src/man/bootc.md index 87ecf930..a40277de 100644 --- a/docs/src/man/bootc.md +++ b/docs/src/man/bootc.md @@ -72,4 +72,4 @@ bootc-help(8) # VERSION -v1.1.4 +v1.1.6