diff options
author | Ian Moffett <ian@osmora.org> | 2025-06-24 02:43:13 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-06-24 02:43:13 -0400 |
commit | 8ce4282e92455e9da19c9fc1f7d6bc313567717f (patch) | |
tree | 29bcf2d4d66010201a1dc795cf4eaeea9e92180f /hyra-build.sh | |
parent | 5d96b8559c0f506fe730afdd21c716787b4a1d1e (diff) |
usr: Add init.rc for userspace startup flexibility
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'hyra-build.sh')
-rwxr-xr-x | hyra-build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hyra-build.sh b/hyra-build.sh index caa6e45..28ceb10 100755 --- a/hyra-build.sh +++ b/hyra-build.sh @@ -44,6 +44,9 @@ sysroot_skel() { mkdir -p base/usr/bin/ mkdir -p base/boot/ mkdir -p base/usr/include/sys/ + mkdir -p base/usr/rc + + cp -r rc/* base/usr/rc cp -f sys/include/sys/*.h base/usr/include/sys # Populate ESP |