mirror of
https://github.com/kiviktnm/decman.git
synced 2026-09-19 12:08:28 +00:00
Add note about building packages to README.md
This commit is contained in:
@@ -236,7 +236,9 @@ decman.user_packages.append(
|
|||||||
))
|
))
|
||||||
```
|
```
|
||||||
|
|
||||||
Building of foreign packages happens in a chroot. This creates some overhead, but ensures clean builds. Build packages are stored in a cache `/var/cache/decman`. By default decman keeps 3 most recent versions of all packages.
|
Building of foreign packages happens in a chroot. This creates some overhead, but ensures clean builds. By default the chroot is created to `/tmp/decman/build`. I recommend to use a tempfs for the `/tmp/` directory to speed up builds. Also make sure that the tempfs-partition is large enough. I recommend at least 6 GB.
|
||||||
|
|
||||||
|
Build packages are stored in a cache `/var/cache/decman`. By default decman keeps 3 most recent versions of all packages.
|
||||||
|
|
||||||
### Systemd units
|
### Systemd units
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user