armbian_build/lib/functions/logging
Ricardo Pardini c692676da7 kernel-debs: postinst/etc: fix: unify is_boot_dev_vfat() function; make work during image build too via env var
- determinining if `/boot` is vfat is more complex than it looks;
  - use a common function to unify across all scripts
- during image build, the kernel install is always done with a non-fat, non-mounted /boot
  - use a special variable passed through the env so unified function can know ahead of time
  - introduce `extra_apt_envs` param to `chroot_sdcard_apt_get()`; array with extra environment vars
- if vfat /boot:
  - `linux-update-symlinks` is not called (Debian would just choke on this)
  - don't even try to symlink Armbian stuff, move instead
- more/better logging board-side (unfortunately mixed in all the set -x debugs)
2023-05-01 22:46:43 +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 Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00
display-alert.sh logging: better logging when ANSI_COLOR=none (eg, during info collection) 2023-04-15 22:43:06 +02:00
export-logs.sh logging: include Repeat Build Args in markdown/ANSI logs 2023-04-21 14:26:33 +02:00
logging.sh logging: better logging when ANSI_COLOR=none (eg, during info collection) 2023-04-15 22:43:06 +02:00
runners.sh kernel-debs: postinst/etc: fix: unify is_boot_dev_vfat() function; make work during image build too via env var 2023-05-01 22:46:43 +02:00
section-logging.sh Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00
stacktraces.sh Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00
trap-logging.sh logging: include Repeat Build Args in markdown/ANSI logs 2023-04-21 14:26:33 +02:00
traps.sh lib: fix: replace undue export statements with declare -g 2023-03-31 09:12:44 +02:00