From f8cacb5d625192eca3e7994a7730c8b442ff025c Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 25 Jan 2024 17:51:30 +0100 Subject: [PATCH] Drop system setup not needed by containers Signed-off-by: Joachim Wiberg --- board/common/post-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/common/post-build.sh b/board/common/post-build.sh index 4d9c37c..c69416d 100755 --- a/board/common/post-build.sh +++ b/board/common/post-build.sh @@ -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