Skip to content

Commit 389a922

Browse files
Post rebase fixes
- Remove ComposefsBootEntry::UsrLibModulesUki enum variant Signed-off-by: Pragyan Poudyal <[email protected]>
1 parent 28b3cfb commit 389a922

File tree

1 file changed

+0
-3
lines changed
  • crates/lib/src/bootc_composefs

1 file changed

+0
-3
lines changed

crates/lib/src/bootc_composefs/boot.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)