=== mpt [n=mpt@121-72-135-240.dsl.telstraclear.net] has joined #ubuntu-installer [12:15] joejaxx: possibly extra cruft in sources.list? [12:15] saispo: udev, since hoary [12:16] saispo: up to dapper we used devfs-style paths, although not devfs proper; from edgy on we use normal device paths too [12:17] cjwatson: i just have the the one line in the sources.list.udeb.local [12:18] -the [12:24] what's that line? [12:27] deb http://archive.ubuntu.com/ubuntu feisty main main/debian-installer restricted [12:31] that's bogus. if you're going to write sources.list.udeb.local yourself (it's not automatically generated) then it MUST be correct. [12:31] either remove it and let it be autogenerated, or remove 'main' and 'restricted' and leave just 'main/debian-installer' === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-installer [01:39] cjwatson: i initially did this on edgy when i had only the main/installer i whould not download the udebs it worked after i added the main [01:39] cjwatson: that is why i had added main [01:40] cjwatson: but main/installer works by itself on feisty i should have just tried the original method [01:40] cjwatson: thanks === avoine [n=avoine@modemcable068.14-82-70.mc.videotron.ca] has joined #ubuntu-installer [11:24] hi === cjwatson_ [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-installer === mcquaid [n=mcquaid@toronto-hs-216-138-233-79.s-ip.magma.ca] has joined #ubuntu-installer [02:32] cjwatson: is d-i partman-auto/disk string /dev/discs/disc0/disc depreceated ? [02:35] yes, won't work in edgy [02:35] use /dev/hda or /dev/sda as appropriate; and you must also preseed 'd-i partman-auto/method string regular' [02:38] ok, i don't know this [02:38] thks [02:38] not possible to have a trick for using the first hard drive ? [02:38] if i don't know it's an scsi drive or an ide drive [02:42] I've fixed that in feisty, but it's not easy in edgy [02:42] 'clearpart --all' in Kickstart will do that [02:42] you can mix Kickstart and plain preseeding fairly freely using the 'preseed' Kickstart extension [02:43] ok [02:43] or script a thing in shell ? [02:43] in feisty (maybe not actually landed in images yet) you can preseed partman-auto/method to regular and just leave partman-auto/disk unpreseeded, and it will use the first disk if and only if there is only one [02:43] k [02:44] can i backport feisty installer version for edgy or not ? [02:44] saispo: yes, it's possible to do it using preseed/early_command, but it's not straightforward and I don't have a recipe for you [02:44] k [02:44] if you attempt to backport the installer, you get to keep all the many pieces into which it will most likely break [02:44] k :/ [02:44] not a great solution :) [02:45] thanks for your help [02:45] your project is very interesting ! :) [02:46] you can look at kickseed/handlers/clearpart.sh (apt-get source kickseed) for ideas if you want to go the early_command route [02:46] k === stgraber [n=stgraber@client80-83-51-125.abo.net2000.ch] has joined #ubuntu-installer === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-installer [07:01] ubiquity: cjwatson * r1816 ubiquity/ (8 files in 4 dirs): [07:01] ubiquity: * Ship an apport hook instead of calling apport directly from the GTK [07:01] ubiquity: frontend. [09:14] cjwatson: have you got the time to explain somethings ? [09:17] i need explication between preseed, seeds and tasks [09:17] preseed is the file for automatic answering and parameter for debconf [09:18] seeds is for the file will be include in the cd ? deps will be calculate by germinate, ok ? but not used for installing packages on the system ? [09:18] and what is tasks ? [09:18] if i have an error, tell me :) i try to draw the schemas on a paper :) [11:02] cjwatson: is it possible to roll a new d-i for dapper-proposed, now that there is a new kernel? [11:02] I mean rebuild it for -proposed === mpt [n=mpt@121-72-135-240.dsl.telstraclear.net] has joined #ubuntu-installer