From: Frank Brehm Date: Tue, 17 Oct 2023 09:28:51 +0000 (+0200) Subject: Changing root password in templates/el9-standard.ks X-Git-Tag: 3.1.0~15 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=dbf3b39a9bd474fdc7b82f0091f568d620b73d81;p=pixelpark%2Fcreate-vmware-tpl.git Changing root password in templates/el9-standard.ks --- diff --git a/templates/el9-standard.ks b/templates/el9-standard.ks index 9154f63..9fda3bc 100644 --- a/templates/el9-standard.ks +++ b/templates/el9-standard.ks @@ -14,7 +14,8 @@ url --url="{{ distro.ks_repo_url }}" --noverifyssl sshpw --username=inst testtest --plaintext # Root install-password -rootpw --iscrypted ${ROOT_PWD_HASH} +# rootpw --iscrypted ${ROOT_PWD_HASH} +rootpw --iscrypted $6$tPpm.7Bc7.H4aoIC$ItrG9r8VDmMZxK301yGlIhTbv2ZG7cZ33m3WlAyr3NfYvb6O5fKFNtiIBRu/Ystju4lS/siTiiWCGLDI/U31p1 # System authorization information authselect minimal with-mkhomedir with-pwhistory without-nullok