我需要:制作一个 shellscript,它可以 chroot 到 Linux 环境并在那里运行命令。我正在使用:arch-chroot(在 arch linux livecd 上)
答案1
您应该发出命令:
chroot /chroot_dir /bin/bash -c "su - -c ./yourscript.sh"
我需要:制作一个 shellscript,它可以 chroot 到 Linux 环境并在那里运行命令。我正在使用:arch-chroot(在 arch linux livecd 上)
您应该发出命令:
chroot /chroot_dir /bin/bash -c "su - -c ./yourscript.sh"