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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ Make sure to have the required `osbuild` RPMs installed:
$ sudo dnf install osbuild osbuild-depsolve-dnf
```

Check if there is enough space in /tmp, as some larger image configurations may
need to create larger temporary files. For technical reasons (SELinux), the
image builder cannot be configured to use a directory other than /tmp; in this
case, enabling (or increasing) swap space will do the trick.

## Examples

### Listing
Expand Down
Loading