Skip to content

Commit d7aab42

Browse files
committed
dietpi-installer: add passwd as dependency and Radxa Zero kernel family
On Forky, cron dropped the adduser > passwd dependency, rendering ifupdown as the only left core package, which keeps passwd installed. We do not install ifupdown on container images, but strictly need passwd for several scripts. And of course, it is still the standard tool to manage users and their passwords from console. The kernel family for the Radax Zero was an oversight, when the default was changed from meson64 to empty string.
1 parent c446ae1 commit d7aab42

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.build/images/dietpi-installer

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,6 +970,7 @@ _EOF_'
970970
'locales' # Support locales, used by dietpi-config > Language/Regional Options > Locale
971971
'mawk' # Minimal awk implementation
972972
'nano' # Simple text editor
973+
'passwd' # useradd/usermod/chpasswd/...
973974
'parted' # partprobe + drive partitioning, used by DietPi-Drive_Manager
974975
'procps' # "kill", "ps", "pgrep", "sysctl", used by several DietPi scripts
975976
'psmisc' # "killall", used by several DietPi scripts
@@ -1152,7 +1153,7 @@ _EOF_
11521153
*) model='rockpi-4b';;
11531154
esac;;
11541155
73) model='rockpi-s' kernel='rockchip64';;
1155-
74) model='radxa-zero';;
1156+
74) model='radxa-zero' kernel='meson64';;
11561157
76) kernel='rockchip64'
11571158
case $HW_VARIANT in
11581159
2) model='nanopi-r5c';;

0 commit comments

Comments
 (0)