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
parent
869257701c
commit
fef6685876
|
@ -16,7 +16,7 @@ USE=build \
|
||||||
emerge \
|
emerge \
|
||||||
--root=/mnt/gentoo \
|
--root=/mnt/gentoo \
|
||||||
--config-root="${O}"/portage \
|
--config-root="${O}"/portage \
|
||||||
-kvnjU \
|
-kvnj \
|
||||||
sys-apps/baselayout
|
sys-apps/baselayout
|
||||||
|
|
||||||
cat \
|
cat \
|
||||||
|
|
Loading…
Reference in New Issue