Fixed using unbound directory in chroot

This commit is contained in:
oddlama 2020-01-03 00:31:44 +01:00
parent e47ffb0700
commit 4df94e6c3d
No known key found for this signature in database
GPG Key ID: 88EA325D51D53908
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ main_install() {
install_stage3 \
|| die "Failed to install stage3"
gentoo_chroot "$GENTOO_BOOTSTRAP_DIR/scripts/main.sh" install_gentoo_in_chroot \
gentoo_chroot "$GENTOO_BOOTSTRAP_BIND/scripts/main.sh" install_gentoo_in_chroot \
|| die "Failed to install gentoo in chroot"
}