We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce2d6a3 + 937a6c6 commit 25a95daCopy full SHA for 25a95da
docs/src/bootc-install.md
@@ -148,9 +148,9 @@ can be configured off at build time via Cargo features.
148
### Using `bootc install to-filesystem`
149
150
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=...`.
+is to provide `root=<UUID>` type kernel arguments. Note that
+if a separate `/boot` is needed (e.g. for LUKS) you will also need to
+provide `--boot-mount-spec UUID=...`.
154
155
The `bootc install to-filesystem` command allows an operating
156
system or distribution to ship a separate installer that creates more complex block
0 commit comments