Skip to content
Merged
Changes from 1 commit
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
7 changes: 7 additions & 0 deletions docs/user/boot_options/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,13 @@ inst.dud=label://UPDATES/package.rpm
proxy=http://192.168.122.1:3128
```

- `systemd.unit`: standard way to change target for systemd boot. It is useful for head-less mode
when wayland neither browsers needs to be started locally.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It'd rather use more generic term "graphical interface" instead of Wayland.

  • It applies to both Wayland and X11.
  • Many people are not familiar with the Wayland name yet.


```text
systemd.unit=multi-user.target
```

<!-- TODO: move this tip to a better place -->

:::tip Technical tip
Expand Down