about summary refs log tree commit diff
path: root/core-services/05-misc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'core-services/05-misc.sh')
-rw-r--r--core-services/05-misc.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/core-services/05-misc.sh b/core-services/05-misc.sh
index 3468e9c..d63ce6b 100644
--- a/core-services/05-misc.sh
+++ b/core-services/05-misc.sh
@@ -4,6 +4,7 @@ install -m0664 -o root -g utmp /dev/null /run/utmp
 halt -B  # for wtmp
 
 if [ -z "$VIRTUALIZATION" ]; then
+    msg "Seeding random number generator..."
     seedrng || true
 fi