기본 설치 후에 아치 설치를 시작하는 데 문제가 있습니다.
root@archiso ~ # arch-chroot /mnt
chroot: failed to run command ./bin/bash: No such file or directory
하지만 /bin/bash가 있습니다:
root@archiso ~ # ls /bin/bash
/bin/bash
감사해요
답변1
arch-chroot는 기본적으로 /bin/bash 명령을 사용하여 chroot를 호출합니다. 이 명령은 새 루트를 설정한 후에 실행됩니다. 즉, arch-chroot에 전달된 루트에는 그 아래에 /bin/bash가 /mnt/bin/bash로 있어야 함을 의미합니다.
기본 패키지를 지정하지 않고 pacstrap을 실행해야 합니다.
pacstrap /mnt base
그런 건 아니고
pacstrap /mnt base-dev