ubiquity automatic install stops at keyboard layout chooser
- by badgerhill
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 --
This is my custom.seed file
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?