From 4df94e6c3db6addb50329168f20ca4003490c5f3 Mon Sep 17 00:00:00 2001 From: oddlama Date: Fri, 3 Jan 2020 00:31:44 +0100 Subject: [PATCH] Fixed using unbound directory in chroot --- scripts/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/main.sh b/scripts/main.sh index 85bb5cd..70ae786 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -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" }