Files
warewulf/overlays/generic/rootfs/etc/passwd.ww
Jonathon Anderson 6cc13455f6 Move overlays to rootfs and and set ownership
Move all overlay contents to a rootfs subdirectory, which was already
supported, and set ownership to root:root.

Closes #1078

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
2024-02-17 10:39:06 -07:00

4 lines
165 B
Plaintext

# Uncomment the following line to enable passwordless root login
# root::0:0:root:/root:/bin/bash
{{IncludeFrom $.Container "/etc/passwd"}}
{{Include "/etc/passwd"}}