summaryrefslogtreecommitdiff
path: root/mk/image.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-27 18:17:51 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-27 18:18:07 +0200
commit120fa5a3bfee8bdbdf2441cdd1b5aff0e4513db4 (patch)
tree580cd6c1f4c3c8a392b4473581844f5a5dc768c5 /mk/image.mk
parente31aa3edfc7f6508e73b30d76bb1c82a4b5e8b2d (diff)
rework service startup, do not hardcode into postinst scripts
Diffstat (limited to 'mk/image.mk')
-rw-r--r--mk/image.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/image.mk b/mk/image.mk
index cfd50f475..c9108ef14 100644
--- a/mk/image.mk
+++ b/mk/image.mk
@@ -41,6 +41,7 @@ extra-install:
@if [ ! -z $(extra) ];then $(CP) $(extra)/* ${TARGET_DIR};fi
image-prepare-post:
+ $(BASH) $(ADK_TOPDIR)/scripts/update-rcconf
rng=/dev/arandom; test -e $$rng || rng=/dev/urandom; \
dd if=$$rng bs=512 count=1 >>${TARGET_DIR}/etc/.rnd 2>/dev/null; \
chmod 600 ${TARGET_DIR}/etc/.rnd