From 39b7394d93be88f1694f46f6e0f4c5205eeff96d Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sun, 9 Dec 2007 13:52:03 +0000 Subject: uppercase values --- conf.d.Linux/clock | 2 +- conf.d.Linux/keymaps | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'conf.d.Linux') diff --git a/conf.d.Linux/clock b/conf.d.Linux/clock index 02471b2d..686b1751 100644 --- a/conf.d.Linux/clock +++ b/conf.d.Linux/clock @@ -1,7 +1,7 @@ # Set clock_adjtime if you wish hwclock to try and handle clock drift. # Don't set this if you run a ntp service or anything else that handles # clock drift. -clock_adjtime="no" +clock_adjtime="NO" # If you wish to pass any other arguments to hwclock during bootup, # you may do so here. Alpha users may wish to use --arc or --srm here. diff --git a/conf.d.Linux/keymaps b/conf.d.Linux/keymaps index 0ff0d90c..781999e5 100644 --- a/conf.d.Linux/keymaps +++ b/conf.d.Linux/keymaps @@ -6,7 +6,7 @@ keymap="us" # Should we first load the 'windowkeys' console keymap? Most x86 users will # say "yes" here. Note that non-x86 users should leave it as "no". -windowkeys="no" +windowkeys="NO" # The maps to load for extended keyboards. Most users will leave this as is. extended_keymaps="" @@ -20,4 +20,4 @@ dumpkeys_charset="" # Some fonts map AltGr-E to the currency symbol ¤ instead of the Euro € # To fix this, set to "yes" -fix_euro="no" +fix_euro="NO" -- cgit v1.2.3