We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b35cfcd commit efa2c37Copy full SHA for efa2c37
docker/centos-7-i386.ks
@@ -93,7 +93,7 @@ awk '(NF==0&&!done){print "override_install_langs=en_US.utf8\ntsflags=nodocs";do
93
< /etc/yum.conf > /etc/yum.conf.new
94
mv /etc/yum.conf.new /etc/yum.conf
95
echo 'container' > /etc/yum/vars/infra
96
-echo -e 'i386\n' > /etc/yum/vars/basesearch
+echo -e 'i386\n' > /etc/yum/vars/basearch
97
98
99
##Setup locale properly
0 commit comments