在https://wiki.debian.org/Multistrap#Steps_为_挤挤_和_后来中,在chroot环境中运行以下命令是必需的:
/var/lib/dpkg/info/dash.preinst install此命令以拉伸方式运行,但是在Buster中没有找到/var/lib/dpkg/info/dash.preinst文件。
在Buster中完成安装的等效命令可能是什么?
git clone https://github.com/ceremcem/multistrap-example
cd multistrap-example
./build.sh buster发布于 2019-12-25 09:37:03
dash.preinst 一年前被移除,因为它不再是必要的--它的目的是确保/bin/sh‘S的所有权可以在bash和dash之间转换,但bash停止了/bin/sh的运输。
等效的命令没有什么,您不再需要运行preinst了。
https://unix.stackexchange.com/questions/558844
复制相似问题