diff options
Diffstat (limited to 'core-services')
-rw-r--r-- | core-services/05-misc.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core-services/05-misc.sh b/core-services/05-misc.sh index 8aabaa0..a7d7b19 100644 --- a/core-services/05-misc.sh +++ b/core-services/05-misc.sh @@ -1,5 +1,7 @@ # vim: set ts=4 sw=4 et: +halt -B # for wtmp + if [ -z "$VIRTUALIZATION" ]; then msg "Initializing random seed..." cp /var/lib/random-seed /dev/urandom >/dev/null 2>&1 || true |