Skip to content

Commit 3de70ea

Browse files
committed
doc: Adjust for usroverlay --read-only
1 parent 7770294 commit 3de70ea

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

crates/lib/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ pub(crate) enum Opt {
750750
///
751751
/// Shows bootc system state. Outputs YAML by default, human-readable if terminal detected.
752752
Status(StatusOpts),
753-
/// Add a transient writable overlayfs on `/usr`.
753+
/// Add a transient overlayfs on `/usr`.
754754
///
755755
/// Allows temporary package installation that will be discarded on reboot.
756756
#[clap(alias = "usroverlay")]

docs/src/man/bootc-usr-overlay.8.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# NAME
22

3-
bootc-usr-overlay - Adds a transient writable overlayfs on `/usr` that
4-
will be discarded on reboot
3+
bootc-usr-overlay - Adds a transient overlayfs on `/usr` that will be discarded
4+
on reboot
55

66
# SYNOPSIS
77

88
**bootc usr-overlay** \[*OPTIONS...*\]
99

1010
# DESCRIPTION
1111

12-
Adds a transient writable overlayfs on `/usr` that will be discarded
13-
on reboot.
12+
Adds a transient overlayfs on `/usr` that will be discarded on reboot. The
13+
overlayfs is read/write by default.
1414

1515
## USE CASES
1616

docs/src/man/bootc.8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pulled and `bootc upgrade`.
3030
| **bootc rollback** | Change the bootloader entry ordering; the deployment under `rollback` will be queued for the next boot, and the current will become rollback. If there is a `staged` entry (an unapplied, queued upgrade) then it will be discarded |
3131
| **bootc edit** | Apply full changes to the host specification |
3232
| **bootc status** | Display status |
33-
| **bootc usr-overlay** | Add a transient writable overlayfs on `/usr` |
33+
| **bootc usr-overlay** | Add a transient overlayfs on `/usr` |
3434
| **bootc install** | Install the running container to a target |
3535
| **bootc container** | Operations which can be executed as part of a container build |
3636
| **bootc composefs-finalize-staged** | |

0 commit comments

Comments
 (0)