diff options
-rw-r--r-- | etc/rc.shutdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.shutdown b/etc/rc.shutdown index 6719414..601cdec 100644 --- a/etc/rc.shutdown +++ b/etc/rc.shutdown @@ -78,7 +78,7 @@ case ${entropy_file} in ;; *) dd if=/dev/random of=${entropy_file_confirmed} \ - bs=4096 count=1 2> /dev/null + bs=16384 count=1 2> /dev/null ;; esac umask ${oumask} |