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 + hyra-build.sh | 1 + 2 files changed, 2 insertions(+) create mode 100644 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 diff --git a/hyra-build.sh b/hyra-build.sh index 60bf792..68f415f 100755 --- a/hyra-build.sh +++ b/hyra-build.sh @@ -48,6 +48,7 @@ sysroot_skel() { cp -r rc/* base/usr/rc cp -f sys/include/sys/*.h base/usr/include/sys + cp -r etc base/etc/ # Populate ESP make stand/boot/ -- cgit v1.2.3