eth0s/rootfs/root/custom_script.sh
2019-10-10 23:53:41 +08:00

5 lines
79 B
Bash
Executable file

#!/bin/bash
passwd -d root &>/dev/null
echo "root:root" | chpasswd -c SHA512