Skip to content

Commit be4b9ea

Browse files
authored
Merge pull request #140 from PixelDoted/master
Adds a note about "Read-only filesystem" when testing
2 parents 61dd56c + 091d3ff commit be4b9ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ After starting systemd-sysext.service (`sudo systemctl enable --now systemd-syse
8585
**Note**: An extension created this way will be linked against specific libraries on your system and will not work on other distributions.
8686
It also requires the previously mentioned libraries/dependencies at runtime to be installed in your system (the system extension does not carry these libraries).
8787

88+
**Read-Only Filesystem**: If you're not on an immutable distro you may notice that `/usr/` and `/opt/` are read-only.
89+
this is caused by `systemd-sysext` being enabled, when you are done testing you can disable `systemd-sysext` (`sudo systemctl disable --now systemd-sysext`)
90+
8891
It is thus no proper method for long term deployment.
8992

9093
### Packaging

0 commit comments

Comments
 (0)