=== mpt [n=mpt@121-72-135-240.dsl.telstraclear.net] has joined #ubuntu-installer [09:26] hi === cjwatson [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-installer [09:54] hi cjwatson :) [09:54] how can i include universe repository to my cd directly ? [09:54] (just some packages) === mpt [n=mpt@121-72-135-240.dsl.telstraclear.net] has joined #ubuntu-installer [12:17] saispo: depends on what you're using to create the CD === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-installer [01:41] cdimage, germinate [01:43] you'll have to hack it about a fair bit [01:43] grep for restricted [01:43] do the same sorts of things [01:44] feel free to send a patch once you're done and I can integrate it [01:45] bin/run-germinate and a bunch of stuff under debian-cd at least [01:48] yep [01:48] i think i have the solution :) [01:48] but must rsync the mirror before [01:48] and fater my test, will send a patch :) [01:51] cjwatson: and have you an idea to have all files on the cd and the installer not use internet repository in the installer ? [01:53] from edgy on that's not supposed to be a problem (i.e. won't block if the repository can't be contacted) [01:53] if you still have a problem for some reason, look into apt-setup [01:55] k [01:55] thanks [01:56] it's possible to modify the standard seed file with one of mine ? [01:56] sure, just point germinate (bin/run-germinate) at your seed branc [01:56] h [01:57] ok, thanks [01:58] and the last questions is : have you a good links for including a personnal repository on the cd ? [01:58] and what i must do for this [02:02] it's not particularly neat, but start with bin/update-local-indices [02:03] obviously this isn't something we actually use in practice; it's only there because there was a short period before Ubuntu went public when we needed a couple of hacked-up packages to make some architectures work properly [02:06] ok [02:07] will see this :) big thks [02:07] your work is very interesting ! [02:08] glad somebody thinks so ;-) [02:12] =) [02:12] since one week i work on it, and i really love [02:15] it's designed for easy maintenance rather than for easy setup [02:34] cjwatson: if export UNIVERSE=1, universe will be excluded ? [02:39] and UNIVERSE in debian-cd is NONFREE, EXRANONFREE, CONTRIB ? [02:39] or simply UNIVERSE ? [02:43] UNIVERSE isn't implemented, so it will do whatever you make it do [02:43] the way it's done elsewhere would be that if UNIVERSE=1 then universe will be included, not excluded [02:45] ok thanks [02:48] cjwatson: i must use a duplicate local ubuntu repository for creating my cd or i can use an internet ubuntu repository ? [02:52] the former [02:52] debian-cd requires a local mirror [02:54] k [02:54] work with an nfs mount ? [02:55] just run anonftpsync is needed with modified exclude if i want ? [03:08] debian-cd/README [03:08] - a Debian mirror, on a partition where you can write. [03:08] If you can't write on it then you may try to use a symlink farm, [03:08] but it's not the recommended way to build Debian CDs. [03:08] I imagine that would apply to NFS mounts [03:08] anonftpsync> yes [03:27] ubiquity: cjwatson * r1818 ubiquity/ (debian/changelog scripts/install.py): * Copy value of popularity-contest/participate into /target (LP: #78972). [03:40] thanks cjwatson [03:59] ubiquity: cjwatson * r1819 ubiquity/ (configure configure.ac): bump to 1.3.14 [04:04] ubiquity: cjwatson * r1820 ubiquity/ (d-i/manifest debian/changelog): [04:04] ubiquity: * Automatic update of included source packages: console-setup 1.13ubuntu6, [04:04] ubiquity: partman-auto 62ubuntu3. === mpt [n=mpt@121-72-135-240.dsl.telstraclear.net] has joined #ubuntu-installer [04:18] ubiquity: cjwatson * r1821 ubiquity/debian/changelog: releasing version 1.3.14 [04:22] cjwatson: when i add a package in my seed which is in universe, i haven't got it in my iso file... i have modified run-germinate, and what other things ? [04:23] make sure you've changed the --components flag to germinate [04:23] beyond that you're on your own - it's too hard to debug from here, I'm afraid [04:24] yep, i understand [04:24] yes i have added main,restricted,universe to --components [04:24] in the log file of for-project i seed seed changes, i see universe/Packages.gz and universe/Sources.gz [04:25] but no pool/universe directory in the iso... [04:25] i miss something in debian-cd ? [04:26] sounds probable [04:28] k :) [04:44] run-germinate runs fine... [04:44] it maybe after [04:44] in CONF.SH... [05:32] Link from 1/pool/universe/c/clamav/clamav_0.88.4-1ubuntu2_i386.deb to /home/eole/mirror/cdimage/scratch/eole/daily/tmp/edgy-i [05:32] 386/CD1/pool/universe/c/clamav/clamav_0.88.4-1ubuntu2_i386.deb failed: No such file or directory [05:33] oups i maybe make a mistake :) [05:33] but i maybe find the answer ;) [05:37] sounds promising === secureboot_ [n=lstclair@coriakin.cse.psu.edu] has joined #ubuntu-installer [07:02] what do i need to do to enable my installer to pull packages down from the intarweb as well as the CD? [07:05] at what stage? [07:11] hi secureboot_ :) [07:11] cjwatson: whenever makes sense [07:11] cjwatson: i dont' really care [07:12] cjwatson: i had been doing d-i pkgsel/include string racoon ipsec-tools [07:12] but that doesn't work [07:12] the isntaller just says they cant' be found after installing everything else, and aborts the install [07:17] any thoughts? Surely there must be a way to add a mirror or apt source before you start installing packages, so when you go to install, you look to the intarweb as well [07:23] it's deliberately turned off to avoid problems on systems that have a network connection that's up but doesn't work [07:23] any way to turn it on? [07:23] hack /var/lib/dpkg/info/apt-setup.postinst [07:23] if you edit the sources.list manually, it works [07:25] cjwatson: i dont' see that on the install CD anywhere [07:44] it's in the apt-setup udeb [07:44] see http://wiki.ubuntu.com/InstallerDevelopment if you aren't familiar with the usual starting points [07:55] oh good grief. [07:55] what does adding a mirror do then? [07:55] there's no way to do this, without modifiying the apt-setup package? === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-installer [08:29] in the initrd.gz of feisty-desktop-i386, is it normal that scripts/nfs-* are all empty directories? === mpt_ [n=mpt@121-72-135-80.dsl.telstraclear.net] has joined #ubuntu-installer === mpt__ [n=mpt@121-72-135-240.dsl.telstraclear.net] has joined #ubuntu-installer