Monthly Archives: March 2008

Kickstart encrypted password

Easy way to create encrypted password for kickstart: perl -e ‘print crypt(“password”, “Xa”) . “\n”;’p

Posted in CentOS | Leave a comment