mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
rng-tools: New package.
The rng daemon will be installed by default and will also be installed when a hardware random number generator is found. It will then read random data from the hardware random number generator and will feed it into the kernel's entropy pool. If no HW RNG is available, a warning will be printed at boot time.
This commit is contained in:
@@ -225,6 +225,7 @@ etc/rc.d/rcsysinit.d/S75firstsetup
|
||||
etc/rc.d/rcsysinit.d/S80localnet
|
||||
etc/rc.d/rcsysinit.d/S90sysctl
|
||||
etc/rc.d/rcsysinit.d/S91network-vlans
|
||||
etc/rc.d/rcsysinit.d/S92rngd
|
||||
etc/rc.d/rc3.d/S15fireinfo
|
||||
#etc/sysconfig
|
||||
etc/sysconfig/createfiles
|
||||
|
||||
@@ -232,6 +232,7 @@ etc/rc.d/rcsysinit.d/S75firstsetup
|
||||
etc/rc.d/rcsysinit.d/S80localnet
|
||||
etc/rc.d/rcsysinit.d/S90sysctl
|
||||
etc/rc.d/rcsysinit.d/S91network-vlans
|
||||
etc/rc.d/rcsysinit.d/S92rngd
|
||||
etc/rc.d/rc3.d/S15fireinfo
|
||||
#etc/sysconfig
|
||||
etc/sysconfig/createfiles
|
||||
|
||||
4
config/rootfiles/common/rng-tools
Normal file
4
config/rootfiles/common/rng-tools
Normal file
@@ -0,0 +1,4 @@
|
||||
usr/bin/rngtest
|
||||
usr/sbin/rngd
|
||||
#usr/share/man/man1/rngtest.1
|
||||
#usr/share/man/man8/rngd.8
|
||||
1
config/rootfiles/core/76/filelists/rng-tools
Symbolic link
1
config/rootfiles/core/76/filelists/rng-tools
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/rng-tools
|
||||
Reference in New Issue
Block a user