eth0s/rootfs/root/custom_script.sh

6 lines
79 B
Bash
Raw Normal View History

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