[02:41] I'm having some trouble seeing past the initrd load when installing via a serial console - does anyone here have experience w/ that or know a better form to ask in? [02:41] s/form/forum/ [09:49] ev, hey! [09:49] have you guys made any changes to the way we preseed the live cd in natty lately? [09:50] we are getting some issues when running our preseeded installations [09:50] we still need to get the logs to see what's going on [09:50] but I thought I might ask as well to see if there was something new [09:56] ev may be able to, but personally I can't think of any deliberate changes that haven't had compatibility code inserted to preserve old preseed files [10:02] mmm, OK, we will try to get the logs to see what's going on [10:25] ara: nope [10:25] cjwatson: will do now [12:46] ev: I think you said you were going to follow up to bug 691671? [12:46] Launchpad bug 691671 in ubiquity "Incomplete sentence during install check" [High,Triaged] https://launchpad.net/bugs/691671 [12:49] ev: you said you were going to fix bug 684052 too [12:49] Launchpad bug 684052 in ubiquity "live CD does not have reboot on the power menu after install completes" [High,Triaged] https://launchpad.net/bugs/684052 [12:52] replied to 691671, looking into 684052 again now [12:52] thanks [13:03] All our d-i branches except for debian-installer itself are now rebased on top of git. I suggest shelving any changes you have before updating, and you may well find that you need to do something like 'bzr revert; bzr clean-tree --force' after updating. [13:03] If you have any non-trivial branches you care about merging into our current trunk, then let me know and I can supply you with rebased versions. [13:04] nice, thanks for sorting that [13:05] I'm also in the process of pushing up git mirrors of those so that the d-i team can cherry-pick from them [13:06] Obviously you'll need to reget any upstream branches you have; lp: should work for everything we've imported [13:06] Or you can 'bzr get git://git.debian.org/d-i/' if you have bzr-git installed [13:06] okay [14:43] wubi: evand * r191 lucid/ (data/isolist.ini debian/changelog): Bump Ubuntu and Kubuntu to 10.04.2. [14:59] phew, wubi 10.04.2 up. Building a chroot and installing dependencies takes way too long on a t-mobile 3g dongle. [17:31] during a server install (normal mode) is it possible to install grub manually by flipping to a console? grub-installer is there but not grub-install [17:33] you can bind-mount /dev, /proc, and /sys into /target, chroot to /target, and run grub-install in the chroot [17:33] grub-installer is definitely not what you want [17:36] right, thx