ubiquity automatic install stops at keyboard layout chooser
Posted
by
badgerhill
on Server Fault
See other posts from Server Fault
or by badgerhill
Published on 2012-09-06T09:14:32Z
Indexed on
2012/09/06
9:39 UTC
Read the original article
Hit count: 357
ubuntu
|automation
i am trying to automate an ubuntu (12.04.1 64bit) installation using ubiquity & preseed on a desktop live cd. it almost works fine. i edited the txt.cfg and added
label unattended
menu label ^Unattended installation
kernel /casper/vmlinuz
append file=/cdrom/preseed/custom.seed boot=casper initrd=/casper/initrd.lz quiet splash noprompt --
the problem is that, the installer shows the keyboard layout chooser and i have to click next. the correct language & keyboard layout (german) are already preselected.
what am i missing, or what's wrong in my custom.seed file, to automate the next click?
thomas
© Server Fault or respective owner