Document kernel option-related features#435
Document kernel option-related features#435RandyTheOtter wants to merge 1 commit intoQubesOS:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #435 +/- ##
==========================================
+ Coverage 76.17% 76.24% +0.07%
==========================================
Files 53 53
Lines 9312 9325 +13
==========================================
+ Hits 7093 7110 +17
+ Misses 2219 2215 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
doc/manpages/qvm-features.rst
Outdated
| no-default-kernelopts | ||
| ^^^^^^^^^^^^^^^^^^^^^ | ||
|
|
||
| When set, qube is started without default kernel options, which include |
There was a problem hiding this comment.
Maybe add something like:
| When set, qube is started without default kernel options, which include | |
| When set, qube is started without default kernel options (in addition to kernelopts property), which include |
to make it clear it's about options not already visible in kernelopts property.
There was a problem hiding this comment.
This way it may seem like this feature disables both... (although the next sentence should clarify it to the reader)
Perhaps something like this:
| When set, qube is started without default kernel options, which include | |
| When set, qube is started without default kernel options, which include | |
| ``root=...``. This feature does not affect options provided by the | |
| ``kernelopts`` property. |
It also makes it obvious that kernelopts works regardless of no-default-kernelopts
|
When ready for review, please squash the commits. |
9c5395a to
f8b35f4
Compare
|
Marek isn't answering, I follow my assumption of his intent |
No description provided.