summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index ca91c42..1c16f05 100644
--- a/etc/rc
+++ b/etc/rc
@@ -203,10 +203,10 @@ yes)
# Entropy below is not great,
# but better than nothing.
(ps -gauxwww; iostat; vmstat; sysctl -a;
- dmesg) | /bin/dd of=/dev/random bs=8k
+ dmesg) | /bin/dd of=/dev/random bs=8k 2>/dev/null
( for i in /etc /var/run ; do
cd $i ; ls -al ; cat *
- done ) | /bin/dd of=/dev/random bs=8k
+ done ) | /bin/dd of=/dev/random bs=8k 2>/dev/null
fi
fi
;;
OpenPOWER on IntegriCloud