Add note about building packages to README.md

This commit is contained in:
Kivi Kaitaniemi
2024-05-21 19:04:36 +03:00
parent d36fec6e03
commit 741e6611ce
+3 -1
View File
@@ -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