On 07/26/2017 11:40 AM, Ron Yorston wrote:
Ron Yorston wrote:
For example, a container can be created with just
the BusyBox binary installed as /bin/sh.
For the curious, here's how I did this on 64-bit Fedora 26:
# mkdir -p container/bin container/usr/lib
# cp busybox container/bin/sh
# cp /usr/lib/os-release container/usr/lib
# systemd-nspawn --bind-ro=/lib64 -D container
Ron
Hi,
a stupid question:
wouldn't a symlink solve the problem?
ln -s sh busybox
Ciao,
Tito
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox