6a6d78e63c
Default the GENTOO_PORTAGE_CLEANUP to True. By default we should not ship package info, this bloats the image and is usually outdated by the time it'd be consumed. Change-Id: I14c2530d91807cbc6a3806e01c7e4f6f472b190d
8 lines
388 B
Bash
8 lines
388 B
Bash
export DIB_RELEASE=gentoo
|
|
export DISTRO_NAME=gentoo
|
|
export GENTOO_PROFILE=${GENTOO_PROFILE:-'default/linux/amd64/17.0'}
|
|
export GENTOO_PORTAGE_CLEANUP=${GENTOO_PORTAGE_CLEANUP:-'True'}
|
|
export GENTOO_PYTHON_TARGETS=${GENTOO_PYTHON_TARGETS:-'python2_7 python3_5'}
|
|
export GENTOO_PYTHON_ACTIVE_VERSION=${GENTOO_PYTHON_ACTIVE_VERSION:-'python3.5'}
|
|
export GENTOO_OVERLAYS=${GENTOO_OVERLAYS:-''}
|