/srv/irclogs.ubuntu.com/2008/07/25/#ubuntu-installer.txt

CIA-12oem-config: cjwatson * r497 oem-config/ (configure configure.ac): bump to 1.4508:53
CIA-12oem-config: cjwatson * r498 oem-config/ (debian/changelog scripts/tzsetup):08:55
CIA-12oem-config: * Restore lost change from 1.38:08:55
CIA-12oem-config:  - Don't fail to set the locale if the mirror/country question doesn't08:55
CIA-12oem-config:  exist.08:55
CIA-12oem-config: cjwatson * r499 oem-config/debian/ (changelog rules): Add oem to /usr/lib/oem-config/user/reserved-usernames (LP: #251056).09:04
CIA-12oem-config: cjwatson * r500 oem-config/ (debian/changelog scripts/localechooser-apply):09:10
CIA-12oem-config: Set LANG in /etc/default/locale even if it isn't there already09:10
CIA-12oem-config: (LP: #249550).09:10
CIA-12oem-config: cjwatson * r501 oem-config/ (debian/changelog lib/frontend/gtk_ui.py): Ensure that some widget is focused after changing page (LP: #241367).09:25
CIA-12ubiquity: cjwatson * r2737 ubiquity/ (debian/changelog ubiquity/frontend/gtk_ui.py): Ensure that some widget is focused after changing page (LP: #241367).09:26
CIA-12user-setup: cjwatson * r108 ubuntu/ (3 files in 2 dirs):09:35
CIA-12user-setup: Add preseedable passwd/auto-login question; if set to true, configure09:35
CIA-12user-setup: gdm and kdm for automatic login (LP: #241372).09:35
CIA-12user-setup: cjwatson * r109 ubuntu/debian/changelog: releasing version 1.20ubuntu409:37
CIA-12oem-config: cjwatson * r502 oem-config/ (67 files in 7 dirs): Add an auto-login option, currently GTK-only (LP: #241372).09:46
CIA-12ubiquity: cjwatson * r2738 ubiquity/ (compat/depmod debian/changelog debian/ubiquity.install-any):10:36
CIA-12ubiquity: Add a no-op compatibility shim for depmod. Some d-i code calls it after10:36
CIA-12ubiquity: calling anna-install in order to make sure that new kernel modules are10:36
CIA-12ubiquity: installed properly; this is unnecessary and slow in the live CD10:36
CIA-12ubiquity: environment (LP: #251117).10:36
evandcjwatson: Do you think auto-login is not appropriate for ubiquity, or have you just not had a chance to port it?14:30
cjwatsonhaven't had a chance14:30
evandok, I'll take care of it then14:30
cjwatsonI was working on the basis of "hey, the Lexington guys only *asked* for it for oem-config", anyway ;-)14:33
evandah, haha14:33
evandhesitant to add too many knobs and switches?14:34
cjwatsonsomething like that14:34
evandfair enough14:34
* cjwatson <- not too worried either way14:38
evandok14:41
evandshouldn'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)16:09
giosue_cI get this message from apt when pointing at the ubuntu mirror...  The following packages have unmet dependencies:17:06
giosue_c  elilo-installer: Depends: efi-modules but it is not installable17:06
giosue_c  partman-efi: Depends: efi-modules but it is not installable17:06
giosue_cE: Broken packages17:06
giosue_cyou can reproduce this by setting your sources.list to17:12
giosue_cdeb http://ftp.ubuntu.com/ubuntu hardy main restricted universe multiverse17:12
giosue_cdeb http://ftp.ubuntu.com/ubuntu hardy-security main restricted universe multiverse17:12
giosue_cdeb http://ftp.ubuntu.com/ubuntu hardy-updates main restricted universe multiverse17:12
giosue_cdeb http://ftp.ubuntu.com/ubuntu hardy-proposed main restricted universe multiverse17:12
giosue_cdeb http://ftp.ubuntu.com/ubuntu hardy main/debian-installer17:12
giosue_cdeb http://ftp.ubuntu.com/ubuntu hardy-security main/debian-installer17:12
giosue_cdeb http://ftp.ubuntu.com/ubuntu hardy-updates main/debian-installer17:12
giosue_cdeb http://ftp.ubuntu.com/ubuntu hardy-proposed main/debian-installer17:12
giosue_cdeb http://ftp.ubuntu.com/ubuntu hardy restricted/debian-installer17:12
giosue_cdeb http://ftp.ubuntu.com/ubuntu hardy-security restricted/debian-installer17:13
giosue_cdeb http://ftp.ubuntu.com/ubuntu hardy-updates restricted/debian-installer17:13
giosue_cdeb http://ftp.ubuntu.com/ubuntu hardy-proposed restricted/debian-installer17:13
giosue_cdeb http://ftp.ubuntu.com/ubuntu hardy universe/debian-installer17:13
giosue_cdeb http://ftp.ubuntu.com/ubuntu hardy-security universe/debian-installer17:13
giosue_cdeb http://ftp.ubuntu.com/ubuntu hardy-updates universe/debian-installer17:13
giosue_cdeb http://ftp.ubuntu.com/ubuntu hardy-proposed universe/debian-installer17:13
giosue_cand trying to install elilo-installer or partman-efi17:13
cjwatsongiosue_c: dratted kernel guys rearranging their udeb lists all the time *mutter*17:34
cjwatsonseems to be built into the i386 kernel at least17:35
giosue_cis there a tool that can run against a repository to check that all deps are closed?17:35
cjwatsongiosue_c: this actually makes precisely zero difference in practice, in this case17:36
cjwatsongiosue_c: the d-i equivalent of apt doesn't mind missing dependencies17:36
giosue_cah17:36
giosue_cright17:36
cjwatsonand putting */debian-installer in /etc/apt/sources.list is very much unsupported :)17:36
giosue_c:)17:37
cjwatsonthere 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
cjwatsonhttp://people.ubuntu.com/~ubuntu-archive/testing/intrepid_probs.html17:37
giosue_coh cool.17:37
cjwatson(I really didn't expect that to be empty ...)17:37
cjwatsonactually I think it's broken, hmm17:37
giosue_cis the tool in launchpad?17:38
cjwatsonno, it's a light modification of Debian's "britney" tool17:39
cjwatsonerr, approximately equivalent to http://people.ubuntu.com/~cjwatson/bzr/britney/cdimage/ with some configuration changes17:39
giosue_cok.  thanks.  I had always wondered what britney was for but never got around to looking at it.17:40
giosue_cnever even got around to getting all the deps it needed to build properly :(17:40
cjwatsonlibapt-pkg-dev and a C++ compiler, pretty much17:44
cjwatsonoh, and python-dev, and python-apt to run17:44
CIA-12ubiquity: evand * r2739 ubiquity/ (86 files in 5 dirs): Add an auto-login option to the "Who are you?" page.18:05
mario_limonciellwhat is providing cpio now in the initramfs?21:34
mario_limonciellit seems that with that casper change, cpio feels a lot less featured21:35

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!