Skip to content
Open
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
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,20 @@ First, configure the variant you'd like to build in `mkosi.local.conf`. For a
desktop system, you'll want the `desktop` and one of `gnome`, `kde`, or
`sway` profiles.

```conf
[Config]
Profiles=desktop,kde
```

When building for a different distribution than the one you are currently running,
you must also specify the distribution and include the required tools:

```conf
[Distribution]
Distribution=arch

[Config]
Profiles=desktop,kde
[Build]
ToolsTreeProfiles=package-manager
```

It is also strongly recommended to write a hashed root password prefixed with
Expand Down