Skip to content

Commit

Permalink
v7.1
Browse files Browse the repository at this point in the history
+ DietPi-PREP | 64-bit RPi systems do not require to 32-bit architecture anymore, as the firmware packages are now provided via raspberrypi-userland sources, which are automatically installed already: https://archive.raspberrypi.org/debian/pool/main/r/raspberrypi-userland/
  • Loading branch information
MichaIng authored Apr 22, 2021
1 parent f589f9f commit a544757
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions PREP_SYSTEM_FOR_DIETPI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1399,8 +1399,7 @@ _EOF_'
G_EXEC eval "debconf-set-selections <<< 'console-setup console-setup/charmap47 select UTF-8'"
G_EXEC setupcon --save

# G_HW_ARCH specific
G_DIETPI-NOTIFY 2 'Applying G_HW_ARCH specific tweaks:'
G_DIETPI-NOTIFY 2 'Applying architecture-specific tweaks:'
if (( $G_HW_ARCH == 10 )); then

G_EXEC_DESC='Removing foreign i386 DPKG architecture' G_EXEC dpkg --remove-architecture i386
Expand Down Expand Up @@ -1430,12 +1429,11 @@ _EOF_

elif (( $G_HW_ARCH == 3 )); then

(( $G_HW_MODEL > 9 )) && G_EXEC_DESC='Removing foreign armhf DPKG architecture' G_EXEC dpkg --remove-architecture armhf
G_EXEC_DESC='Removing foreign armhf DPKG architecture' G_EXEC dpkg --remove-architecture armhf

fi

# G_HW_MODEL specific
G_DIETPI-NOTIFY 2 'Applying G_HW_MODEL specific tweaks:'
G_DIETPI-NOTIFY 2 'Applying board-specific tweaks:'
if (( $G_HW_MODEL != 20 )); then

G_EXEC_DESC='Configuring hdparm'
Expand Down

0 comments on commit a544757

Please sign in to comment.