Update includes/post-install.ksi
This commit is contained in:
parent
7781f407ec
commit
a1cb37f94c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user