#123 atomic: Add workaround for bash
Merged 7 years ago by ausil. Opened 7 years ago by walters.
walters/fedora-kickstarts f25-bash  into  f25

atomic: Add workaround for bash
Colin Walters • 7 years ago  
file modified
+3 -1
@@ -47,6 +47,9 @@ 

  # 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 @@ 

  /sbin/chkconfig network off

  

  %end

- 

no initial comment

Pull-Request has been merged by ausil

7 years ago
Metadata