Page MenuHomeFreeBSD

D3933.1785189396.diff
No OneTemporary

Size
453 B
Referenced Files
None
Subscribers
None

D3933.1785189396.diff

Index: usr.sbin/bsdinstall/scripts/entropy
===================================================================
--- usr.sbin/bsdinstall/scripts/entropy
+++ usr.sbin/bsdinstall/scripts/entropy
@@ -26,4 +26,8 @@
#
# $FreeBSD$
-dd if=/dev/random of=$BSDINSTALL_CHROOT/entropy bs=4096 count=1
+for i in "$BSDINSTALL_CHROOT/entropy" "$BSDINSTALL_CHROOT/boot/entropy"; do
+ dd if=/dev/random of="$i" bs=4096 count=1
+ chown 0:0 "$i"
+ chmod 600 "$i"
+done

File Metadata

Mime Type
text/plain
Expires
Mon, Jul 27, 9:56 PM (15 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29282373
Default Alt Text
D3933.1785189396.diff (453 B)

Event Timeline