RobertCNelson / omap-image-builder

omap image builder
http://elinux.org/BeagleBoardUbuntu
MIT License
153 stars 200 forks source link

chroot: install busybox applets for non-existent commands only #137

Closed AtsushiNemoto closed 3 years ago

AtsushiNemoto commented 3 years ago

When I enabled chroot_very_small_image on eewiki_minfs_ubuntu_focal_armhf.conf, sshd did not enabled automatically, due to dpkg-reconfigure failure. The blocker was busybox's readlink.

This patch refactors the installation of busybox applets instead of just removing /usr/local/bin/readlink.

RobertCNelson commented 3 years ago

Looks good @AtsushiNemoto , the busybox binary has been fun to deal with between debian releases...