installer: unbrand and use @DISTRONAME@

Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
This commit is contained in:
Christian Hewitt 2025-04-19 15:40:47 +00:00
parent 2525a6d73d
commit d7c7c37ab2
No known key found for this signature in database

View File

@ -281,9 +281,9 @@ EOF
cat << EOF > $TMPDIR/part1/EFI/BOOT/grub.cfg
set timeout="0"
set default="LibreELEC"
set default="@DISTRONAME@"
menuentry "LibreELEC" {
menuentry "@DISTRONAME@" {
search --set -f /KERNEL
linux /KERNEL boot=UUID=$UUID_SYSTEM disk=UUID=$UUID_STORAGE quiet
}