Skip to content
Snippets Groups Projects
Commit 606fc689 authored by Moritz Holtz's avatar Moritz Holtz
Browse files

grub.cfg: updated linux cmdline

the locale options were not recognized properly.
parent 2382ef8f
Branches
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ function LoadCasper { ...@@ -72,7 +72,7 @@ function LoadCasper {
} }
menuentry "Empfohlen: ${lip_flavor} ${lip_version}${lip_extra_info} ${bits}bit (deutsch)" { menuentry "Empfohlen: ${lip_flavor} ${lip_version}${lip_extra_info} ${bits}bit (deutsch)" {
set cmdline="debian-installer/locale=de_DE console-setup/layoutcode=de" set cmdline="debian-installer/language=de keyboard-configuration/layoutcode?=de"
LoadCasper LoadCasper
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment