mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-15 05:13:07 +00:00
Merge #57 atomic: Add workaround for bash
This commit is contained in:
commit
3a5ec4ecb4
@ -47,6 +47,9 @@ passwd -l root
|
|||||||
# remove the user anaconda forces us to make
|
# remove the user anaconda forces us to make
|
||||||
userdel -r none
|
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
|
# Configure docker-storage-setup to resize the partition table on boot
|
||||||
# https://github.com/projectatomic/docker-storage-setup/pull/25
|
# https://github.com/projectatomic/docker-storage-setup/pull/25
|
||||||
echo 'GROWPART=true' > /etc/sysconfig/docker-storage-setup
|
echo 'GROWPART=true' > /etc/sysconfig/docker-storage-setup
|
||||||
@ -129,4 +132,3 @@ echo "Adding Developer Mode GRUB2 menu item."
|
|||||||
/sbin/chkconfig network off
|
/sbin/chkconfig network off
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user