libbpf / ci

BPF CI
Other
7 stars 21 forks source link

rootfs: Support building Ubuntu rootfs #104

Closed chantra closed 11 months ago

chantra commented 11 months ago

When building rootfs, we install busybox. In Ubuntu, this is hosted under the universe component: https://packages.ubuntu.com/focal/busybox

We can specify which component to use with debootstrap. While Debian does not have a universe component, it handles it just fine so we do not need to special case Debian vs Ubuntu.

Test Plan:

Successfully built rootfs for focal and bullseye:

sudo ./mkrootfs_debian.sh  --distro bullseye
sudo ./mkrootfs_debian.sh  --distro focal