From 3a5ec4ecb4494991044007ff2ffab9b1c8f99e8a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sep 07 2016 17:22:32 +0000 Subject: Merge #57 `atomic: Add workaround for bash` --- diff --git a/fedora-atomic.ks b/fedora-atomic.ks index 08a5dc2..bf3d016 100644 --- a/fedora-atomic.ks +++ b/fedora-atomic.ks @@ -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 @@ -129,4 +132,3 @@ echo "Adding Developer Mode GRUB2 menu item." /sbin/chkconfig network off %end -