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.
|
||
|---|---|---|
| .. | ||
| apt-install.sh | ||
| apt-sources.sh | ||
| create-cache.sh | ||
| customize.sh | ||
| distro-agnostic.sh | ||
| distro-specific.sh | ||
| post-tweaks.sh | ||
| qemu-static.sh | ||
| rootfs-create.sh | ||
| rootfs-desktop.sh | ||
| systemd-utils.sh | ||
| trap-rootfs.sh | ||