burrow-pi-img/stage3/04-hwrng/00-run-chroot.sh
2017-09-06 11:06:13 +03:00

6 lines
106 B
Bash
Executable File

#!/bin/sh
echo 'HRNGDEVICE=/dev/hwrng' | tee --append /etc/default/rng-tools
systemctl enable rng-tools