grml / grml-debootstrap

wrapper around debootstrap
59 stars 27 forks source link

Debian stretch build failing due to missing busybox #256

Closed adrelanos closed 8 months ago

adrelanos commented 9 months ago

For the purpose of landing

I noticed that the Debian stretch build is failing on CI due to missing busybox. This is happening due to:

I would speculate that #255 makes this issue visible and that the issue already existed after above commit removing the hardcoded busybox installation.

How do we resolve this? Options that come to mind:

mika commented 8 months ago

I've prepared something at https://github.com/grml/grml-debootstrap/pull/261 which should be as little intrusive as possible, IMO