Skip to content

Commit

Permalink
Merge pull request #140 from PixelDoted/master
Browse files Browse the repository at this point in the history
Adds a note about "Read-only filesystem" when testing
  • Loading branch information
Drakulix authored Sep 18, 2023
2 parents 61dd56c + 091d3ff commit be4b9ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ After starting systemd-sysext.service (`sudo systemctl enable --now systemd-syse
**Note**: An extension created this way will be linked against specific libraries on your system and will not work on other distributions.
It also requires the previously mentioned libraries/dependencies at runtime to be installed in your system (the system extension does not carry these libraries).

**Read-Only Filesystem**: If you're not on an immutable distro you may notice that `/usr/` and `/opt/` are read-only.
this is caused by `systemd-sysext` being enabled, when you are done testing you can disable `systemd-sysext` (`sudo systemctl disable --now systemd-sysext`)

It is thus no proper method for long term deployment.

### Packaging
Expand Down

0 comments on commit be4b9ea

Please sign in to comment.