ffb8efda74
Optionally remove portage files, so that we can cache package and keep the portage directory around, specifically for nodepool. This also adds a section to the Gentoo readme about the variable and renames the 00-gentoo-distro-name environment file to a more appropriate name of 00-gentoo-envars. Also brought up was the location of the gentoo-releng.gpg file, this has been moved and the refrencing paths updated. Change-Id: I20c91b36082828faa1ca481585acc5f9933211e1
4 lines
159 B
Bash
Executable File
4 lines
159 B
Bash
Executable File
export DISTRO_NAME=gentoo
|
|
export GENTOO_PROFILE=${GENTOO_PROFILE:-'default/linux/amd64/13.0'}
|
|
export GENTOO_PORTAGE_CLEANUP=${GENTOO_PORTAGE_CLEANUP:-'False'}
|