Hello, 

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. Everything else is 
fully automated but these two still force me to manually enter the values. I 
have tested this with 10.4 server and 9.10 server (both amd64) and both exhibit 
the same thing. I have put the preseed sections for my local and keyboard 
below. 

Any ideas? My preseed is based on the provided example from ubuntu website. 

Thanks in advance. 

### Localization 
# Locale sets language and country. 
d-i debian-installer/locale string en_US 

# Keyboard selection. 
# Disable automatic (interactive) keymap detection. 
d-i console-setup/ask_detect boolean false 
#d-i console-setup/modelcode string pc105 
d-i console-setup/layoutcode string us 
# To select a variant of the selected layout (if you leave this out, the 
# basic form of the layout will be used): 
#d-i console-setup/variantcode string dvorak 
-- 
Ubuntu-installer mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-installer

Reply via email to