Kickstart encrypted password Posted on 2008-03-06 | Easy way to create encrypted password for kickstart: perl -e 'print crypt("password", "Xa") . "\\n";'p centos kickstart perl