canonical / chisel-releases

36 stars 51 forks source link

feat(24.04): add plymouth and dependency slices #380

Open Meulengracht opened 1 month ago

Meulengracht commented 1 month ago

Proposed changes

Plymouth is used as the boot graphical interface in Ubuntu Core. This PR takes care of slicing that package and its library dependencies.

Depends on https://github.com/canonical/chisel-releases/pull/378

Checklist

github-actions[bot] commented 1 month ago

Diff of dependencies:

slices/plymouth.yaml ```diff @@ -1,4 +1,3 @@ -elogind init-system-helpers libc6 libdrm2 ```
slices/udev.yaml ```diff @@ -1,3 +1,5 @@ +coreutils +findutils libacl1 libblkid1 libc6 @@ -7,5 +9,3 @@ libudev1 systemd systemd-dev -systemd-standalone-sysusers -systemd-sysusers ```