about summary refs log tree commit diff
path: root/grub
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2013-11-14 11:52:00 +0100
committerJuan RP <xtraeme@gmail.com>2013-11-14 11:52:00 +0100
commitc80eee86f9eefbb97afdf54ae2dc6203879a7e42 (patch)
tree618da70a4d1887f192ebf0caf8f4b31ffc34b4c3 /grub
parent86297ed6c053bcd94ad669a8721ba4ff185ef855 (diff)
downloadhrmpf-c80eee86f9eefbb97afdf54ae2dc6203879a7e42.tar.gz
hrmpf-c80eee86f9eefbb97afdf54ae2dc6203879a7e42.tar.xz
hrmpf-c80eee86f9eefbb97afdf54ae2dc6203879a7e42.zip
vmklive: drop locale.LANG from kernel cmdline, it's always set to en_US.UTF-8.
Diffstat (limited to 'grub')
-rw-r--r--grub/grub_void.cfg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/grub/grub_void.cfg.in b/grub/grub_void.cfg.in
index 2b63016..8f84fe5 100644
--- a/grub/grub_void.cfg.in
+++ b/grub/grub_void.cfg.in
@@ -30,7 +30,7 @@ if [ cpuid -l ]; then
         linux (${voidlive})/boot/vmlinuz \
 		root=live:CDLABEL=VOID_LIVE ro \
 		rd.luks=0 rd.md=0 rd.dm=0 loglevel=4 gpt add_efi_memmap \
-		vconsole.unicode=1 vconsole.keymap=@@KEYMAP@@ locale.LANG=@@LOCALE@@
+		vconsole.unicode=1 vconsole.keymap=@@KEYMAP@@
         initrd (${voidlive})/boot/initrd.lz
     }
 fi