From e11de770d0ee18ee646756e1a37a23266f4bae63 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 1 Sep 2016 16:54:58 -0400 Subject: [PATCH] atomic: Add workaround for bash --- fedora-atomic.ks | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fedora-atomic.ks b/fedora-atomic.ks index b376909..989313a 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 @@ -132,4 +135,3 @@ echo "Adding Developer Mode GRUB2 menu item." /sbin/chkconfig network off %end -