File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -217,13 +217,15 @@ pub(crate) struct InstallTargetFilesystemOpts {
217
217
pub ( crate ) root_path : Utf8PathBuf ,
218
218
219
219
/// Source device specification for the root filesystem. For example, UUID=2e9f4241-229b-4202-8429-62d2302382e1
220
+ ///
221
+ /// If not provided, the UUID of the target filesystem will be used.
220
222
#[ clap( long) ]
221
223
pub ( crate ) root_mount_spec : Option < String > ,
222
224
223
225
/// Mount specification for the /boot filesystem.
224
226
///
225
- /// At the current time, a separate /boot is required. This restriction will be lifted in
226
- /// future versions. If not specified, the filesystem UUID will be used.
227
+ /// This is optional. If ` /boot` is detected as a mounted partition, then
228
+ /// its UUID will be used.
227
229
#[ clap( long) ]
228
230
pub ( crate ) boot_mount_spec : Option < String > ,
229
231
You can’t perform that action at this time.
0 commit comments