Kickstart encrypted password
Easy way to create encrypted password for kickstart:
perl -e 'print crypt("password", "Xa") . "\n";'p
Just another WordPress weblog
Easy way to create encrypted password for kickstart:
perl -e 'print crypt("password", "Xa") . "\n";'p