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

6 lines
79 B
Bash
Executable File

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