Skip to content

Commit d3afc80

Browse files
committed
disk-image-{minimal,mfs-root}: Don't override kern.random.harvest.mask
This drops software entropy sources and results in RNG-less FPGA environments severely lacking any usable entropy. Whilst improving performance is useful, doing so at the expense of actually working is not.
1 parent 6e51d93 commit d3afc80

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pycheribuild/files/minimal-image/etc/sysctl.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,3 @@ machdep.unaligned_log_pps_limit=0
66

77
# Large core dumps and slow SDCards don't mix.
88
kern.coredump=0
9-
10-
# Don't collect entropy from software interupts (saves ~2% from intr on DE4)
11-
kern.random.harvest.mask=767

0 commit comments

Comments
 (0)