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
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 graphical interface neither browser needs to be started locally.

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

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

:::tip Technical tip
Expand Down