diff options
author | Ian Moffett <ian@osmora.org> | 2025-07-08 17:43:12 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-07-08 17:43:12 -0400 |
commit | ac46a8f0dfb4d303d75a43cff4994b724fd4cf4d (patch) | |
tree | f73fcab313e0be2dbd50928085de85fec9c58280 /etc | |
parent | 020a6fe2a92d06f42b2ff2b0a7c919d7341923fe (diff) |
base: Add etc/passwd + base/etc/
- Introduce the etc directory within the sysroot
- Add an etc/passwd
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/passwd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/passwd b/etc/passwd new file mode 100644 index 0000000..298e923 --- /dev/null +++ b/etc/passwd @@ -0,0 +1 @@ +root:x:0:0:Not a ruler:/root:/usr/bin/osh |