aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiam McLoughlin <hexxeh@hexxeh.net>2011-08-19 13:55:33 +0100
committerLiam McLoughlin <hexxeh@hexxeh.net>2011-08-19 13:55:33 +0100
commit807087ab81950036be78738778bdb55c929624a5 (patch)
tree4fda0ba392c3f4204b4ba8007edfa9d2959fec74
parentGentoo-style initscript, fix extlinux config and installer password arg (diff)
downloadgentoaster-807087ab81950036be78738778bdb55c929624a5.tar.gz
gentoaster-807087ab81950036be78738778bdb55c929624a5.tar.bz2
gentoaster-807087ab81950036be78738778bdb55c929624a5.zip
Fix default keyboard config
-rw-r--r--web/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/config.php b/web/config.php
index 9d86c0c..49d87b6 100644
--- a/web/config.php
+++ b/web/config.php
@@ -13,7 +13,7 @@
define("SIMULTANEOUS_BUILDS", false);
// What should we set as the default keyboard layout?
- define("DEFAULT_KEYBOARD", "gb");
+ define("DEFAULT_KEYBOARD", "uk");
// What should we set as the default timezone?
define("DEFAULT_TIMEZONE", "Europe/London");