diff options
author | Philip Paeps <philip@FreeBSD.org> | 2008-10-17 14:40:03 +0000 |
---|---|---|
committer | Philip Paeps <philip@FreeBSD.org> | 2008-10-17 14:40:03 +0000 |
commit | 7dbb8c4cc3ed5a6fe74600f18458610fce68b267 (patch) | |
tree | 64b26e651aae45935a9a1789ec5cf4309362aede /usr.sbin/sysinstall | |
parent | 554fad8449182de33c6c3e0fa9cefae8665cf527 (diff) |
Adjust default keymaps for Ireland and Channel Islands. They use the UK
keymap. You can learn some interesting things in the PR database!
PR: conf/124411
Submitted by: Doctor Modiford <freebsd -at- modiford.com>
MFC after: 3 days
Notes
Notes:
svn path=/head/; revision=183977
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r-- | usr.sbin/sysinstall/keymap.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/keymap.c b/usr.sbin/sysinstall/keymap.c index b8f015d2d995..21b5e0943b9e 100644 --- a/usr.sbin/sysinstall/keymap.c +++ b/usr.sbin/sysinstall/keymap.c @@ -82,6 +82,10 @@ keymapMenuSelect(dialogMenuItem *self) {"se", "swedish"}, {"ch", "swiss"}, {"gb", "uk"}, + {"gg", "uk"}, + {"ie", "uk"}, + {"im", "uk"}, + {"je", "uk"}, {NULL, NULL} }; const char *country, *lang; |