=== mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-installer === stgraber [n=stgraber@ubuntu/member/stgraber] has joined #ubuntu-installer === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-installer [06:16] cjwatson: Is it too late to add a string to the migration-assistant page that explains what the user has to do a little better than it currently does? [06:17] I believe it is as we're past string freeze, but I wanted to run it by you before I put it on the Feisty+1 agenda. === highvoltage [n=jaagaan@johannesleroux.co.za] has joined #ubuntu-installer [10:51] hi [10:51] cjwatson: have you an example of a preseed file with lvm automatic partitioning and expert_recipe ? [11:22] evand: go ahead and put it in now [11:22] saispo: sorry, don't have time at the moment [11:22] ok [11:22] no problem [11:22] thanks for your answer [11:24] cjwatson: will do [11:24] evand: feisty translations aren't quite really up and running yet anyway [11:24] great! (for me, anyway) [11:44] migration-assistant: evand * r41 migration-assistant/ (7 files in 2 dirs): Prompt the user to umount partitions that are in use. Mount /home when necessary. [11:45] ubiquity: evand * r1486 ma/ (debian/changelog ubiquity/components/migrationassistant.py): Dont crash Ubiquity when m-a is disabled. [11:50] ubiquity: evand * r1487 ma/ (85 files in 6 dirs): Merged with trunk. [12:19] cjwatson: is translating strings that aren't Gtk widgets something that's going to be dealt with in Feisty+1? [12:19] I investigated doing it for the "there are no OSes to import" message and noticed that the Install button does not get translated. Or at least it appears that way in gtkui.py [12:20] there are random TODO comments littered around for the ones that aren't translated [12:21] indeed [12:34] Can I get a second set of eyes on this? Does this look ok? http://evalicious.com/ma.png [12:47] migration-assistant: evand * r42 migration-assistant/debian/changelog: Releasing migration-assistant 0.4.2 [12:57] evand: avoid "into Ubuntu" [12:57] we have derivatives both inside and outside the archive, and modifying translated strings for that is hassle [12:58] cjwatson: ah, point taken. I'll change that now. [12:58] evand: instead of "press next", use something like "go to the next page" - note how the button is actually "Forward", and you don't want to have to stay in sync [12:58] evand: otherwise looks fine [12:58] cjwatson: great, thanks for the tips. I'm just making sure everything still works, I'll add those changes now and then let you know when it's ready to merge. [12:59] righto === pkt [n=knoppix@85.75.167.149] has joined #ubuntu-installer [01:25] oem-config: cjwatson * r262 oem-config/ (d-i/manifest debian/changelog): [01:25] oem-config: * Automatic update of included source packages: console-setup 1.13ubuntu8, [01:25] oem-config: localechooser 1.37ubuntu1, tzsetup 1:0.14, user-setup 1.8ubuntu1. [01:25] oem-config: cjwatson * r263 oem-config/debian/changelog: releasing version 1.9 [01:25] oem-config: cjwatson * r264 oem-config/ (configure configure.ac): bump to 1.10 [01:25] oem-config: cjwatson * r265 oem-config/debian/ (changelog control): * Make oem-config-kde depend on python-qt4, not python-kde3. [01:25] oem-config: cjwatson * r266 oem-config/ (debian/changelog src/Makefile.am src/Makefile.in): [01:25] oem-config: * Don't install e-map.defs; it's not all that important and it causes a [01:25] oem-config: conflict with ubiquity-frontend-gtk. [01:29] oem-config: cjwatson * r267 oem-config/debian/changelog: releasing version 1.10 === pkt [n=knoppix@85.75.167.149] has joined #ubuntu-installer [01:30] ubiquity: cjwatson * r1942 ubiquity/debian/ (changelog rules): * Disable the intro message for beta. [01:46] ubiquity: evand * r1488 ma/ (debian/changelog ubiquity/frontend/ubiquity.glade): Added more descriptive text to the Migrate page. === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-installer [01:50] cjwatson: m-a at r42, ubiquity at r1488. Ready to merge and upload. [01:53] great, thanks, will do shortly [01:54] cjwatson: thank you [02:02] evand: m-a uploaded; wanna close the bugs? [02:07] I've got another major item to do before upload [02:07] (of ubiquity) [02:09] ubiquity: cjwatson * r1943 ubiquity/ (4 files in 4 dirs): merge from Evan === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-installer === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-installer [03:46] juste a little question, when preseeding partition, it's possible to set flags ? for example quota and acl on ext3 ? === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-installer === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-installer === avoine [n=avoine@modemcable036.0-70-69.static.videotron.ca] has joined #ubuntu-installer [08:21] is there a way to have the alternate install drop to busybox at some point during the installation? === Smoke2k [n=Cary@64.19.116.149] has joined #ubuntu-installer === mpt [n=mpt@121-72-133-166.dsl.telstraclear.net] has joined #ubuntu-installer [11:55] cr3: alt-f2 to get a shell [11:55] cr3: or do you mean in an automated way? [12:00] cjwatson: in an automated way. I tried specifying break=premount in the kernel parameters but that didn't seem to work over a netinstall [12:01] no, that's an initramfs-tools instruction and not applicable [12:01] cjwatson: aha! thanks for the explanation, makes sense now [12:02] BOOT_DEBUG=3 will give you shells at various points in the boot process [12:02] can be useful in figuring out why the installer doesn't boot on a given machine [12:02] that's the nearest equivalent to break=premount [12:03] cjwatson: the problem I'm actually trying to solve is that I'd like to netboot, mostly using files from the alternate cd, and perform the following actions once booted into a minimal system: wget latest.iso; mount latest.iso /mnt; cp -a /mnt /root; reboot from /root [12:03] some of those commands are pseudo shell, just to give an idea of the actions I'd like to perform [12:04] isn't that more or less what ubiquity does? [12:04] sounds like you want a noninteractive ubiquity frontend :)