Skip to content

Commit 85b9d73

Browse files
committed
docs/install.md: minor tweaks
Signed-off-by: Valentin Rothberg <[email protected]>
1 parent a94fd93 commit 85b9d73

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/install.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@ Here's an example:
5050
$ podman run --privileged --pid=host --net=none --security-opt label=type:unconfined_t <image> bootc install --target-no-signature-verification /path/to/disk
5151
```
5252

53-
Note that while `--privileged` is used, this command will not
54-
perform any destructive action on the host system.
53+
Note that while `--privileged` is used, this command will not perform any
54+
destructive action on the host system. Among other things, `--privileged`
55+
makes sure that all host devices are mounted into container. `/path/to/disk` is
56+
the host's block device `<image>` will be installed on.
5557

5658
The `--pid=host --security-opt label=type:unconfined_t` today
5759
make it more convenient for bootc to perform some privileged
@@ -121,7 +123,7 @@ in the image - it is per machine state.
121123

122124
#### Injecting SSH keys in a container image
123125

124-
In this example, we will configure OpenSSH to read the
126+
In the following example, we will configure OpenSSH to read the
125127
set of authorized keys for the root user from content
126128
that lives in `/usr` (i.e. is owned by the container image).
127129
We will also create a `/usr/etc-system` directory which is intentionally distinct

0 commit comments

Comments
 (0)