• 2 Posts
  • 2 Comments
Joined 2 years ago
cake
Cake day: July 2nd, 2023

help-circle


  • I haven’t used an immutable distro, but if it’s a problem, I’m sure that there’s a way to defeat the immutability. If it just mounts the root filesystem read-only, then

    # mount -o remount,rw /
    

    Will probably do it.

    It will work until the next reboot (and I believe it won’t work on Fedora 42 as it now uses composefs), on Fedora Atomic Desktops you have to use layers to add additional packages using rpm-ostree

    (Edit: formatting)