mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
update_chroot: rebuild gentoolkit for Python 3 downgrades
Otherwise, rebuilding portage fails because gentoolkit with support for Python 3 requires portage with support for Python 3, while this would only rebuild portage for Python 2.
This commit is contained in:
parent
3059c479e6
commit
1dd7ff3480
@ -210,6 +210,7 @@ EMERGE_CMD="emerge"
|
||||
# can cause serious issues later.
|
||||
info "Updating basic system packages"
|
||||
sudo -E ${EMERGE_CMD} --quiet "${EMERGE_FLAGS[@]}" \
|
||||
app-portage/gentoolkit \
|
||||
dev-util/ccache \
|
||||
sys-apps/portage \
|
||||
sys-devel/crossdev \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user