[08:53] oem-config: cjwatson * r497 oem-config/ (configure configure.ac): bump to 1.45 [08:55] oem-config: cjwatson * r498 oem-config/ (debian/changelog scripts/tzsetup): [08:55] oem-config: * Restore lost change from 1.38: [08:55] oem-config: - Don't fail to set the locale if the mirror/country question doesn't [08:55] oem-config: exist. [09:04] oem-config: cjwatson * r499 oem-config/debian/ (changelog rules): Add oem to /usr/lib/oem-config/user/reserved-usernames (LP: #251056). [09:10] oem-config: cjwatson * r500 oem-config/ (debian/changelog scripts/localechooser-apply): [09:10] oem-config: Set LANG in /etc/default/locale even if it isn't there already [09:10] oem-config: (LP: #249550). [09:25] oem-config: cjwatson * r501 oem-config/ (debian/changelog lib/frontend/gtk_ui.py): Ensure that some widget is focused after changing page (LP: #241367). [09:26] ubiquity: cjwatson * r2737 ubiquity/ (debian/changelog ubiquity/frontend/gtk_ui.py): Ensure that some widget is focused after changing page (LP: #241367). [09:35] user-setup: cjwatson * r108 ubuntu/ (3 files in 2 dirs): [09:35] user-setup: Add preseedable passwd/auto-login question; if set to true, configure [09:35] user-setup: gdm and kdm for automatic login (LP: #241372). [09:37] user-setup: cjwatson * r109 ubuntu/debian/changelog: releasing version 1.20ubuntu4 [09:46] oem-config: cjwatson * r502 oem-config/ (67 files in 7 dirs): Add an auto-login option, currently GTK-only (LP: #241372). [10:36] ubiquity: cjwatson * r2738 ubiquity/ (compat/depmod debian/changelog debian/ubiquity.install-any): [10:36] ubiquity: Add a no-op compatibility shim for depmod. Some d-i code calls it after [10:36] ubiquity: calling anna-install in order to make sure that new kernel modules are [10:36] ubiquity: installed properly; this is unnecessary and slow in the live CD [10:36] ubiquity: environment (LP: #251117). [14:30] cjwatson: Do you think auto-login is not appropriate for ubiquity, or have you just not had a chance to port it? [14:30] haven't had a chance [14:30] ok, I'll take care of it then [14:33] I was working on the basis of "hey, the Lexington guys only *asked* for it for oem-config", anyway ;-) [14:33] ah, haha [14:34] hesitant to add too many knobs and switches? [14:34] something like that [14:34] fair enough [14:38] * cjwatson <- not too worried either way [14:41] ok [16:09] shouldn't the prepare function of language.py in ubiquity and oem-config also remove the langlevel file? Failing to do so causes a crash if localechooser doesn't finish, but is called a second time (exiting at the language page and restarting ubiquity/oem-config) [17:06] I get this message from apt when pointing at the ubuntu mirror... The following packages have unmet dependencies: [17:06] elilo-installer: Depends: efi-modules but it is not installable [17:06] partman-efi: Depends: efi-modules but it is not installable [17:06] E: Broken packages [17:12] you can reproduce this by setting your sources.list to [17:12] deb http://ftp.ubuntu.com/ubuntu hardy main restricted universe multiverse [17:12] deb http://ftp.ubuntu.com/ubuntu hardy-security main restricted universe multiverse [17:12] deb http://ftp.ubuntu.com/ubuntu hardy-updates main restricted universe multiverse [17:12] deb http://ftp.ubuntu.com/ubuntu hardy-proposed main restricted universe multiverse [17:12] deb http://ftp.ubuntu.com/ubuntu hardy main/debian-installer [17:12] deb http://ftp.ubuntu.com/ubuntu hardy-security main/debian-installer [17:12] deb http://ftp.ubuntu.com/ubuntu hardy-updates main/debian-installer [17:12] deb http://ftp.ubuntu.com/ubuntu hardy-proposed main/debian-installer [17:12] deb http://ftp.ubuntu.com/ubuntu hardy restricted/debian-installer [17:13] deb http://ftp.ubuntu.com/ubuntu hardy-security restricted/debian-installer [17:13] deb http://ftp.ubuntu.com/ubuntu hardy-updates restricted/debian-installer [17:13] deb http://ftp.ubuntu.com/ubuntu hardy-proposed restricted/debian-installer [17:13] deb http://ftp.ubuntu.com/ubuntu hardy universe/debian-installer [17:13] deb http://ftp.ubuntu.com/ubuntu hardy-security universe/debian-installer [17:13] deb http://ftp.ubuntu.com/ubuntu hardy-updates universe/debian-installer [17:13] deb http://ftp.ubuntu.com/ubuntu hardy-proposed universe/debian-installer [17:13] and trying to install elilo-installer or partman-efi [17:34] giosue_c: dratted kernel guys rearranging their udeb lists all the time *mutter* [17:35] seems to be built into the i386 kernel at least [17:35] is there a tool that can run against a repository to check that all deps are closed? [17:36] giosue_c: this actually makes precisely zero difference in practice, in this case [17:36] giosue_c: the d-i equivalent of apt doesn't mind missing dependencies [17:36] ah [17:36] right [17:36] and putting */debian-installer in /etc/apt/sources.list is very much unsupported :) [17:37] :) [17:37] there is a tool to verify dependency closure, and we run it on the normal bits of our archive (well, at least main and restricted - unfortunately it's too slow to handle universe/multiverse) [17:37] http://people.ubuntu.com/~ubuntu-archive/testing/intrepid_probs.html [17:37] oh cool. [17:37] (I really didn't expect that to be empty ...) [17:37] actually I think it's broken, hmm [17:38] is the tool in launchpad? [17:39] no, it's a light modification of Debian's "britney" tool [17:39] err, approximately equivalent to http://people.ubuntu.com/~cjwatson/bzr/britney/cdimage/ with some configuration changes [17:40] ok. thanks. I had always wondered what britney was for but never got around to looking at it. [17:40] never even got around to getting all the deps it needed to build properly :( [17:44] libapt-pkg-dev and a C++ compiler, pretty much [17:44] oh, and python-dev, and python-apt to run [18:05] ubiquity: evand * r2739 ubiquity/ (86 files in 5 dirs): Add an auto-login option to the "Who are you?" page. [21:34] what is providing cpio now in the initramfs? [21:35] it seems that with that casper change, cpio feels a lot less featured