@@ -97,7 +97,6 @@ impl From<&ComposefsBootEntry<Sha256HashValue>> for BootType {
97
97
match entry {
98
98
ComposefsBootEntry :: Type1 ( ..) => Self :: Bls ,
99
99
ComposefsBootEntry :: Type2 ( ..) => Self :: Uki ,
100
- ComposefsBootEntry :: UsrLibModulesUki ( ..) => Self :: Uki ,
101
100
ComposefsBootEntry :: UsrLibModulesVmLinuz ( ..) => Self :: Bls ,
102
101
}
103
102
}
@@ -381,7 +380,6 @@ pub(crate) fn setup_composefs_bls_boot(
381
380
let ( bls_config, boot_digest) = match & entry {
382
381
ComposefsBootEntry :: Type1 ( ..) => unimplemented ! ( ) ,
383
382
ComposefsBootEntry :: Type2 ( ..) => unimplemented ! ( ) ,
384
- ComposefsBootEntry :: UsrLibModulesUki ( ..) => unimplemented ! ( ) ,
385
383
386
384
ComposefsBootEntry :: UsrLibModulesVmLinuz ( usr_lib_modules_vmlinuz) => {
387
385
let boot_digest = compute_boot_digest ( usr_lib_modules_vmlinuz, & repo)
@@ -578,7 +576,6 @@ pub(crate) fn setup_composefs_uki_boot(
578
576
579
577
let boot_label = match entry {
580
578
ComposefsBootEntry :: Type1 ( ..) => unimplemented ! ( ) ,
581
- ComposefsBootEntry :: UsrLibModulesUki ( ..) => unimplemented ! ( ) ,
582
579
ComposefsBootEntry :: UsrLibModulesVmLinuz ( ..) => unimplemented ! ( ) ,
583
580
584
581
ComposefsBootEntry :: Type2 ( type2_entry) => {
0 commit comments