Update includes/post-install.ksi #1

Merged
thefossguy merged 1 commits from :opi5 into opi5 2023-08-11 01:51:59 +00:00
Showing only changes of commit a1cb37f94c - Show all commits

View File

@ -1,6 +1,11 @@
%include bootloader-stuff.ksi %include bootloader-stuff.ksi
%post %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 }') ROOT_PART_UUID=$(grep ' / ' /etc/fstab | awk '{ print $1 }')
# Setup networking temporarily # Setup networking temporarily