build-rootfs: Reinstall rebuilt binaries
Binary packages that have been rebuilt since they were installed in the destination root are now reinstalled automatically.master
parent
ec34ffe7d2
commit
47ecbeed19
|
@ -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 \
|
||||
|
|
Reference in New Issue