Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .spellcheck-en-custom.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ SBOM
SBOMs
spdx
toml
tmp
customizations
entrypoint
fedoraproject
Expand Down
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