Skip to content

Commit

Permalink
Merge pull request #333 from galthaus/ef130a645b0b9c18dca945320e651b6…
Browse files Browse the repository at this point in the history
…0f3a18b01

Update sledgehammer to allow login [3/4]
  • Loading branch information
galthaus committed Mar 23, 2012
2 parents 5f7a013 + ef130a6 commit e705e68
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion centos-6.2-extra/sledgehammer.ks
Expand Up @@ -71,6 +71,9 @@ parted

yum -y remove '*.i?86'

# Hack to really turn down SELINUX
sed -i -e 's/\(^SELINUX=\).*$/\1permissive/' /etc/selinux/config

########################################################################
# Create a sub-script so the output can be captured
# Must change "$" to "\$" and "`" to "\`" to avoid shell quoting
Expand Down Expand Up @@ -121,4 +124,4 @@ EOF_postnochroot

/bin/bash -x /root/postnochroot-install 2>&1 | tee /root/postnochroot-install.log

%end
%end

0 comments on commit e705e68

Please sign in to comment.