Skip to content

Commit 88283c5

Browse files
committed
bootloader: Drop --src-root /
It's the default. Signed-off-by: Colin Walters <[email protected]>
1 parent eb7388b commit 88283c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/src/bootloader.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ pub(crate) fn install_via_bootupd(
2121
.chain(verbose)
2222
.chain(bootupd_opts.iter().copied().flatten())
2323
.chain([
24-
"--src-root",
25-
"/",
2624
"--device",
2725
device.as_str(),
2826
rootfs.as_str(),

0 commit comments

Comments
 (0)