Update includes/post-install.ksi

This commit is contained in:
Bryan Zuelly 2023-08-11 01:46:49 +00:00
parent 7781f407ec
commit a1cb37f94c

View File

@ -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