Skip to content

Commit

Permalink
Merge pull request CentOS#86 from robertdebock/patch-1
Browse files Browse the repository at this point in the history
Update centos-7.ks
  • Loading branch information
jperrin authored Dec 12, 2016
2 parents 072a3b9 + 1add330 commit 57fe092
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/centos-7.ks
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ yum clean all
rm -rf /boot
rm -rf /etc/firewalld

# Randomize root's password and lock
dd if=/dev/urandom count=50 | md5sum | passwd --stdin root
# Lock roots account, keep roots account password-less.
passwd -l root

#LANG="en_US"
Expand Down

0 comments on commit 57fe092

Please sign in to comment.