this post was submitted on 08 Dec 2024
9 points (100.0% liked)
Linux 101 stuff. Questions are encouraged, noobs are welcome!
1086 readers
1 users here now
Linux introductions, tips and tutorials. Questions are encouraged. Any distro, any platform! Explicitly noob-friendly.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You can't permanently override the read-only nature of your system. You can create a temporary overlay that allows you to edit certain directories like
/usr
and/etc
, but you can't create something persistent. It will revert on reboot, and you'll have a broken installation of your Garmin software.Iirc, doesn't
/var/etc
exist? Can you place what you need there instead?I'll try /var/etc and let you know. But besides that am I understanding you correctly that nothing at all will be persistant? Even the overlay will reset itself?
Edit: /var doesn't have an etc folder and it's also in the read only section. Also, home/username/.var doesn't have an etc folder either