I'm getting a failed systemd-modules-load unit due to bcm2708-rng missing:
$this->bbcode_second_pass_code('', '
cat /etc/modules-load.d/raspberrypi.conf
bcm2708-rng
snd-bcm2835
')
$this->bbcode_second_pass_code('', '
# modprobe bcm2708-rng
modprobe: FATAL: Module bcm2708-rng not found in directory /lib/modules/4.4.7-4-ARCH
')
4.4.7-4 is indeed my current kernel
thanks