Используя файл preseed для альтернативы Ubuntu 10.10, я не могу пропустить вопрос «Происхождение клавиатуры». Есть идеи, почему? Мой файл preseed приведен ниже Ссылка на ссылку Вот
#### Contents of the preconfiguration file (for squeeze)
### Localization
# Preseeding only locale sets language, country and locale.
d-i debian-installer/locale string en_US
# The values can also be preseeded individually for greater flexibility.
#d-i debian-installer/language string en
#d-i debian-installer/country string NL
#d-i debian-installer/locale string en_GB.UTF-8
# Optionally specify additional locales to be generated.
#d-i localechooser/supported-locales en_US.UTF-8, nl_NL.UTF-8
# Keyboard selection.
# Disable automatic (interactive) keymap detection.
d-i console-setup/ask_detect boolean false
d-i console-setup/modelcode string skip-config
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
просто добавив здесь комментарий, надеюсь, это немного поможет ...
Мне удалось обойти эту проблему, поместив свои настройки в файл загрузки по умолчанию для моего запуска pxe, как показано ниже: vi pxelinux.cfg / default:
установка по умолчанию
установка ярлыка
menu label ^Install
menu default
kernel ubuntu-installer/i386/linux
append ramdisk_size=14984 locale=en_US console-setup/ask_detect=false console-setup/layoutcode=us netcfg/choose_interface=eth1 netcfg/get_hostname=testserver url=http://10.255.0.1/ubuntu-preseeds/preseed.cfg vga=normal initrd=ubuntu-installer/i386/initrd.gz -- quiet
Надеюсь, это немного поможет, извините за беспорядок :)
Привет, Карл Клоппенборг.
AFAIK вам нужно все
d-i keyboard-configuration/variant select English (US)
d-i console-keymaps-at/keymap select us
d-i keyboard-configuration/xkb-keymap select us
и возможно
console-setup/ask_detect=false console-setup/layoutcode=us keyboard-configuration/xkb-keymap=us
в вашей строке добавления txt.cfg (или любой другой конфигурации isolinux)