From a1cb37f94cc7a3b98084bc18b438d234ce07c159 Mon Sep 17 00:00:00 2001 From: Bryan Zuelly Date: Fri, 11 Aug 2023 01:46:49 +0000 Subject: [PATCH] Update includes/post-install.ksi --- includes/post-install.ksi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/includes/post-install.ksi b/includes/post-install.ksi index d1ebb04..8769636 100644 --- a/includes/post-install.ksi +++ b/includes/post-install.ksi @@ -1,6 +1,11 @@ %include bootloader-stuff.ksi %post + +# Creating rocky user and add to wheel group +/sbin/useradd -c "Rocky Linux default user" -G wheel -m -U rocky +echo "rockylinux" | passwd --stdin rocky + ROOT_PART_UUID=$(grep ' / ' /etc/fstab | awk '{ print $1 }') # Setup networking temporarily -- 2.43.5