День добрый. Как я понял эти параметры надо передавать ядру:
# Locale sets language and country. d-i debian-installer/locale string en_US This is the first of a number of values that must get set as kernel parameters. You'd think it was enough to have this set in the preseed file, but not so. You must pass the string locale=en_US to the kernel or you'll be prompted for language. # Keyboard selection. d-i console-keymaps-at/keymap select us Same story - it doesn't matter what's in the pressed file. You can even comment it out. You must pass the string console-keymaps-at/keymap=us to the kernel or you'll be prompted for the keyboard. On Tue, 12 Oct 2010 02:28:46 +0400 George Shuklin <[email protected]> wrote: > Добрый день. > > У кого-нибудь получается сделать preseed'инг netinst squeeze? У меня там > дурацкий вопрос про keyboard layout появляется, и мне не удалось найти > ответа, который бы его устроил. > > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact [email protected] > Archive: http://lists.debian.org/[email protected] > Gavrilov Vasiliy <[email protected]> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

