armbian-build/lib/functions
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
..
artifacts add dockerproxy to accelerate ghcr.io 2023-04-18 09:28:25 +02:00
bsp bsp-cli/distro-agnostic: introduce KEEP_ORIGINAL_OS_RELEASE=yes so Debian/Ubuntu PRETTY_NAME is left unchanged in /etc/os-release 2023-04-15 22:43:06 +02:00
cli 🔥 JSON info pipeline: v18 2023-05-01 22:46:25 +02:00
compilation 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
configuration interactive: desktop: use set_interactive_config_value() so user-selected desktop options appear in repeat build args 2023-04-21 14:26:33 +02:00
general 🔥 JSON info pipeline: v18 2023-05-01 22:46:25 +02:00
host Fixed execution rights docker.sh 2023-04-22 20:08:26 +02:00
image 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
logging 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
main interactive: sort the params included in Repeat Build Options; don't quote values 2023-04-21 14:26:33 +02:00
rootfs 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