Skip to content

Commit 53dfd0e

Browse files
committed
mend
1 parent 824a5c6 commit 53dfd0e

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

src/bootupd.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -802,9 +802,7 @@ pub(crate) fn client_run_migrate_static_grub_config() -> Result<()> {
802802
Ok(())
803803
}
804804

805-
/// Copy EFI payloads from `/usr/lib/efi` onto the ESP for package-mode installs. Removals are
806-
/// scoped to `EFI/<vendor>/` trees present in this merge; other top-level ESP dirs are untouched.
807-
/// BIOS components are no-ops.
805+
/// Copy EFI payloads from `/usr/lib/efi` onto the ESP for package-mode installs.
808806
pub(crate) fn copy_to_boot(root: &Path) -> Result<()> {
809807
let all_components = get_components_impl(false);
810808
if all_components.is_empty() {

src/component.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ pub(crate) trait Component {
8787
fn get_efi_vendor(&self, sysroot: &Path) -> Result<Option<String>>;
8888

8989
/// Merge `/usr/lib/efi` onto the ESP for package-mode systems (EFI only). Deletes only under
90-
/// `EFI/<vendor>/` for vendors shipped in this merge; other ESP subtrees are left alone.
9190
fn package_mode_copy_to_boot(&self, root: &Path) -> Result<()>;
9291
}
9392

0 commit comments

Comments
 (0)