[00:06] If I do an install with the alternate cd does it leave a preseed file somewhere on the target filesystem showing the options I selected? Lets say I want to install a system, record the settings, and then replay it. [00:08] think I found it. [00:08] $ debconf-get-selections --installer > file [08:58] Hi. I want to install kde-plasma-desktop in a script. I try "atp-get -y kde-plasma-desktop". But its stops asking for kdm etc. I want to make installation silent :( Any help [09:10] nosdaemon: "DEBIAN_FRONTEND=noninteractive apt-get -y install foo" might help. [09:10] nosdaemon: Depending on what is asking questions, you weren't terribly clear. [09:51] Is working :) [09:55] infinity, Thanks :) you maybe know way kickstart cant select nic (em49)? I have multiple interface. I try "d-i netcfg/choose_interface select auto" and "d-i netcfg/choose_interface select em49" [09:56] nosdaemon: Not sure off the top of my head, sorry. [10:29] infinity, Thanks anyway :) [12:22] infinity, Would you be kind enough to run an update on ubuntu-mate-meta please? [12:32] flexiondotorg: Sure. [12:52] infinity, Thanks. [13:14] nosdaemon: d-i typically sets up networking before the preseed is read, so you might need to pass netcfg/choose_interface=em49 as a kernel parameter, so it's read earlier [13:25] flexiondotorg: Does this incredibly large diff look right to you? http://paste.ubuntu.com/11244826/ [13:58] infinity, Yes. I've completely restructured the seeds. Looks correct. [13:58] flexiondotorg: Alright. Uploading. [13:58] infinity, Thanks. [14:08] infinity, I may want to make some changes to ubuntu-cdimage, last time I did this it was a bit confusing which branch to work against. [14:09] infinity, Is is lp:ubuntu-cdimage or something else? [14:17] flexiondotorg: That should do, yes. [14:18] infinity, Actually. I'm wrong. What repo are the isolinux boot screen/theme in? [14:26] flexiondotorg: https://code.launchpad.net/~ubuntu-cdimage/debian-cd/ubuntu [14:26] flexiondotorg: data/wily [15:10] infinity, Thanks.