From f2dfafb97afd864be7d84925cef0f13cd2515784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Fri, 6 Mar 2026 18:41:34 +0100 Subject: [PATCH] remove useless comment --- kickstart.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/kickstart.cfg b/kickstart.cfg index ebfc096..fa8b6f1 100644 --- a/kickstart.cfg +++ b/kickstart.cfg @@ -67,7 +67,6 @@ part / --fstype xfs --size=1 --grow --asprimary --label=root ## # Generate an encrypted password with "openssl passwd -6" -# The default one is "redhat". rootpw --lock user --groups=wheel --name=admin --iscrypted --password=$6$REDACTED --gecos="Administrator"