You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could probably be fixed by adding quotation marks around "$1" in mkvm.sh.functions:
f_set_password() ## $1 password $2 mount point ##
{
echo "$1" | pw -V ${2}/etc/ usermod root -h 0
}
Could you try this and let me know if it resolves it?
I just tested and if I put a space in the password, the resulting password for root is empty, but if I take the space out it is set correctly with that change to the code.
Setting the
vm_password
to a value like "change me" will result in root having no password on boot of the VM.The text was updated successfully, but these errors were encountered: