mirror of
https://github.com/emmett1/lfs-scripts.git
synced 2025-08-06 10:34:04 +00:00
6 lines
79 B
Bash
Executable File
6 lines
79 B
Bash
Executable File
#!/bin/bash
|
|
|
|
passwd -d root &>/dev/null
|
|
|
|
echo "root:root" | chpasswd -c SHA512
|