<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 12pt; color: #000000'>Hello,<br>
<br>
&nbsp; It seems that no matter what I try I cannot get the ubuntu installer
to take the locale and keyboard directives from my preseed file.&nbsp;
Everything else is fully automated but these two still force me to
manually enter the values.&nbsp; I have tested this with 10.4 server and
9.10 server (both amd64) and both exhibit the same thing.&nbsp; I have put the preseed
sections for my local and keyboard below.<br>
<br>
&nbsp; Any ideas?&nbsp; My preseed is based on the provided example from ubuntu website.<br>
<br>
Thanks in advance.<br>
<br>
### Localization<br>
# Locale sets language and country.<br>
d-i debian-installer/locale string en_US<br>
<br>
# Keyboard selection.<br>
# Disable automatic (interactive) keymap detection.<br>
d-i console-setup/ask_detect boolean false<br>
#d-i console-setup/modelcode string pc105<br>
d-i console-setup/layoutcode string us<br>
# To select a variant of the selected layout (if you leave this out, the<br>
# basic form of the layout will be used):<br>
#d-i console-setup/variantcode string dvorak</div></body></html>