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