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>
4 lines
165 B
Plaintext
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"}} |