Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.

Commit 7f7e852

Browse files
committed
docs: add info about /tmp
1 parent 0e02b05 commit 7f7e852

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.spellcheck-en-custom.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ SBOM
1919
SBOMs
2020
spdx
2121
toml
22+
tmp
2223
customizations
2324
entrypoint
2425
fedoraproject

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ Make sure to have the required `osbuild` RPMs installed:
8484
$ sudo dnf install osbuild osbuild-depsolve-dnf
8585
```
8686

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

8994
### Listing

0 commit comments

Comments
 (0)