diff options
Diffstat (limited to 'hooks/build-os/70-system-config')
| -rwxr-xr-x | hooks/build-os/70-system-config | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hooks/build-os/70-system-config b/hooks/build-os/70-system-config index 38b6f68..ca17bd3 100755 --- a/hooks/build-os/70-system-config +++ b/hooks/build-os/70-system-config @@ -1,9 +1,6 @@ #!/bin/bash -xe set -o pipefail -## Set a root password -echo "root:reznor" | chroot "${root:?}" chpasswd - ## add a default regular user with systemd-homed on firstboot mkdir -p "${root:?}"/usr/lib/credstore cat > "${root:?}"/usr/lib/credstore/home.create.trent << EOF |
