This commit is contained in:
Your Name 2024-02-17 22:31:12 -07:00
parent 8567455ce6
commit c26308bdad

View File

@ -429,7 +429,7 @@ accounts() {
echo "Setting ROOT Password:"
echo "root:$ROOT_PASSWORD" | chpasswd
/usr/bin/hostnamectl set-hostname $ROOT_NAME
chown -R $USER:$USER $TARGET/home/$USER
chown -R $USER:$USER /home/$USER
}
btrfs-tweaks() {