=== kentb-out is now known as kentb [16:48] where can i check source code of the part of Ubuntu Install CD which shows prompt "Try Ubuntu or Install" (this: http://purushottamdike.com/En/os_info/ubuntu/13.10/desktop-install-1.png ) ? [16:48] how can i customize the disk image to skip this prompt and go ahead with installation? [16:53] kriegerod: it's ubiquity, and it's a kernel boot option. [16:54] kriegerod: the default is "maybe-ubiquity", to boot into install mode direct, it's "only-ubiquity" [16:54] kriegerod: without either, desktop session starts (aka try ubuntu) [16:54] at burning man logo, click esc to choose if you want to boot direct into installer. [16:56] xnox: thanks for reply, [16:57] could you please point where to edit the default boot choice? i'm not sure about boot/grub/grub.cfg [16:57] its content is https://gist.github.com/krieger-od/23d8310fc08ac92ad37e [16:58] not that. [16:58] that's uefi boot [16:59] xnox: so where to edit? [16:59] kriegerod: grep for maybe-ubiquity. [17:00] ok, will do. thanks [17:00] kriegerod: why do you want to boot into installer by default? [17:00] kriegerod: if you are automatically preseeding, you'd want to specify automatic-ubiquity..... [17:00] kriegerod: not sure, but you might possibly will have to unpack and repack bootlogo archive. [17:08] "why do you want to boot into installer by default" -- making custom automated install cd [17:13] kriegerod: than do use 14.04 at least =) 13.10 is end of life by now. [17:17] sure i use 14.04 iso [17:17] editing isolinux/txt.cfg helped [17:22] unfortunately i have preseed options "ubiquity passwd/user-password{,-again} password XXXXXX" not working. Any quick ideas? [17:23] kriegerod: it's not ubiquity, but d-i. [17:23] e.g. [17:23] d-i passwd/user-fullname string UTAH [17:23] d-i passwd/username string utah [17:23] d-i passwd/user-password password !ubuntu123 [17:23] d-i passwd/user-password-again password !ubuntu123 [17:24] gosh, i thought ubiquity is a fork of d-i [17:24] kriegerod: no, it's not. [17:24] lines "ubiquity passwd/user-fullname", "ubiquity passwd/username" work [17:24] hm. [17:24] let me check the code. [17:27] the owner field doesn't matter in that case. either d-i or ubiquity would work. [17:27] ubiquity is a wrapper around parts of d-i. [17:30] changing passwd/user-password* prefix to d-i seems to work - now i wasn't asked by that dialog [17:31] how curious. I wonder what cares about the owner there - really shouldn't [17:42] cjwatson: i guess you will be surprised even more that this https://gist.github.com/krieger-od/6be96f5c9867ed74c80d worked perfectly [17:43] I haven't looked, doing a zillion other things, sorry [17:44] well, three, but both brain-intensive [17:44] *all :-) [18:07] is pkgsel/include option processed? i don't see it requested in /var/log/installer logs (with ubiquity-debug enabled) [18:08] not in ubiquity no [18:09] could you please point to a directive which installs specific extra packages? [18:11] ubiquity doesn't install packages per-se, it simply copies the livefs to target with cp -a more or less. [18:11] i'll try to put back "d-i" prefix to it [18:12] i have previously replaced all "d-i" to "ubiquity", which made most of my preseed directives to make effect :) [18:14] kriegerod: ubiquity does not run tasksel / pkgsel [18:16] xnox: the problem is that there's no up-to-date exhaustive documentation on preseed options for ubuntu [18:43] grepping for late_command in ubiquity sources gives mentions only with oem-config prefix. No way to run custom command in generic install case? [19:18] kriegerod: works for me [19:19] root around in here, this works: https://github.com/CarlFK/veyepar/tree/master/setup/nodes/pxe [23:24] cjwatson: http://paste.ubuntu.com/7839038/ <-- Objections? [23:24] cjwatson: Sick of screwing that up and having to reupload (as I'm about to...) [23:25] Oh, except that's FTBFS in a test build. [23:25] infinity: LGTM once it builds [23:27] Oh, wait, maybe it's FTBFS correctly. [23:27] As in, linux-signed hasn't published yet. :P [23:27] * infinity waits. [23:27] Do I get a gold start for making a package fail to build and then wondering why it fails to build? [23:28] s/start/star/ [23:36] Okay, local mirror in sync with reality, let's try this again. [23:43] That went much better. Committing.