Skip to content

Commit

Permalink
Drop system setup not needed by containers
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Jan 25, 2024
1 parent a1c3bad commit f8cacb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/common/post-build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
tagline="curiOS — a slim curated container OS"

for start in S40network S51sysrepo-plugind S52netopeer2; do
for start in S02sysctl S20seedrng S40network S51sysrepo-plugind S52netopeer2; do
rm -f "${TARGET_DIR}/etc/init.d/$start"
done

Expand Down

0 comments on commit f8cacb5

Please sign in to comment.