build-rootfs: Ignore USE changes for baselayout

We don't want to reinstall _baselayout_ when its USE flags change.
Indeed, USE flag changes are expected, because we first install it with
USE=build, but only temporarily.  Once the initial symlinks for
merged-usr are in place, it can be reinstalled without that flag.  We
don't need to keep reinstalling and toggling between states, so we
ignore USE flag changes for the first pass.
dev/gentoo
Dustin 2024-12-13 19:28:25 -06:00
parent 869257701c
commit fef6685876
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ USE=build \
emerge \
--root=/mnt/gentoo \
--config-root="${O}"/portage \
-kvnjU \
-kvnj \
sys-apps/baselayout
cat \