forked from containers/bootc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request containers#272 from cgwalters/install-introspect
install: Add `print-configuration`
- Loading branch information
Showing
8 changed files
with
108 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# NAME | ||
|
||
bootc-install-print-configuration - Output JSON to stdout that contains | ||
the merged installation configuration as it may be relevant to calling | ||
processes using \`install to-filesystem\` that want to honor e.g. | ||
\`root-fs-type\` | ||
|
||
# SYNOPSIS | ||
|
||
**bootc-install-print-configuration** \[**-h**\|**\--help**\] | ||
\[**-V**\|**\--version**\] | ||
|
||
# DESCRIPTION | ||
|
||
Output JSON to stdout that contains the merged installation | ||
configuration as it may be relevant to calling processes using \`install | ||
to-filesystem\` that want to honor e.g. \`root-fs-type\`. | ||
|
||
At the current time, the only output key is \`root-fs-type\` which is a | ||
string-valued filesystem name suitable for passing to \`mkfs.\$type\`. | ||
|
||
# OPTIONS | ||
|
||
**-h**, **\--help** | ||
|
||
: Print help (see a summary with -h) | ||
|
||
**-V**, **\--version** | ||
|
||
: Print version | ||
|
||
# VERSION | ||
|
||
v0.1.0 |
This file contains 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 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 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