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 /hyra-build.sh | |
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 'hyra-build.sh')
-rwxr-xr-x | hyra-build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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/ |