[13:47] rbelem, Hey. I was just looking at http://paste.ubuntu.com/163710/ [13:48] I wondered how you determined the preseeding information? [13:48] i guess that would break with intrepid images where we didnt put initrd.gz into the casper subdir [13:48] persia, :-) [13:48] would need a conditional that checks which release the image is from [13:49] persia, hum... i just saw how it is in the jaunty image :-) [13:49] The jaunty image still has that! I thought I fixed it. Hrm. [13:49] The hardcoded reference to ports.ubuntu.com would break images for i386 or amd64. [13:50] persia, thats true, so we need to add some conditionals to check architecture and ubuntu version, right? [13:51] Or just drop it. The bug that it didn't know lpia was ports was fixed in jaunty (I should have fixed it in the right place the first time, rather than preseeding around it) [13:52] persia, ah! cool! so let's drop it [13:53] The other part that I was uncertain about was the syslinux menu. It seems to hardcode mid.seed, rather than using ${SEEDFILE}, which doesn't seem always correct to me. [13:54] you right. i just made it work for jaunty ubuntu-mid lpia [13:54] So, do you want to fiddle with it some more, or do you want me to add it to my list? [13:55] persia, i will fix that and send back to you ;-) [13:56] rbelem, Could I convince you to branch it from bzr, and submit your modified branch there for merging? It's easier to track than pastebins. [13:56] Start with bzr branch lp:~ubuntu-mobile-dev/ubuntu-mobile/mobile-scripts [13:57] persia, i did not do that because i'm not very familiar with bzr yet [13:57] rbelem, OK. Quick summary: [13:57] `bzr branch` gets you a working directory. [13:57] make your changes. [13:58] `bzr commit` creates a local commit on the branch. [13:58] `bzr push lp*~rbelem/ubuntu-mobile/mobile-scripts` pushes your branch (including your commits) to LP for easy review. [13:58] Just be sure to commit everything before you push. [13:59] persia, i thinking in write something like "bzr for git users" [14:00] They are semantically so different that it's tricky to communicate concepts. Good luck. [14:00] *I'm [14:00] :-) [14:00] ogra, persia, thanks for the comments [14:01] rbelem, Thanks for bringing this up to date :) [14:01] :-)