Skip to content

Commit

Permalink
v9.6 (#7143)
Browse files Browse the repository at this point in the history
- DietPi-Installer | Remove pre-v9.6 steps
  • Loading branch information
MichaIng authored Jul 7, 2024
2 parents 7f5ece1 + f6a6fd2 commit d0fd8e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .build/images/dietpi-installer
Original file line number Diff line number Diff line change
Expand Up @@ -814,8 +814,6 @@ setenv rootuuid "true"' /boot/boot.cmd
G_DIETPI-NOTIFY 2 'Applying DietPi live patches to fix known bugs in this version'
for i in "${!G_LIVE_PATCH[@]}"
do
# ToDo: Temporarily skip live patch 0 on NanoPi R6C, which cannot succeed here, but will be applied later in this script
(( $G_HW_MODEL == 79 && $HW_VARIANT == 2 && $i == 0 )) && [[ ${G_LIVE_PATCH_DESC[i]} == *'NanoPi R6C' ]] && continue
if eval "${G_LIVE_PATCH_COND[$i]}"
then
G_DIETPI-NOTIFY 2 "Applying live patch $i"
Expand Down Expand Up @@ -1137,7 +1135,7 @@ _EOF_
78) model='rock-5b' kernel='rk35xx' branch='legacy';;
79) kernel='rk35xx' branch='legacy'
case $HW_VARIANT in
2) model='nanopi-r6c'; G_EXEC sed -i 's/r6s/r6c/' /etc/apt/sources.list.d/dietpi.list;; # ToDo: Temporarily assure correct APT component, until DietPi v9.6 release
2) model='nanopi-r6c';;
3) model='nanopct6';;
*) model='nanopi-r6s';;
esac;;
Expand Down

0 comments on commit d0fd8e5

Please sign in to comment.