remove remnants of SKIP_BOOTSPLASH

This commit is contained in:
Gunjan Gupta
2024-01-17 03:40:33 +05:30
parent e7b2090c73
commit a57329d611
21 changed files with 2 additions and 32 deletions

View File

@@ -7,7 +7,6 @@
# https://github.com/armbian/build/
#
declare -g SERIALCON="tty1" # Cant reasonably expect UEFI stuff to have a serial console. Customize if otherwise.
declare -g SKIP_BOOTSPLASH="yes" # No splash.
declare -g UEFI_GRUB_TIMEOUT=${UEFI_GRUB_TIMEOUT:-3} # Default 3-seconds timeout for GRUB menu.
declare -g BOARD_FIRMWARE_INSTALL="-full" # Install full firmware for UEFI boards
declare -g DISTRO_GENERIC_KERNEL=no