aboutsummaryrefslogtreecommitdiff
path: root/rc.shutdown
diff options
context:
space:
mode:
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-xrc.shutdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/rc.shutdown b/rc.shutdown
index 38b22b0..8363737 100755
--- a/rc.shutdown
+++ b/rc.shutdown
@@ -37,6 +37,7 @@ stat_busy "Saving Random Seed"
POOL_FILE=/proc/sys/kernel/random/poolsize
if [[ -r $POOL_FILE ]]; then
read POOL_SIZE < $POOL_FILE
+ (( POOL_SIZE /= 8 ))
else
POOL_SIZE=512
fi