No…as it does not receive an IP-adress from the rooter…but only with your image.
When I use the official dbian image from here…no issues:
https://wiki.radxa.com/RockpiS/downloads
…but no dietpi…
there seem to be a new hardware revision: RockpiS/hardware/revisions - Radxa Wiki and they as well refer to hints on changed software requirement which are beyond my level of understnading…
when I try to use your script on the latest version of the debian published by the producer, I dont even come to the point of seein a menu:
rock@rockpis:~$ sudo bash -c "$(curl -sSfL 'https://raw.githubusercontent.com/MichaIng/DietPi/master/.build/images/dietpi-installer')"
[sudo] password for rock:
Get:1 http://apt.radxa.com/buster-stable buster InRelease [2363 B]
Get:2 http://httpredir.debian.org/debian buster InRelease [122 kB]
Get:3 http://httpredir.debian.org/debian buster-updates InRelease [56.6 kB]
Get:4 http://security.debian.org buster/updates InRelease [34.8 kB]
Get:5 http://httpredir.debian.org/debian buster-backports InRelease [51.4 kB]
Get:6 http://apt.radxa.com/buster-stable buster/main arm64 Packages [22.3 kB]
Get:7 http://httpredir.debian.org/debian buster/main arm64 Packages [7739 kB]
Get:8 http://security.debian.org buster/updates/main arm64 Packages [342 kB]
Get:9 http://httpredir.debian.org/debian buster/non-free arm64 Packages [53.9 kB]
Get:10 http://httpredir.debian.org/debian buster/contrib arm64 Packages [38.4 kB]
Get:11 http://httpredir.debian.org/debian buster-updates/main arm64 Packages [8780 B]
Get:12 http://httpredir.debian.org/debian buster-backports/contrib arm64 Packages [8532 B]
Get:13 http://httpredir.debian.org/debian buster-backports/main arm64 Packages [484 kB]
Get:14 http://httpredir.debian.org/debian buster-backports/non-free arm64 Packages [24.7 kB]
Fetched 8989 kB in 8s (1176 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
FATAL -> Failed to fork.
[FAILED] Unable to install whiptail, please try to install it manually:
rock@rockpis:~$ sudo apt install whiptail
Reading package lists... Done
Building dependency tree
Reading state information... Done
FATAL -> Failed to fork.
OK, I understand that the failed to fork means low memory, so I tried to initiate you dietpi script on a Rock Pi E with 512mb…there I get menues etc…
BUT the same issue as with the BBG: The scripts identifies that I have buster installed, but later unter Diept-Pi-Prep it says:
"Currently installed: buster (ID:5) as a text, not selectable
but to be selected are only two other options:
6: Bullseye
7. Bookworm
As the code is:
# Distro selection
DISTRO_LIST_ARRAY=(
'6' ': Bullseye (current stable release, recommended)'
'7' ': Bookworm (testing, if you want to live on bleeding edge)'
)
LAter than there is again code for Buster…
So the question is: HAve you intentionally deleted the line
'5 ': Buster
when you created the array of selectable distros ?
Can we have it back, please ? As this script is especially necessary for builds which you dont support…