diff options
| author | Philip J Freeman <elektron@halo.nu> | 2026-04-29 01:00:36 -0700 |
|---|---|---|
| committer | Philip J Freeman <elektron@halo.nu> | 2026-04-29 01:35:40 -0700 |
| commit | 0d9ee702cb93b84c9ff0862eec73316c69cbbf37 (patch) | |
| tree | 47906fa334200d4f4e38981561c16c06a2a6b57e /hooks/build-os/70-system-config | |
| parent | 87b5bf1ba92019acfada9d354d49b824578c83d4 (diff) | |
preseed user/group id databases
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 |
