[arch-general] How do I uncomment a locale?
Karol Blazewicz
karol.blazewicz at gmail.com
Tue Dec 13 18:43:50 EST 2011
On Wed, Dec 14, 2011 at 12:40 AM, Grant McDuling
<mcduling at optusnet.com.au> wrote:
> Hi, I am busy installing Arch core and am stuck at configuring the locale-gen part of the process. I am asked to uncomment the locales I need. Does this mean to delete them? There is a long list of them and I presume I need to delete all except the Australian ones (in my case). Do I simply delete them from this screen?
'#' at the beginning of the line indicates a comment
# commented
# commented
# commented
uncommented
# commented
...
Simply edit the file and remove '#' from the lines you need.
More information about the arch-general
mailing list