armbian-build/lib/functions/host
Ricardo Pardini eab306b279 tmpfs: introduce USE_TMPFS=no to disable tmpfs usage for WORKDIR and package-specific working dirs; actually use $temp_dir_id for mktemp; see #5502
- `USE_TMPFS=no` disables usage of generic tmpfs mechanism (still possibly used for rootfs/image building, which is unrelated), for last-resort cases
- use better/more descriptive `temp_dir_id`'s for kernel build than `k` (now `kernel_dest_install_dir`) and `kd` (now `kernel_debs_temp_dir`)
  - specific image/dtb/headers packaging already had decent names, same for other .deb's
- replace `mktemp -d` with `mktemp -d --tmpdir "${temp_dir_id}-XXXXX"` in `prepare_temp_dir_in_workdir_and_schedule_cleanup()`, so we know what's using what in tmpfs
2023-07-24 23:19:15 +02:00
..
apt-cacher-ng.sh Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00
basic-deps.sh Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00
docker.sh docker: default COLUMNS env var to 160 if unset / not-interactive 2023-07-01 14:55:49 +02:00
external-toolchains.sh Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00
host-release.sh artifacts: introduce PRE_PREPARED_HOST=yes: allow running pre-prepared host CLI's for artifacts that require aggregation 2023-04-15 22:43:06 +02:00
host-utils.sh apt_purge_unneeded_packages_and_clean_apt_caches(): count files, don't use du: avoid WARNs when not needed; tolerate 1 file 2023-05-15 17:43:25 +02:00
mktemp-utils.sh tmpfs: introduce USE_TMPFS=no to disable tmpfs usage for WORKDIR and package-specific working dirs; actually use $temp_dir_id for mktemp; see #5502 2023-07-24 23:19:15 +02:00
mountpoints.sh bsp-cli/BETA: fixes for bsp-cli bootscript hashing; don't normalize bootscript vars; debugging for BETA=yes/no stuff 2023-05-25 19:30:40 +02:00
prepare-host.sh prepare-host: check_host_has_enough_disk_space(): don't check if dir does not exist; fixes #5246 2023-06-02 19:32:40 +02:00
tmpfs-utils.sh tmpfs: introduce USE_TMPFS=no to disable tmpfs usage for WORKDIR and package-specific working dirs; actually use $temp_dir_id for mktemp; see #5502 2023-07-24 23:19:15 +02:00
wsl2.sh Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00