mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-09 23:50:07 +00:00
fedora-docker-base: Add rootfiles and regenerate locale after removal
https://fedorahosted.org/cloud/ticket/92
This commit is contained in:
parent
3f3d02bc82
commit
7c09012288
@ -19,6 +19,7 @@ reboot
|
||||
%packages --excludedocs --instLangs=en --nocore
|
||||
bash
|
||||
fedora-release
|
||||
rootfiles
|
||||
vim-minimal
|
||||
yum
|
||||
#fakesystemd #TODO: waiting for review https://bugzilla.redhat.com/show_bug.cgi?id=1118740
|
||||
@ -44,6 +45,10 @@ basearch=$(uname -i)
|
||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
||||
|
||||
rm -f /usr/lib/locale/locale-archive
|
||||
|
||||
#Setup locale properly
|
||||
localedef -v -c -i en_US -f UTF-8 en_US.UTF-8
|
||||
|
||||
rm -rf /var/cache/yum/*
|
||||
rm -f /tmp/ks-script*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user