Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rootfs: Support building Ubuntu rootfs
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 ``` Signed-off-by: Manu Bretelle <[email protected]>
- Loading branch information