From d8b59962cd740e508653192369d74fba7607fc6f Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 21 Mar 2017 10:54:59 -0400 Subject: [PATCH] atomic: Append GROWPART to d-s-s config Rather than truncating. This allows us to preserve any existing configuration (e.g. overlayfs by default). (cherry picked from commit 954957e6099eac98f99cea2d3434ae3438d6cde1) --- fedora-atomic.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-atomic.ks b/fedora-atomic.ks index e6a0c35..9eaa73c 100644 --- a/fedora-atomic.ks +++ b/fedora-atomic.ks @@ -55,7 +55,7 @@ cp /etc/skel/.bash* /var/roothome # Configure docker-storage-setup to resize the partition table on boot # https://github.com/projectatomic/docker-storage-setup/pull/25 -echo 'GROWPART=true' > /etc/sysconfig/docker-storage-setup +echo 'GROWPART=true' >> /etc/sysconfig/docker-storage-setup echo -n "Getty fixes" # although we want console output going to the serial console, we don't