Added keyboard and color selection for grub configuration
git-svn-id: http://phraktured.net/archiso@19 00a9fe69-e71b-0410-bb23-df0e5024db41
This commit is contained in:
parent
04b5d18658
commit
078a5d06a4
33
default-config/boot/grub/colors.lst
Normal file
33
default-config/boot/grub/colors.lst
Normal file
@ -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
|
108
default-config/boot/grub/keyboards.lst
Normal file
108
default-config/boot/grub/keyboards.lst
Normal file
@ -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
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
timeout 300
|
timeout 300
|
||||||
default 0
|
default 0
|
||||||
color light-blue/blue black/light-grey
|
color light-blue/blue black/light-grey
|
||||||
@ -11,6 +10,9 @@ initrd /boot/archlive.img
|
|||||||
title Tools...
|
title Tools...
|
||||||
configfile /boot/grub/tools.lst
|
configfile /boot/grub/tools.lst
|
||||||
|
|
||||||
|
title Grub Settings...
|
||||||
|
configfile /boot/grub/settings.lst
|
||||||
|
|
||||||
title View Help...
|
title View Help...
|
||||||
configfile /boot/grub/help.lst
|
configfile /boot/grub/help.lst
|
||||||
|
|
||||||
|
13
default-config/boot/grub/settings.lst
Normal file
13
default-config/boot/grub/settings.lst
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user