File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
808806pub ( crate ) fn copy_to_boot ( root : & Path ) -> Result < ( ) > {
809807 let all_components = get_components_impl ( false ) ;
810808 if all_components. is_empty ( ) {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments