mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-05 08:04:20 +00:00
atomic: Append GROWPART to d-s-s config
Rather than truncating. This allows us to preserve any existing configuration (e.g. overlayfs by default).
This commit is contained in:
parent
d32c3f937d
commit
954957e609
@ -52,7 +52,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
|
||||
|
Loading…
Reference in New Issue
Block a user