Skip to content

Commit efa2c37

Browse files
committed
Fix typo basesearch->basearch
1 parent b35cfcd commit efa2c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/centos-7-i386.ks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ awk '(NF==0&&!done){print "override_install_langs=en_US.utf8\ntsflags=nodocs";do
9393
< /etc/yum.conf > /etc/yum.conf.new
9494
mv /etc/yum.conf.new /etc/yum.conf
9595
echo 'container' > /etc/yum/vars/infra
96-
echo -e 'i386\n' > /etc/yum/vars/basesearch
96+
echo -e 'i386\n' > /etc/yum/vars/basearch
9797

9898

9999
##Setup locale properly

0 commit comments

Comments
 (0)