我有一个使用 buildroot 构建的文件系统,用于使用旧内核和 uClibc 为设备编译代码。
现在我想chroot进fs。问题是,我没有/bin/bash,只是/bin/busybox。我怎么说要使用 chrootbusybox ash来代替?
chroot
/bin/bash
/bin/busybox
busybox ash
我已经尝试创建到 的链接busybox ash,但 chroot 仍然显示failed to run command /bin/bash. no such file or directory.
failed to run command /bin/bash. no such file or directory
chroot busybox
busybox ×1
chroot ×1