volumio / volumio3-os

GNU General Public License v2.0
61 stars 40 forks source link

Prepare for initv3 on bookworm #176

Closed ashthespy closed 6 months ago

ashthespy commented 6 months ago

To avoid more diverging trees, have brought in all the good work from @gkkpch and @foonerd in foonerd/vos3-initv3 here.

What this aims for:

@foonerd Could you try building an image and see if the init portions behave as expected, will then merge this to dev/bookworm Note, this is just a base image, and will have most bookworm issues from #172.

x86 recipe will need some updates for bookworm, and will error out currently with missing paths for UCM.

gkkpch commented 6 months ago

To consider: instead of installing the plymouth-themes package, which unnecessarily increases the size of our initramfs, try whether only plymouth-label can be installed. We need the plymouth.label.so plugin but not the themes themselves.

ashthespy commented 6 months ago

Closing this, will let the dust settle in #179 and merge in bookworm tree :-)