egandro / docker-qemu-arm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install error because weak password

lexavey opened this issue · comments

Would be great if the script provide check for minimum password requirements, thankyou.

Changing password for root
New password:
Bad password: too weak

I'm lazy, thanks

I'm sorry bro, I have working in other project also, which has issues waiting for my fix, I just try to inform the dev :'(

Would be great if the script provide check for minimum password requirements, thankyou.

Changing password for root
New password:
Bad password: too weak

It's a user error. I just installed it with my default installer.

Check this line:

# Alpine requires some complexity for the password. Change this after installation!

You need to have "some" complexity in your Root password.

Please consider reading the Alpine Manual what that means. I didn't invent it. I don't care (since it's a user thing) and we can't fix it. Check this: we use expect to remote the alpine installer:

expect "password:"

If you use a password that alpine does not like - the installation horrible crashes.... but that's the point :)

  1. setup a proper password
  2. use a manual installer.