atomic: Add workaround for bash

This commit is contained in:
Colin Walters 2016-09-01 16:54:58 -04:00
parent f85bbb10ee
commit e11de770d0
1 changed files with 3 additions and 1 deletions

View File

@ -47,6 +47,9 @@ passwd -l root
# remove the user anaconda forces us to make
userdel -r none
# Work around https://bugzilla.redhat.com/show_bug.cgi?id=1193590
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
@ -132,4 +135,3 @@ echo "Adding Developer Mode GRUB2 menu item."
/sbin/chkconfig network off
%end