From dbf3b39a9bd474fdc7b82f0091f568d620b73d81 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 17 Oct 2023 11:28:51 +0200 Subject: [PATCH] Changing root password in templates/el9-standard.ks --- templates/el9-standard.ks | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5