]> Frank Brehm's Git Trees - pixelpark/create-vmware-tpl.git/commitdiff
Changing root password in templates/el9-standard.ks
authorFrank Brehm <frank.brehm@pixelpark.com>
Tue, 17 Oct 2023 09:28:51 +0000 (11:28 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Tue, 17 Oct 2023 09:28:51 +0000 (11:28 +0200)
templates/el9-standard.ks

index 9154f63b632d5e8e294f29c0fd3d70bddeb19f52..9fda3bcadff4dd162d2f9a83513b9d141a7d95ac 100644 (file)
@@ -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