fix(linux/postins): allow running on rpm-ostree environments#4963
fix(linux/postins): allow running on rpm-ostree environments#4963ReenigneArcher merged 2 commits intoLizardByte:masterfrom
Conversation
|
This change would be rather useful for ublue images as currently they also just runs the same commands to enable kernel mode setting capture, just manually or via the ujust helper script. Would be especially useful after a brew update, because the path of the executable changes every update and setcap needs to be run every time that happens to make sure capture doesn't break. |
|
Bundle ReportBundle size has no change ✅ |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4963 +/- ##
==========================================
- Coverage 18.20% 18.19% -0.01%
==========================================
Files 108 108
Lines 23409 23409
Branches 10330 10330
==========================================
- Hits 4261 4259 -2
- Misses 14152 15886 +1734
+ Partials 4996 3264 -1732
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
|



Description
Allow running postinst on rpm-ostree environments, more specifically for brew installs to allow Kernel Mode Setting.
Output of running the modified postinst script on Bazzite:
And after running and restarting the sunshine service, the kernel mode setting capture method can be used.
Screenshot
Issues Fixed or Closed
Roadmap Issues
Type of Change
Checklist
AI Usage