We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546221a commit 3ce4ed1Copy full SHA for 3ce4ed1
.build/images/dietpi-installer
@@ -450,7 +450,8 @@ _EOF_
450
esac
451
G_WHIP_MENU_ARRAY+=(
452
'' '●─ Other '
453
- '75' ': Container image'
+ '75.1' ': Container image without network'
454
+ '75.2' ': Container image with network'
455
'22' ': Generic device'
456
)
457
@@ -864,8 +865,8 @@ setenv rootuuid "true"' /boot/boot.cmd
864
865
local apackages
866
mapfile -t apackages < <(apt-mark showmanual)
867
- # Containers: keep necessary packages to avoid losing network connectivity
868
- if [[ ${apackages[0]} && $G_HW_MODEL == 75 ]]
+ # Containers with network: keep necessary packages to avoid losing network connectivity
869
+ if [[ ${apackages[0]} && $G_HW_MODEL == 75 && $HW_VARIANT == 2 ]]
870
then
871
rpackages=(
872
'ifupdown'
0 commit comments