Skip to content

community/dracut: prefer busybox inside the generated initramfs

Laszlo Gombos requested to merge LaszloGombos/aports:master into master

Only include bash into the generated initramfs if a dracut module explicitly depends on it.

Implemented as a new dracut module that picks busybox shell on alpine.

Based on the idea discussed upstream: https://github.com/dracutdevs/dracut/pull/2368#issuecomment-1588285469

Merge request reports