Skip to content

Commit

Permalink
install: Drop an unnecessary mount
Browse files Browse the repository at this point in the history
This is handled by bootupd.

Signed-off-by: Colin Walters <[email protected]>
  • Loading branch information
cgwalters committed Nov 9, 2024
1 parent 7aa96c4 commit e421dca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/install/baseline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,6 @@ pub(crate) fn install_create_rootfs(
.run()?;
let efifs_path = bootfs.join(crate::bootloader::EFI_DIR);
std::fs::create_dir(&efifs_path).context("Creating efi dir")?;
mount::mount(espdev.node.as_str(), &efifs_path)?;
}

let luks_device = match block_setup {
Expand Down

0 comments on commit e421dca

Please sign in to comment.