mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-10 08:00:06 +00:00
cloud-atomic: Enable growpart
docker-storage-setup is changing defaults, see https://lists.projectatomic.io/projectatomic-archives/atomic-devel/2015-May/msg00119.html
This commit is contained in:
parent
96293933a1
commit
557782f553
@ -48,6 +48,10 @@ passwd -l root
|
||||
# remove the user anaconda forces us to make
|
||||
userdel -r none
|
||||
|
||||
# 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.conf
|
||||
|
||||
echo -n "Getty fixes"
|
||||
# although we want console output going to the serial console, we don't
|
||||
# actually have the opportunity to login there. FIX.
|
||||
|
Loading…
Reference in New Issue
Block a user