summaryrefslogtreecommitdiff
path: root/hooks/build-os/70-system-config
diff options
context:
space:
mode:
authorPhilip J Freeman <elektron@halo.nu>2026-04-29 01:00:36 -0700
committerPhilip J Freeman <elektron@halo.nu>2026-04-29 01:35:40 -0700
commit0d9ee702cb93b84c9ff0862eec73316c69cbbf37 (patch)
tree47906fa334200d4f4e38981561c16c06a2a6b57e /hooks/build-os/70-system-config
parent87b5bf1ba92019acfada9d354d49b824578c83d4 (diff)
preseed user/group id databases
Diffstat (limited to 'hooks/build-os/70-system-config')
-rwxr-xr-xhooks/build-os/70-system-config3
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