-
Notifications
You must be signed in to change notification settings - Fork 208
docs: Update generated #1385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
docs: Update generated #1385
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -30,4 +30,4 @@ bootc-container-help(8) | |
|
|
||
| # VERSION | ||
|
|
||
| v1.1.6 | ||
| v1.4.0 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,4 +24,4 @@ to-filesystem\` | |
|
|
||
| # VERSION | ||
|
|
||
| v1.1.6 | ||
| v1.4.0 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,21 +7,22 @@ bootc-install-to-existing-root - Install to the host root filesystem | |
| **bootc install to-existing-root** \[**\--replace**\] | ||
| \[**\--source-imgref**\] \[**\--target-transport**\] | ||
| \[**\--target-imgref**\] \[**\--enforce-container-sigpolicy**\] | ||
| \[**\--skip-fetch-check**\] \[**\--run-fetch-check**\] | ||
| \[**\--run-fetch-check**\] \[**\--skip-fetch-check**\] | ||
| \[**\--disable-selinux**\] \[**\--karg**\] | ||
| \[**\--root-ssh-authorized-keys**\] \[**\--generic-image**\] | ||
| \[**\--bound-images**\] \[**\--stateroot**\] | ||
| \[**\--acknowledge-destructive**\] \[**-h**\|**\--help**\] | ||
| \[*ROOT_PATH*\] | ||
| \[**\--acknowledge-destructive**\] \[**\--cleanup**\] | ||
| \[**-h**\|**\--help**\] \[*ROOT_PATH*\] | ||
|
|
||
| # DESCRIPTION | ||
|
|
||
| Install to the host root filesystem. | ||
|
|
||
| This is a variant of \`install to-filesystem\` that is designed to | ||
| install \"alongside\" the running host root filesystem. Currently, the | ||
| host root filesystems \`/boot\` partition will be wiped, but the content | ||
| of the existing root will otherwise be retained, and will need to be | ||
| cleaned up if desired when rebooted into the new root. | ||
| host root filesystem\'s \`/boot\` partition will be wiped, but the | ||
| content of the existing root will otherwise be retained, and will need | ||
| to be cleaned up if desired when rebooted into the new root. | ||
|
|
||
| # OPTIONS | ||
|
|
||
|
|
@@ -47,8 +48,8 @@ cleaned up if desired when rebooted into the new root. | |
|
|
||
| By default, bootc install and install-to-filesystem assumes that it | ||
| runs in a podman container, and it takes the container image to | ||
| install from the podmans container registry. If \--source-imgref is | ||
| given, bootc uses it as the installation source, instead of the | ||
| install from the podman\'s container registry. If \--source-imgref | ||
| is given, bootc uses it as the installation source, instead of the | ||
| behaviour explained in the previous paragraph. See skopeo(1) for | ||
| accepted formats. | ||
|
|
||
|
|
@@ -68,16 +69,17 @@ cleaned up if desired when rebooted into the new root. | |
| Enabling this option enforces that \`/etc/containers/policy.json\` | ||
| includes a default policy which requires signatures | ||
|
|
||
| **\--skip-fetch-check (deprecated, see --run-fetch-check)** | ||
|
|
||
| : This is now the default and has no effect. | ||
|
|
||
| **\--run-fetch-check** | ||
|
|
||
| : Verify the target image can be pulled using the bootc image. | ||
| : Verify the image can be fetched from the bootc image. Updates may | ||
| fail when the installation host is authenticated with the registry | ||
| but the pull secret is not in the bootc image | ||
|
Comment on lines
72
to
+76
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
|
||
| **\--skip-fetch-check** | ||
|
|
||
| This will ensure the bootc system can be upgraded, | ||
| i.e. the registry credentials are available on the bootc image. | ||
| : Verify the image can be fetched from the bootc image. Updates may | ||
| fail when the installation host is authenticated with the registry | ||
| but the pull secret is not in the bootc image | ||
|
|
||
| **\--disable-selinux** | ||
|
|
||
|
|
@@ -119,11 +121,11 @@ cleaned up if desired when rebooted into the new root. | |
| \ | ||
| *Possible values:* | ||
|
|
||
| - stored: Bound images must exist in the sources root container | ||
| - stored: Bound images must exist in the source\'s root container | ||
| storage (default) | ||
|
|
||
| - pull: Bound images will be pulled and stored directly in the | ||
| targets bootc container storage | ||
| target\'s bootc container storage | ||
|
|
||
| **\--stateroot**=*STATEROOT* | ||
|
|
||
|
|
@@ -133,9 +135,14 @@ cleaned up if desired when rebooted into the new root. | |
|
|
||
| : Accept that this is a destructive action and skip a warning timer | ||
|
|
||
| **\--cleanup** | ||
|
|
||
| : Add the bootc-destructive-cleanup systemd service to delete files | ||
| from the previous install on first boot | ||
|
|
||
| **-h**, **\--help** | ||
|
|
||
| : Print help (see a summary with -h) | ||
| : Print help (see a summary with \'-h\') | ||
|
|
||
| \[*ROOT_PATH*\] \[default: /target\] | ||
|
|
||
|
|
@@ -145,4 +152,4 @@ cleaned up if desired when rebooted into the new root. | |
|
|
||
| # VERSION | ||
|
|
||
| v1.1.6 | ||
| v1.4.0 | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The descriptions for
--run-fetch-checkand--skip-fetch-checkare identical, which is confusing. The description for--skip-fetch-checkshould indicate that it disables verification.