Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions doc/manpages/qvm-features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,23 @@ avoid calling `qubes.SetMonitorLayout` in this qube.

Default: send monitor layout

no-default-kernelopts
^^^^^^^^^^^^^^^^^^^^^

When set, qube starts without the default kernel options, but with options
provided by the ``kernelopts`` property. Be aware that the default kernel
options include ``root=...``.

Default: start with default kernel options and ``kernelopts`` options

no-nomodeset
^^^^^^^^^^^^

Omits ``nomodeset`` from default kernel options.

Default: start with ``nomodeset`` kernel option unless GPU is attached to the
qube.

internal
^^^^^^^^

Expand Down