snapcore / core-initrd

initrd implementation in ubuntu core
https://ubuntu.com/core/docs
GNU General Public License v3.0
9 stars 27 forks source link

bin/ubuntu-core-initramfs: Fix plymouth freetype library name #232

Closed juergh closed 6 months ago

juergh commented 6 months ago

In Noble plymouth-label-ft, /usr/lib//plymouth/label-ft.so was renamed to label-freetype.so.

Not sure if this needs to be backwards compatible...

kubiko commented 6 months ago

@juergh I wonder is this is duplicate to https://github.com/snapcore/core-initrd/pull/230

juergh commented 6 months ago

Ah yes somewhat. But there's two places where the filename needs to be fixed.

alfonsosanchezbeato commented 6 months ago

Thanks! Closing in favor of https://github.com/snapcore/core-initrd/pull/230 , that contains also CI fixes. Thanks for pointing out that there were two places that needed to be changed!