From ac46a8f0dfb4d303d75a43cff4994b724fd4cf4d Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Tue, 8 Jul 2025 17:43:12 -0400 Subject: base: Add etc/passwd + base/etc/ - Introduce the etc directory within the sysroot - Add an etc/passwd Signed-off-by: Ian Moffett --- etc/passwd | 1 + 1 file changed, 1 insertion(+) create mode 100644 etc/passwd (limited to 'etc/passwd') 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 -- cgit v1.2.3