build-rootfs: Reinstall rebuilt binaries

Binary packages that have been rebuilt since they were installed in the
destination root are now reinstalled automatically.
This commit is contained in:
2023-03-10 08:41:05 -06:00
parent ec34ffe7d2
commit 47ecbeed19

View File

@@ -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 \