Comment
This commit is contained in:
parent
428f8cc133
commit
5e3efcc0e2
|
@ -354,6 +354,8 @@ chroot "$rootdir" freedombone-image-hardware-setup 2>&1 | \
|
||||||
|
|
||||||
rm $rootdir/usr/sbin/policy-rc.d
|
rm $rootdir/usr/sbin/policy-rc.d
|
||||||
|
|
||||||
|
# Set up HRNG for systems known to have one
|
||||||
|
# Otherwise install haveged
|
||||||
if [[ "$MACHINE" != "beaglebone" ]]; then
|
if [[ "$MACHINE" != "beaglebone" ]]; then
|
||||||
chroot $rootdir apt-get -y install haveged
|
chroot $rootdir apt-get -y install haveged
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue