Skip to content

Commit 25a95da

Browse files
authored
Merge pull request #852 from cgwalters/no-separate-boot-doc
docs/install: A separate `/boot` is not required
2 parents ce2d6a3 + 937a6c6 commit 25a95da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/bootc-install.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ can be configured off at build time via Cargo features.
148148
### Using `bootc install to-filesystem`
149149

150150
The usual expected way for an external storage system to work
151-
is to provide `root=<UUID>` type kernel arguments. At the current
152-
time a separate `/boot` filesystem is also required (mainly to enable LUKS)
153-
so you will also need to provide e.g. `--boot-mount-spec UUID=...`.
151+
is to provide `root=<UUID>` type kernel arguments. Note that
152+
if a separate `/boot` is needed (e.g. for LUKS) you will also need to
153+
provide `--boot-mount-spec UUID=...`.
154154

155155
The `bootc install to-filesystem` command allows an operating
156156
system or distribution to ship a separate installer that creates more complex block

0 commit comments

Comments
 (0)