How to set a default password to root user into a Lubuntu 20.04 ISO?
Describe the question
I want to create a default password to the root user.
What you have tried I've tried the following commands on chroot cubic's enviroment: passwd root passwd
But after i installed the ISO, i got uncorrect password when i try to login on terminal with: su -
Steps: 1 - Download Lubuntu 20.04 2 - Create a new folder for cubic's project 3 - On chroot environment create a default root password 4 - Generate the custom ISO 5 - Install ISO 6 - Login with the user created on standard installation 7 - Open the terminal and try to do a "su -" without the quotes with the password created on step 3
Expected behavior
After the su - Entering the right password, get a sucessfull login as root user
OS Information (please complete the following information): Lubuntu 20.04 link: https://storage.googleapis.com/linux-pdv/vrlubuntu-20.04-amd64.iso
hello!
mark
After setting the root password...
passwd root
...did you unlock the root account?...
passwd -u root
No, i didn'`t
I can try this on friday