Skip to content

Commit e421dca

Browse files
committed
install: Drop an unnecessary mount
This is handled by bootupd. Signed-off-by: Colin Walters <[email protected]>
1 parent 7aa96c4 commit e421dca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/install/baseline.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,6 @@ pub(crate) fn install_create_rootfs(
412412
.run()?;
413413
let efifs_path = bootfs.join(crate::bootloader::EFI_DIR);
414414
std::fs::create_dir(&efifs_path).context("Creating efi dir")?;
415-
mount::mount(espdev.node.as_str(), &efifs_path)?;
416415
}
417416

418417
let luks_device = match block_setup {

0 commit comments

Comments
 (0)