Skip to content

Commit 937a6c6

Browse files
committed
docs/install: A separate /boot is not required
We changed this in the code a while back too. Signed-off-by: Colin Walters <[email protected]>
1 parent ba82772 commit 937a6c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/bootc-install.md

Lines changed: 3 additions & 3 deletions
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)