armbian-build/lib/functions/logging
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
..
capture.sh capture: set globals CAPTURED_VARS_NAMES and CAPTURED_VARS_ARRAY (instead of CAPTURED_VARS_ARRAY that was space-delimited); filter and sort last-minute 2023-03-31 09:12:44 +02:00
debug-dump.sh
display-alert.sh Run shellfmt to complete code 2024-06-22 19:22:24 +02:00
export-logs.sh export-logs: use multiple paste servers in order until one works 2025-02-22 22:35:45 -03:00
logging.sh Run shellfmt to complete code 2024-06-22 19:22:24 +02:00
runners.sh runners.sh: introduce chroot_sdcard_custom_with_apt_logic() for reuse 2025-06-03 09:57:19 +02:00
section-logging.sh
stacktraces.sh stacktraces: introduce get_stacktrace_element_by_index() to get a specific stracktrace element 2023-11-25 13:38:10 +01:00
trap-logging.sh Beautify shellfmt and add board configs to formatting list (#6910) 2024-07-08 17:00:38 +02:00
traps.sh config_post_main: sanity checks for RELEASE (vs ARCH) and RELEASE+DESKTOP_ENVIRONMENT (vs ARCH) 2023-08-23 21:35:02 +02:00