diff options
author | James Meyer <james.meyer@operamail.com> | 2012-04-22 17:30:09 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-04-22 17:30:09 (GMT) |
commit | c1bdd67c2bd61b308aed7fdd207c20dcf4e74229 (patch) | |
tree | 437b0acae3d17c44a1f0e31c421d393442203308 | |
parent | 7eb5c8a2169ff8f58a0c0d49a751271cd62a4276 (diff) | |
download | linhes_dev-c1bdd67c2bd61b308aed7fdd207c20dcf4e74229.zip |
profile, rc.conf change utf8 to utf-8. This is needed because utf8 is not picked up by mythtv as being valid.
-rwxr-xr-x | build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/post_process/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/post_process/rc.conf b/build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/post_process/rc.conf index 1d2bb7f..43a275f 100755 --- a/build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/post_process/rc.conf +++ b/build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/post_process/rc.conf @@ -15,7 +15,7 @@ # CONSOLEMAP: found in /usr/share/kbd/consoletrans # USECOLOR: use ANSI color sequences in startup messages # -LOCALE="en_US.utf8" +LOCALE="en_US.utf-8" HARDWARECLOCK="UTC" TIMEZONE="US/Central" KEYMAP="us" |