From 709c06e70e53f6fe5e9c0db826f86f57ec89c746 Mon Sep 17 00:00:00 2001 From: bionel Date: Sat, 2 Jan 2016 16:47:25 +0200 Subject: More cleanup. For other keyboards needed, please submit a serious amount of beer to developpers --- cdroot/boot/grub/grub.cfg | 77 ----------------------------------------------- 1 file changed, 77 deletions(-) diff --git a/cdroot/boot/grub/grub.cfg b/cdroot/boot/grub/grub.cfg index 5e8e8df..bb50ad0 100755 --- a/cdroot/boot/grub/grub.cfg +++ b/cdroot/boot/grub/grub.cfg @@ -150,48 +150,6 @@ submenu "Language Selection" { submenu "Keyboard Selection" { - menuentry "Dvorak" { - echo "Switching to: $chosen" - set bootkeymap=us_dvorak - export bootkeymap - configfile /boot/grub/grub.cfg - } - - menuentry "France" { - echo "Switching to: $chosen" - set bootkeymap=fr_oss - export bootkeymap - configfile /boot/grub/grub.cfg - } - - menuentry "Germany" { - echo "Switching to: $chosen" - set bootkeymap=de - export bootkeymap - configfile /boot/grub/grub.cfg - } - - menuentry "Greece" { - echo "Switching to: $chosen" - set bootkeymap=gr - export bootkeymap - configfile /boot/grub/grub.cfg - } - - menuentry "Hungary" { - echo "Switching to: $chosen" - set bootkeymap=hu - export bootkeymap - configfile /boot/grub/grub.cfg - } - - menuentry "Italy" { - echo "Switching to: $chosen" - set bootkeymap=it - export bootkeymap - configfile /boot/grub/grub.cfg - } - menuentry "Romania" { echo "Switching to: $chosen" set bootkeymap=ro @@ -199,34 +157,6 @@ submenu "Keyboard Selection" { configfile /boot/grub/grub.cfg } - menuentry "Russia" { - echo "Switching to: $chosen" - set bootkeymap=ru - export bootkeymap - configfile /boot/grub/grub.cfg - } - - menuentry "Spain" { - echo "Switching to: $chosen" - set bootkeymap=es - export bootkeymap - configfile /boot/grub/grub.cfg - } - - menuentry "Turkey (Q)" { - echo "Switching to: $chosen" - set bootkeymap=tr - export bootkeymap - configfile /boot/grub/grub.cfg - } - - menuentry "Turkey (F)" { - echo "Switching to: $chosen" - set bootkeymap=tr_f - export bootkeymap - configfile /boot/grub/grub.cfg - } - menuentry "English UK" { echo "Switching to: $chosen" set bootkeymap=gb @@ -241,12 +171,5 @@ submenu "Keyboard Selection" { configfile /boot/grub/grub.cfg } - menuentry "USA Intl." { - echo "Switching to: $chosen" - set bootkeymap=us_intl - export bootkeymap - configfile /boot/grub/grub.cfg - } - } -- cgit v1.2.3