mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-11 17:40:29 +00:00
Fix grub 40_custom template
This commit is contained in:
parent
43c371c80a
commit
6345c41894
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ linux_entry ()
|
||||||
{
|
{
|
||||||
os="$1"
|
os="$1"
|
||||||
version="$2"
|
version="$2"
|
||||||
args="$4"
|
args="$3"
|
||||||
|
|
||||||
title="$(gettext_quoted "%s, with Linux %s")"
|
title="$(gettext_quoted "%s, with Linux %s")"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue