Unattended Fedora add user

Problem:
I make my own Kickstart profile and want to create a user account with password automatic, how can i make this?

Thanks

Fr3ddy

second Problem is by the auto update the Kernel Parameters are wrong set

Have anyone an idea?

Thanks

Fr3ddy

update
The Problem with the Kernel i solved by no update

dnf update -x kernel-* -y

Generate your passwords with:

https://lukas.zapletalovi.com/2018/02/on-generating-kickstart-passwords.html

Then put this into your kickstart:

user –name=deepak –groups=wheel –iscrypted –password=$6$NQxcaeY.Pvm1FWBl$LriLt5PFtqUUs0sJgUhpAwOc4n9dwJ0sx1qPDVXHZzXq0GnA8ZpuLkJG9QoGb5JwUv2/3JZLJBjDTUJXIP3bS.

Replace the password with the encrypted one you created with my tool. Have fun!