From a86c5df80d8cb74f31be9f4c578090fca40fb5d3 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 7 Jun 2021 11:14:40 +0000 Subject: [PATCH] core158: Ship rng-tools Signed-off-by: Michael Tremer --- config/rootfiles/core/158/filelists/rng-tools | 1 + config/rootfiles/core/158/update.sh | 1 + 2 files changed, 2 insertions(+) create mode 120000 config/rootfiles/core/158/filelists/rng-tools diff --git a/config/rootfiles/core/158/filelists/rng-tools b/config/rootfiles/core/158/filelists/rng-tools new file mode 120000 index 0000000000..a7853e41b3 --- /dev/null +++ b/config/rootfiles/core/158/filelists/rng-tools @@ -0,0 +1 @@ +../../../common/rng-tools \ No newline at end of file diff --git a/config/rootfiles/core/158/update.sh b/config/rootfiles/core/158/update.sh index 2568ea836c..faebef012d 100644 --- a/config/rootfiles/core/158/update.sh +++ b/config/rootfiles/core/158/update.sh @@ -57,6 +57,7 @@ ldconfig # Start services /etc/init.d/vnstatd restart +/etc/init.d/rngd restart # This update needs a reboot... #touch /var/run/need_reboot -- 2.39.5