From bce57c1d7d9537626d363e6c4407b6ac59c8313d Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 31 Mar 2020 12:59:05 +0200 Subject: Mention liveslak version on the boot screen (grub, syslinux) --- grub.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grub.tpl') diff --git a/grub.tpl b/grub.tpl index 6b28e0f..09bc7cb 100644 --- a/grub.tpl +++ b/grub.tpl @@ -40,7 +40,7 @@ if loadfont $prefix/theme/dejavusansmono12.pf2 ; then export theme fi -menuentry "Start @CDISTRO@@DIRSUFFIX@ @SL_VERSION@ @LIVEDE@ Live @VERSION@ ($sl_lang)" --hotkey b { +menuentry "Start @CDISTRO@@DIRSUFFIX@ @SL_VERSION@ @LIVEDE@ liveslak-@VERSION@ ($sl_lang)" --hotkey b { linux ($root)/boot/generic @KAPPEND@ load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 kbd=$sl_kbd tz=$sl_tz locale=$sl_locale xkb=$sl_xkb initrd ($root)/boot/initrd.img } -- cgit v1.2.3