summaryrefslogtreecommitdiff
path: root/default-config
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2006-10-03 18:45:06 +0000
committerAaron Griffin <aaron@archlinux.org>2006-10-03 18:45:06 +0000
commit078a5d06a4f8aaf7ea0edb630efbbdfcc95d4b48 (patch)
treeee8fa1f7595df9619b49b701df789ae801b50101 /default-config
parent04b5d186582c4523881661137909cc369aaa003f (diff)
Added keyboard and color selection for grub configuration
git-svn-id: http://phraktured.net/archiso@19 00a9fe69-e71b-0410-bb23-df0e5024db41
Diffstat (limited to 'default-config')
-rw-r--r--default-config/boot/grub/colors.lst33
-rw-r--r--default-config/boot/grub/keyboards.lst108
-rw-r--r--default-config/boot/grub/menu.lst4
-rw-r--r--default-config/boot/grub/settings.lst13
4 files changed, 157 insertions, 1 deletions
diff --git a/default-config/boot/grub/colors.lst b/default-config/boot/grub/colors.lst
new file mode 100644
index 0000000..6e5c6a8
--- /dev/null
+++ b/default-config/boot/grub/colors.lst
@@ -0,0 +1,33 @@
+#color schemes - ganked from SGD ( http://freshmeat.net/projects/supergrub/?branch_id=62132&release_id=236631 )
+# TODO change these and make some more... specifically an "arch" theme
+timeout 300
+default 0
+color light-blue/blue black/light-grey
+splashimage=/boot/splash.xpm.gz
+
+title Barlond
+color white/cyan yellow/blue
+
+title Barlond2
+color white/blue yellow/cyan
+
+title Simple Black
+color light-gray/black yellow/blue
+
+title Matrix
+color green/black light-green/green
+
+title Dalton Bros.
+color red/green green/red
+
+title Debian
+color cyan/blue white/blue
+
+title BW
+color light-gray/black black/light-gray
+
+title BW Inverse
+color black/light-gray
+
+title SGD Non Default
+color black/cyan yellow/black
diff --git a/default-config/boot/grub/keyboards.lst b/default-config/boot/grub/keyboards.lst
new file mode 100644
index 0000000..643ecfb
--- /dev/null
+++ b/default-config/boot/grub/keyboards.lst
@@ -0,0 +1,108 @@
+#keyboard layouts - ganked from SGD ( http://freshmeat.net/projects/supergrub/?branch_id=62132&release_id=236631 )
+# TODO add other languages
+timeout 300
+default 0
+color light-blue/blue black/light-grey
+splashimage=/boot/splash.xpm.gz
+
+title Default layout
+setkey
+
+title German layout
+setkey y z
+setkey z y
+setkey Y Z
+setkey Z Y
+setkey equal parenright
+setkey parenright parenleft
+setkey parenleft asterisk
+setkey doublequote at
+setkey plus bracketright
+setkey minus slash
+setkey slash ampersand
+setkey ampersand percent
+setkey percent caret
+setkey underscore question
+setkey question underscore
+setkey semicolon less
+setkey less numbersign
+setkey numbersign backslash
+setkey colon greater
+setkey greater bar
+setkey asterisk braceright
+
+
+title Spanish layout
+setkey
+setkey slash ampersand
+setkey ampersand caret
+setkey caret braceleft
+setkey asterisk braceright
+setkey parenleft asterisk
+setkey parenright parenleft
+setkey minus slash
+setkey equal parenright
+setkey quote minus
+setkey underscore question
+setkey question underscore
+setkey braceleft quote
+setkey braceright backslash
+setkey colon greater
+setkey greater bar
+setkey doublequote at
+setkey backslash backquote
+setkey less backslash
+setkey semicolon less
+setkey plus colon
+setkey at semicolon
+
+title French layout
+setkey
+setkey less backquote
+setkey greater tilde
+setkey ampersand 1
+setkey 1 exclam
+setkey tilde 2
+setkey 2 at
+setkey doublequote 3
+setkey 3 numbersign
+setkey quote 4
+setkey 4 dollar
+setkey parenleft 5
+setkey 5 percent
+setkey minus 6
+setkey 6 caret
+setkey backquote 7
+setkey 7 ampersand
+setkey underscore 8
+setkey 8 asterisk
+setkey backslash 9
+setkey 9 parenleft
+setkey at 0
+setkey 0 parenright
+setkey parenright minus
+setkey numbersign underscore
+setkey a q
+setkey A Q
+setkey z w
+setkey Z W
+setkey caret bracketleft
+setkey dollar bracketright
+setkey q a
+setkey Q A
+setkey m semicolon
+setkey M colon
+setkey bracketleft quote
+setkey percent doublequote
+setkey asterisk backslash
+setkey bracketright bar
+setkey w z
+setkey W Z
+setkey comma m
+setkey question M
+setkey semicolon comma
+setkey period less
+setkey colon period
+setkey slash greater
+setkey exclam slash
+setkey bar question
diff --git a/default-config/boot/grub/menu.lst b/default-config/boot/grub/menu.lst
index dac552a..4885944 100644
--- a/default-config/boot/grub/menu.lst
+++ b/default-config/boot/grub/menu.lst
@@ -1,4 +1,3 @@
-
timeout 300
default 0
color light-blue/blue black/light-grey
@@ -11,6 +10,9 @@ initrd /boot/archlive.img
title Tools...
configfile /boot/grub/tools.lst
+title Grub Settings...
+configfile /boot/grub/settings.lst
+
title View Help...
configfile /boot/grub/help.lst
diff --git a/default-config/boot/grub/settings.lst b/default-config/boot/grub/settings.lst
new file mode 100644
index 0000000..a2dfd3b
--- /dev/null
+++ b/default-config/boot/grub/settings.lst
@@ -0,0 +1,13 @@
+timeout 300
+default 0
+color light-blue/blue black/light-grey
+splashimage=/boot/splash.xpm.gz
+
+title << Back to Main Menu
+configfile /boot/grub/menu.lst
+
+title Keyboard settings
+configfile /boot/grub/keyboards.lst
+
+title Color settings
+configfile /boot/grub/colors.lst