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