From 930260ab9e1ab3cc395ce8bc14a26ee3f240e4c3 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Fri, 14 Feb 2014 20:25:54 -0800 Subject: [PATCH] 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. --- build_library/prod_image_util.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build_library/prod_image_util.sh b/build_library/prod_image_util.sh index c630b4f769..d42ff69d54 100755 --- a/build_library/prod_image_util.sh +++ b/build_library/prod_image_util.sh @@ -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