#1148021 lxc-templates: please switch from busybox-static to regular busybox dependency

Package:
lxc-templates
Source:
lxc-templates
Description:
Linux Containers userspace tools (templates)
Submitter:
Michael Tokarev
Date:
2026-09-16 09:13:04 UTC
Severity:
normal
#1148021#5
Date:
2026-09-16 08:46:45 UTC
From:
To:
Currently, lxc-templates package depends on busybox-static.  However,
currently, this means that installing lxc-templates on a system will
install busybox-static package, which will replace regular busybox
on the system, and will make busybox-static into initramfs.  But the
problem is that busybox-static has never been suited for initramfs
really, - its purpose was rescue, and in initramfs it brings yet
another libc copy, which is definitely wrong too.

We're currently making busybox and busybox-static packages to be
co-installable, by reaming busybox binary in busybox-static
package to busybox-static -- see #1147074 for more info.  This
means that the rename will break lxc-templates.

Please consider switching to regular build of busybox package,
instead of dependning on busybox-static.

If this is too much of a change (but I strongly suggest doing
that still), let's coordinate upload of renamed busybox-static
with upload of lxc-templates package, so it will use the new
name of busybox binary.

Thanks,

/mjt