fix(update_chroot): Install/update nss-usrfiles early

Soon nss-usrfiles will be required to resolve users and groups properly.
To avoid potentially breaking during the transition we need to make sure
the package is installed early during the chroot upgrade process.
This commit is contained in:
Michael Marineau 2014-02-13 18:53:53 -08:00
parent 5dc090dae9
commit e6d348cbd1

View File

@ -118,6 +118,7 @@ sudo -E ${EMERGE_CMD} ${EMERGE_FLAGS} \
sys-apps/portage \
sys-devel/crossdev \
sys-devel/sysroot-wrappers \
sys-libs/nss-usrfiles \
"${TOOLCHAIN_PKGS[@]}"
if [[ "${FLAGS_skip_toolchain_update}" -eq "${FLAGS_FALSE}" && \