mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 07:01:13 +02:00
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:
parent
5dc090dae9
commit
e6d348cbd1
@ -118,6 +118,7 @@ sudo -E ${EMERGE_CMD} ${EMERGE_FLAGS} \
|
|||||||
sys-apps/portage \
|
sys-apps/portage \
|
||||||
sys-devel/crossdev \
|
sys-devel/crossdev \
|
||||||
sys-devel/sysroot-wrappers \
|
sys-devel/sysroot-wrappers \
|
||||||
|
sys-libs/nss-usrfiles \
|
||||||
"${TOOLCHAIN_PKGS[@]}"
|
"${TOOLCHAIN_PKGS[@]}"
|
||||||
|
|
||||||
if [[ "${FLAGS_skip_toolchain_update}" -eq "${FLAGS_FALSE}" && \
|
if [[ "${FLAGS_skip_toolchain_update}" -eq "${FLAGS_FALSE}" && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user