Merge branch 'new_profiling' into 'master'

Add profiled service file

See merge request redox-os/redox!2056
This commit is contained in:
Jeremy Soller 2026-04-12 06:52:12 -06:00
commit 94bf2b6ac6

View File

@ -6,4 +6,7 @@ template = "custom"
script = """
# Must be statically linked
cookbook_cargo
mkdir -p "${COOKBOOK_STAGE}/usr/lib/init.d"
cp "${COOKBOOK_SOURCE}/init.d/"* "${COOKBOOK_STAGE}/usr/lib/init.d/"
"""