Removing illegal / not needed character from username

We don't need @ and some scripts are failing because of this.
This commit is contained in:
Igor Pecovnik 2024-03-06 01:21:00 +01:00
parent d1ee68731a
commit 2fd27695f9
No known key found for this signature in database
GPG Key ID: AC67DF56D680226A

View File

@ -13,7 +13,7 @@
#
declare -g BOARD_NAME="UEFI x86 (QEMU)"
declare -g BOARDFAMILY="uefi-x86"
declare -g BOARD_MAINTAINER="@davidandreoletti"
declare -g BOARD_MAINTAINER="davidandreoletti"
declare -g KERNEL_TARGET="legacy,current,edge"
declare -g SERIALCON="tty1,ttyS0"