summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbionel <ionel.busuioc@gmail.com>2016-01-02 16:47:25 +0200
committerbionel <ionel.busuioc@gmail.com>2016-01-02 16:47:25 +0200
commit709c06e70e53f6fe5e9c0db826f86f57ec89c746 (patch)
tree64a4aad5843e798aa433ef25a5b8aa3d117f8bd6
parent8dc23995e3f5faa4594821e1d3249b95f6855b1b (diff)
More cleanup. For other keyboards needed, please submit a serious amount of beer to developpers
-rwxr-xr-xcdroot/boot/grub/grub.cfg77
1 files changed, 0 insertions, 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
- }
-
}