Skip to content

Commit 321edc1

Browse files
committed
Release v0.1.11
Regenerate manpages too. I notice here that we're getting some unnecessary quoting in the man pages since I think the tooling doesn't know whether or not we're writing markdown in the Rust source comments or not. More medium term we'll have to figure out a better workflow for this. Signed-off-by: Colin Walters <[email protected]>
1 parent 98577c5 commit 321edc1

14 files changed

+46
-31
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/src/man/bootc-edit.md

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

4141
# VERSION
4242

43-
v0.1.9
43+
v0.1.11

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ string-valued filesystem name suitable for passing to \`mkfs.\$type\`.
3131

3232
# VERSION
3333

34-
v0.1.9
34+
v0.1.11

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Install to the target block device
2323

2424
: Automatically wipe all existing data on device
2525

26-
**\--block-setup**=*BLOCK_SETUP* \[default: direct\]
26+
**\--block-setup**=*BLOCK_SETUP*
2727

2828
: Target root block device setup.
2929

@@ -139,4 +139,4 @@ firmware will be skipped
139139

140140
# VERSION
141141

142-
v0.1.9
142+
v0.1.11

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ root filesystem
1111
\[**\--target-ostree-remote**\] \[**\--skip-fetch-check**\]
1212
\[**\--disable-selinux**\] \[**\--karg**\]
1313
\[**\--root-ssh-authorized-keys**\] \[**\--generic-image**\]
14-
\[**-h**\|**\--help**\] \[**-V**\|**\--version**\] \[*ROOT_PATH*\]
14+
\[**\--acknowledge-destructive**\] \[**-h**\|**\--help**\]
15+
\[**-V**\|**\--version**\] \[*ROOT_PATH*\]
1516

1617
# DESCRIPTION
1718

@@ -108,6 +109,10 @@ boot.
108109
\- All bootloader types will be installed - Changes to the system
109110
firmware will be skipped
110111

112+
**\--acknowledge-destructive**
113+
114+
: Accept that this is a destructive action and skip a warning timer
115+
111116
**-h**, **\--help**
112117

113118
: Print help (see a summary with -h)
@@ -123,4 +128,4 @@ firmware will be skipped
123128

124129
# VERSION
125130

126-
v0.1.9
131+
v0.1.11

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

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ bootc-install-to-filesystem - Install to the target filesystem
55
# SYNOPSIS
66

77
**bootc-install-to-filesystem** \[**\--root-mount-spec**\]
8-
\[**\--boot-mount-spec**\] \[**\--replace**\] \[**\--source-imgref**\]
9-
\[**\--target-transport**\] \[**\--target-imgref**\]
10-
\[**\--enforce-container-sigpolicy**\] \[**\--target-ostree-remote**\]
11-
\[**\--skip-fetch-check**\] \[**\--disable-selinux**\] \[**\--karg**\]
8+
\[**\--boot-mount-spec**\] \[**\--replace**\]
9+
\[**\--acknowledge-destructive**\] \[**\--skip-finalize**\]
10+
\[**\--source-imgref**\] \[**\--target-transport**\]
11+
\[**\--target-imgref**\] \[**\--enforce-container-sigpolicy**\]
12+
\[**\--target-ostree-remote**\] \[**\--skip-fetch-check**\]
13+
\[**\--disable-selinux**\] \[**\--karg**\]
1214
\[**\--root-ssh-authorized-keys**\] \[**\--generic-image**\]
1315
\[**-h**\|**\--help**\] \[**-V**\|**\--version**\] \<*ROOT_PATH*\>
1416

@@ -49,6 +51,18 @@ be used.
4951
> However, the running system (and all files) will remain in place
5052
> until reboot
5153
54+
**\--acknowledge-destructive**
55+
56+
: If the target is the running systems root filesystem, this will skip
57+
any warnings
58+
59+
**\--skip-finalize**
60+
61+
: The default mode is to \"finalize\" the target filesystem by
62+
invoking \`fstrim\` and similar operations, and finally mounting it
63+
readonly. This option skips those operations. It is then the
64+
responsibility of the invoking code to perform those operations
65+
5266
**\--source-imgref**=*SOURCE_IMGREF*
5367

5468
: Install the system from an explicitly given source.
@@ -139,4 +153,4 @@ mounting. To override this, use \`\--root-mount-spec\`.
139153

140154
# VERSION
141155

142-
v0.1.9
156+
v0.1.11

docs/src/man/bootc-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bootc-install - Install the running container to a target
1111

1212
Install the running container to a target.
1313

14-
## Understanding installations
14+
\## Understanding installations
1515

1616
OCI containers are effectively layers of tarballs with JSON for
1717
metadata; they cannot be booted directly. The \`bootc install\` flow is
@@ -65,4 +65,4 @@ bootc-install-help(8)
6565

6666
# VERSION
6767

68-
v0.1.9
68+
v0.1.11

docs/src/man/bootc-rollback.md

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

3939
# VERSION
4040

41-
v0.1.9
41+
v0.1.11

docs/src/man/bootc-status.md

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

3838
# VERSION
3939

40-
v0.1.9
40+
v0.1.11

docs/src/man/bootc-switch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Target a new container image reference to boot.
1616
This is almost exactly the same operation as \`upgrade\`, but
1717
additionally changes the container image reference instead.
1818

19-
## Usage
19+
\## Usage
2020

2121
A common pattern is to have a management agent control operating system
2222
updates via container image tags; for example,
@@ -65,4 +65,4 @@ includes a default policy which requires signatures.
6565

6666
# VERSION
6767

68-
v0.1.9
68+
v0.1.11

0 commit comments

Comments
 (0)