diff --git a/build-rootfs.sh b/build-rootfs.sh index 7c2f6a8..1f73627 100755 --- a/build-rootfs.sh +++ b/build-rootfs.sh @@ -25,7 +25,7 @@ cp -r portage/. /mnt/gentoo/etc/portage/ ROOT=/mnt/gentoo \ PORTAGE_CONFIGROOT="${PWD}"/portage/config/target \ < install.packages xargs -ro \ -${target}-emerge -Kvnj +${target}-emerge -Kvnj --rebuilt-binaries=y ROOT=/mnt/gentoo \ PORTAGE_CONFIGROOT="${PWD}"/portage/config/target \