diff options
author | Ian Moffett <ian@osmora.org> | 2025-06-24 04:45:13 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-06-24 04:45:13 -0400 |
commit | 66442a571e64f70ced00724e820955c0ffc7d144 (patch) | |
tree | bb907739d8ea0c8212375cef4e087d5548980c28 /hyra-build.sh | |
parent | 88845750041260523fe35c4f8b4bca7f5890e45b (diff) |
usr: Put OSH banner in /usr/share/motd
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'hyra-build.sh')
-rwxr-xr-x | hyra-build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hyra-build.sh b/hyra-build.sh index 28ceb10..f626f12 100755 --- a/hyra-build.sh +++ b/hyra-build.sh @@ -45,8 +45,10 @@ sysroot_skel() { mkdir -p base/boot/ mkdir -p base/usr/include/sys/ mkdir -p base/usr/rc + mkdir -p base/usr/share cp -r rc/* base/usr/rc + cp -r share/motd base/usr/share cp -f sys/include/sys/*.h base/usr/include/sys # Populate ESP |