@@ -97,7 +97,6 @@ impl From<&ComposefsBootEntry<Sha256HashValue>> for BootType {
9797 match entry {
9898 ComposefsBootEntry :: Type1 ( ..) => Self :: Bls ,
9999 ComposefsBootEntry :: Type2 ( ..) => Self :: Uki ,
100- ComposefsBootEntry :: UsrLibModulesUki ( ..) => Self :: Uki ,
101100 ComposefsBootEntry :: UsrLibModulesVmLinuz ( ..) => Self :: Bls ,
102101 }
103102 }
@@ -381,7 +380,6 @@ pub(crate) fn setup_composefs_bls_boot(
381380 let ( bls_config, boot_digest) = match & entry {
382381 ComposefsBootEntry :: Type1 ( ..) => unimplemented ! ( ) ,
383382 ComposefsBootEntry :: Type2 ( ..) => unimplemented ! ( ) ,
384- ComposefsBootEntry :: UsrLibModulesUki ( ..) => unimplemented ! ( ) ,
385383
386384 ComposefsBootEntry :: UsrLibModulesVmLinuz ( usr_lib_modules_vmlinuz) => {
387385 let boot_digest = compute_boot_digest ( usr_lib_modules_vmlinuz, & repo)
@@ -578,7 +576,6 @@ pub(crate) fn setup_composefs_uki_boot(
578576
579577 let boot_label = match entry {
580578 ComposefsBootEntry :: Type1 ( ..) => unimplemented ! ( ) ,
581- ComposefsBootEntry :: UsrLibModulesUki ( ..) => unimplemented ! ( ) ,
582579 ComposefsBootEntry :: UsrLibModulesVmLinuz ( ..) => unimplemented ! ( ) ,
583580
584581 ComposefsBootEntry :: Type2 ( type2_entry) => {
0 commit comments