fix(prod_image_util): restore /etc/gentoo-release

Vagrant reads this file to determine that we are CoreOS... so lets not
break that just yet. A PR to switch to os-release has been posted:
https://github.com/mitchellh/vagrant/pull/2985

Some day gentoo-release will be dropped but that day is not today.
This commit is contained in:
Michael Marineau 2014-02-14 20:25:54 -08:00
parent cf668e9049
commit 930260ab9e

View File

@ -35,7 +35,6 @@ setup_prod_image() {
# clean-ups of things we do not need
sudo rm ${root_fs_dir}/etc/csh.env
sudo rm ${root_fs_dir}/etc/gentoo-release
sudo rm -rf ${root_fs_dir}/var/db/pkg
sudo rm ${root_fs_dir}/var/db/Makefile
sudo rm ${root_fs_dir}/etc/locale.gen