build-rootfs: Reinstall rebuilt binaries

Binary packages that have been rebuilt since they were installed in the
destination root are now reinstalled automatically.
master
Dustin 2023-03-10 08:41:05 -06:00
parent ec34ffe7d2
commit 47ecbeed19
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ cp -r portage/. /mnt/gentoo/etc/portage/
ROOT=/mnt/gentoo \ ROOT=/mnt/gentoo \
PORTAGE_CONFIGROOT="${PWD}"/portage/config/target \ PORTAGE_CONFIGROOT="${PWD}"/portage/config/target \
< install.packages xargs -ro \ < install.packages xargs -ro \
${target}-emerge -Kvnj ${target}-emerge -Kvnj --rebuilt-binaries=y
ROOT=/mnt/gentoo \ ROOT=/mnt/gentoo \
PORTAGE_CONFIGROOT="${PWD}"/portage/config/target \ PORTAGE_CONFIGROOT="${PWD}"/portage/config/target \