Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ubuntu-core-initramfs (66.8) jammy; urgency=medium

* Set linux-firmware as recommended package

-- Ondrej Kubik <ondrej.kubik@canonical.com> Fri, 02 Aug 2024 13:30:44 +0100

ubuntu-core-initramfs (66.7) jammy; urgency=medium

* No change rebuild to take latest versions of packages in
Expand Down
3 changes: 2 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ Homepage: https://launchpad.net/ubuntu-core-initramfs

Package: ubuntu-core-initramfs
Architecture: amd64 arm64 armhf riscv64
Depends: ${python3:Depends}, ${misc:Depends}, dracut-core (>= 051-1), zstd, sbsigntool, snapd (>= 2.50+20.04), linux-firmware, llvm, kcapi-tools
Depends: ${python3:Depends}, ${misc:Depends}, dracut-core (>= 051-1), zstd, sbsigntool, snapd (>= 2.50+20.04), llvm, kcapi-tools
Recommends: linux-firmware
Description: standard embedded initrd
Standard embedded initrd implementation to be used with Ubuntu Core
systems. Currently targetting creating BLS Type2 like binaries.