Sujet : Re: Rock Linux on Rpi3
De : theom+news (at) *nospam* chiark.greenend.org.uk (Theo)
Groupes : comp.sys.raspberry-piDate : 20. Apr 2024, 11:52:41
Autres entêtes
Organisation : University of Cambridge, England
Message-ID : <vmx*EEoIz@news.chiark.greenend.org.uk>
References : 1 2 3
User-Agent : tin/1.8.3-20070201 ("Scotasay") (UNIX) (Linux/5.10.0-22-amd64 (x86_64))
Kyonshi <
gmkeros@gmail.com> wrote:
On 4/19/2024 4:09 PM, Björn Lundin wrote:
On 2024-04-19 15:25, Kyonshi wrote:
I installed Rocky Linux 8 on my Rpi (they have an image for Rpi for
Alternative Architectures), now I am wondering if there is an
equivalent to raspi-config that could be used to set some of the
settings. Anyone have experience with using that?
top-right corner - icon with tools - is the gnome settings tool
I use Rocky on intel(x64) and on Apple Arm (UTM)
I don't think there is a specific config tool for rpi in rocky (like
raspi-config)
yeah, no, I installed it headless.
But well, I didn't see anything about a tool either. So I guess there
isn't.
raspi-config is just a shell script:
https://github.com/RPi-Distro/raspi-configso you may be able to run it directly. However a number of the settings
it's changing are Debian-specific. It can perhaps manipulate /boot/config.txt
fine, but changing settings in the OS may not work.
Theo