Update includes/post-install.ksi #1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user