Skip to content

Commit 21d57eb

Browse files
committed
docs: Regenerate markdown
Pick up change in the previous commit, plus a few others. Signed-off-by: Colin Walters <[email protected]>
1 parent ff40784 commit 21d57eb

14 files changed

+24
-21
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ part of a build process; it will error if any problems are detected.
2323

2424
# VERSION
2525

26-
v0.1.11
26+
v0.1.12

docs/src/man/bootc-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ bootc-container-help(8)
3030

3131
# VERSION
3232

33-
v0.1.11
33+
v0.1.12

docs/src/man/bootc-edit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ Only changes to the \`spec\` section are honored.
3636

3737
# VERSION
3838

39-
v0.1.11
39+
v0.1.12

docs/src/man/bootc-install-print-configuration.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
bootc-install-print-configuration - Output JSON to stdout that contains
44
the merged installation configuration as it may be relevant to calling
5-
processes using \`install to-filesystem\` that want to honor e.g.
6-
\`root-fs-type\`
5+
processes using \`install to-filesystem\` that in particular want to
6+
discover the desired root filesystem type from the container image
77

88
# SYNOPSIS
99

@@ -13,7 +13,8 @@ processes using \`install to-filesystem\` that want to honor e.g.
1313

1414
Output JSON to stdout that contains the merged installation
1515
configuration as it may be relevant to calling processes using \`install
16-
to-filesystem\` that want to honor e.g. \`root-fs-type\`.
16+
to-filesystem\` that in particular want to discover the desired root
17+
filesystem type from the container image.
1718

1819
At the current time, the only output key is \`root-fs-type\` which is a
1920
string-valued filesystem name suitable for passing to \`mkfs.\$type\`.
@@ -26,4 +27,4 @@ string-valued filesystem name suitable for passing to \`mkfs.\$type\`.
2627

2728
# VERSION
2829

29-
v0.1.11
30+
v0.1.12

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ firmware will be skipped
144144

145145
# VERSION
146146

147-
v0.1.11
147+
v0.1.12

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ firmware will be skipped
130130

131131
# VERSION
132132

133-
v0.1.11
133+
v0.1.12

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,14 @@ is currently expected to be empty by default.
3131
: Source device specification for the root filesystem. For example,
3232
UUID=2e9f4241-229b-4202-8429-62d2302382e1
3333

34+
If not provided, the UUID of the target filesystem will be used.
35+
3436
**\--boot-mount-spec**=*BOOT_MOUNT_SPEC*
3537

3638
: Mount specification for the /boot filesystem.
3739

38-
At the current time, a separate /boot is required. This restriction will
39-
be lifted in future versions. If not specified, the filesystem UUID will
40-
be used.
40+
This is optional. If \`/boot\` is detected as a mounted partition, then
41+
its UUID will be used.
4142

4243
**\--replace**=*REPLACE*
4344

@@ -156,4 +157,4 @@ mounting. To override this, use \`\--root-mount-spec\`.
156157

157158
# VERSION
158159

159-
v0.1.11
160+
v0.1.12

docs/src/man/bootc-install.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,13 @@ bootc-install-print-configuration(8)
5252

5353
: Output JSON to stdout that contains the merged installation
5454
configuration as it may be relevant to calling processes using
55-
\`install to-filesystem\` that want to honor e.g. \`root-fs-type\`
55+
\`install to-filesystem\` that in particular want to discover the
56+
desired root filesystem type from the container image
5657

5758
bootc-install-help(8)
5859

5960
: Print this message or the help of the given subcommand(s)
6061

6162
# VERSION
6263

63-
v0.1.11
64+
v0.1.12

docs/src/man/bootc-rollback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ rollback invocation.
3434

3535
# VERSION
3636

37-
v0.1.11
37+
v0.1.12

docs/src/man/bootc-status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ The exact API format is not currently declared stable.
3333

3434
# VERSION
3535

36-
v0.1.11
36+
v0.1.12

0 commit comments

Comments
 (0)