mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
installer: unbrand and use @DISTRONAME@
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
This commit is contained in:
parent
2525a6d73d
commit
d7c7c37ab2
@ -281,9 +281,9 @@ EOF
|
|||||||
|
|
||||||
cat << EOF > $TMPDIR/part1/EFI/BOOT/grub.cfg
|
cat << EOF > $TMPDIR/part1/EFI/BOOT/grub.cfg
|
||||||
set timeout="0"
|
set timeout="0"
|
||||||
set default="LibreELEC"
|
set default="@DISTRONAME@"
|
||||||
|
|
||||||
menuentry "LibreELEC" {
|
menuentry "@DISTRONAME@" {
|
||||||
search --set -f /KERNEL
|
search --set -f /KERNEL
|
||||||
linux /KERNEL boot=UUID=$UUID_SYSTEM disk=UUID=$UUID_STORAGE quiet
|
linux /KERNEL boot=UUID=$UUID_SYSTEM disk=UUID=$UUID_STORAGE quiet
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user