Some changes to disable the live user and set the password of the root user
parent
d086e7d73a
commit
a2ac01b548
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Set "toor" as root password
|
||||
usermod -p 'X014elvznJq7E' root
|
||||
|
Loading…
Reference in New Issue