Introduce a rc script for persistent helloSystem specific system changes
- Dominant language
- Shell
- Stars
- 847
- Forks
- 66
- PR merge metrics
- No merged PRs in 30d
Description
Since package updates can overwrite files that we have modified or removed in helloSystem, we need a way to allow for package updates without resorting to `pkg lock`.
Example: `/usr/local/share/dbus-1/services/org.gtk.vfs.UDisks2VolumeMonitor.service` must not be present in helloSystem, yet updating the package will reinstall it.
The idea is to apply the helloSystem specific system changes on each system boot and maybe also after every package installation/update by running an rc script.
This can potentially address
* https://github.com/helloSystem/Filer/issues/65
* https://github.com/helloSystem/ISO/issues/14
* Parts of https://github.com/helloSystem/hello/issues/161
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.