#168 atomic: Append GROWPART to d-s-s config
Merged 7 years ago by ausil. Opened 7 years ago by walters.
walters/fedora-kickstarts growpart-atomic  into  master

file modified
+1 -1
@@ -52,7 +52,7 @@ 

  

  # 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

Rather than truncating. This allows us to preserve any existing
configuration (e.g. overlayfs by default).

Pull-Request has been merged by ausil

7 years ago