armbian-build/lib/functions
Ricardo Pardini c8baf1c888 runners.sh: introduce chroot_sdcard_custom_with_apt_logic() for reuse
- we've too much logic in `chroot_sdcard_apt_get()` we need to re-use
  for eg debfoster or any extensions that need to manipulate the apt
  cache (which is handled via mounts in that function)
- `chroot_sdcard_apt_get()` now accepts a `chroot_command` env var,
  defaulting to `apt-get`
- `chroot_sdcard_custom_with_apt_logic()` splits the params and calls
  `chroot_command=... chroot_sdcard_apt_get ...` allowing for custom
  calls
2025-06-03 09:57:19 +02:00
..
artifacts artifacts-obtain: pack_artifact_to_local_cache: force a fsync() before packing 2025-05-29 18:31:50 +02:00
bsp Add VENDOR color to BSP and artifacts hashing 2025-03-31 21:37:55 +02:00
cli Refactor armbian-config into install as external package (#7716) 2025-01-20 14:23:28 +01:00
compilation kernel-debs: if make clean fails (logs to bitbucket), do it again, but show the logs 2025-05-29 18:32:47 +02:00
configuration Add Kernel Version Parsing and Custom Description 2025-05-29 19:30:15 +02:00
general extensions: introduce enable_extensions_with_hostdeps_builtin_and_user() 2025-05-29 17:58:28 +02:00
host Rework after review prepare-host.sh 2025-06-03 09:56:09 +02:00
image rootfs-to-image: do not use --sparse, it's _very slow_ on certain IO/FS combos 2025-05-29 17:55:27 +02:00
logging runners.sh: introduce chroot_sdcard_custom_with_apt_logic() for reuse 2025-06-03 09:57:19 +02:00
main feat: Use deb822 APT sources 2025-02-24 09:23:11 +01:00
rootfs lib distro-specific.sh: move armbian GPG to more common location 2025-05-30 04:06:39 +08:00