From 47ecbeed1900de413cbe3166e7e8eed332deb7d8 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 10 Mar 2023 08:41:05 -0600 Subject: [PATCH] build-rootfs: Reinstall rebuilt binaries Binary packages that have been rebuilt since they were installed in the destination root are now reinstalled automatically. --- build-rootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \