From ace43f54907d4a82ab746e47d77ed874d719722e Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Tue, 2 May 2023 11:57:04 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Etemplates/grub.tpl.cfg=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/grub.tpl.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/grub.tpl.cfg b/templates/grub.tpl.cfg index ae43ea4..c88dc98 100644 --- a/templates/grub.tpl.cfg +++ b/templates/grub.tpl.cfg @@ -13,12 +13,12 @@ set timeout=30 menuentry "nanodesk %VERSION% Live [EFI/GRUB]" { search --no-floppy --set=root --label NANODESK - linux (\$root)/live/vmlinuz boot=live - initrd (\$root)/live/initrd + linux ($root)/live/vmlinuz boot=live + initrd ($root)/live/initrd } menuentry "nanodesk %VERSION% Live [EFI/GRUB] (nomodeset)" { search --no-floppy --set=root --label NANODESK - linux (\$root)/live/vmlinuz boot=live nomodeset - initrd (\$root)/live/initrd + linux ($root)/live/vmlinuz boot=live nomodeset + initrd ($root)/live/initrd }