Skip to content

Commit

Permalink
v9.1
Browse files Browse the repository at this point in the history
- DietPi-Installer | Do NOT install haveged on any other system than those 3 with ancient kernels
  • Loading branch information
MichaIng committed Feb 1, 2024
1 parent 9acca8f commit 611f346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/images/dietpi-installer
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ setenv rootuuid "true"' /boot/boot.cmd
)

# Install entropy daemon on SBCs with ancient kernel: NanoPi M2/T2/Fire2, NanoPi M3/T3/Fire3, Sparky SBC
if [[ ! $G_HW_MODEL =~ ^(61|62|70)$ ]]
if [[ $G_HW_MODEL =~ ^(61|62|70)$ ]]
then
aPACKAGES_REQUIRED_INSTALL+=('haveged')
# https://github.com/MichaIng/DietPi/issues/4710
Expand Down

0 comments on commit 611f346

Please sign in to comment.