armbian-build/lib/functions
ColorfulRhino 0bf3ba7607 cli: Fix DEFAULT_OVERLAYS array
Shellcheck errors/warnings were:
In lib/functions/rootfs/distro-agnostic.sh line 155:
	display_alert "Adding to extlinux.conf" "fdtoverlays=${DEFAULT_OVERLAYS[@]}" "debug"
                                                         ^--------------------^ SC2145 (error): Argument mixes string and array. Use * or separate argument.

In lib/functions/rootfs/distro-agnostic.sh line 156:
	echo "  fdtoverlays ${DEFAULT_OVERLAYS[@]}" >> "$SDCARD/boot/extlinux/extlinux.conf"
                        ^--------------------^ SC2145 (error): Argument mixes string and array. Use * or separate argument.

In lib/functions/rootfs/distro-agnostic.sh line 193:
	if [[ -n $DEFAULT_OVERLAYS && -f "${SDCARD}"/boot/armbianEnv.txt ]]; then
             ^---------------^ SC2128 (warning): Expanding an array without an index only gives the first element.
2024-06-16 11:23:15 +00:00
..
artifacts create linux-libc-dev when building kernel packages (#6408) 2024-03-25 18:04:26 +01:00
bsp Remove reverse dependency for armbian-config 2024-05-22 15:47:16 +02:00
cli Revert "Added a call to losetup -f" 2024-05-20 15:58:51 +02:00
compilation Add 6.9 compatibility fix for UWE and rewrite rockchip64 kernel config 2024-06-06 15:35:08 +02:00
configuration Enhance build times disabling command-not-found during rootfs creation (#6616) 2024-06-09 16:00:18 +02:00
general limit git-sources.json file generation to specific commands 2024-05-21 20:26:33 +02:00
host Add doas support to is_root_or_sudo_prefix 2024-05-21 20:27:03 +02:00
image Revert "Added a call to losetup -f" 2024-05-20 15:58:51 +02:00
logging rootfs-create: if debootstrap second stage fails, find debootstrap.log and show it so we know what the error is 2024-04-07 13:22:11 +02:00
main double quote variable for consistency 2024-06-09 18:24:38 +02:00
rootfs cli: Fix DEFAULT_OVERLAYS array 2024-06-16 11:23:15 +00:00