Ubuntu 10.10 / Debian预先键盘来源种子

使用Ubuntu 10.10备用的预定义文件,我无法跳过“键盘的起源”问题。 任何想法为什么? 我的预置文件如下所示

#### Contents of the preconfiguration file (for squeeze) ### Localization # Preseeding only locale sets language, country and locale. di debian-installer/locale string en_US # The values can also be preseeded individually for greater flexibility. #di debian-installer/language string en #di debian-installer/country string NL #di debian-installer/locale string en_GB.UTF-8 # Optionally specify additional locales to be generated. #di localechooser/supported-locales en_US.UTF-8, nl_NL.UTF-8 # Keyboard selection. # Disable automatic (interactive) keymap detection. di console-setup/ask_detect boolean false di console-setup/modelcode string skip-config di 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): #di 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 

我希望有一点帮助,抱歉的混乱:)

干杯,Karl Kloppenborg。

来自: https : //askubuntu.com/questions/89185/what-is-the-correct-way-of-setting-up-an-abnt2-keyboard-layout-in-preseed/258570#258570

AFAIK你需要所有的

 di keyboard-configuration/variant select English (US) di console-keymaps-at/keymap select us di keyboard-configuration/xkb-keymap select us 

并可能

 console-setup/ask_detect=false console-setup/layoutcode=us keyboard-configuration/xkb-keymap=us 

在你的txt.cfg的附加行(或任何isolinuxconfiguration)