I want to create a custom ubuntu ISO (This ISO will contain all the packages with the latest updates released till date). Something along the lines of

  • Take the pristine ubuntu ISO
  • Download the updates from some ubuntu update repositories
  • Re-create the ISO?

How should I go about this?

link|improve this question
are you trying to create an up-to-date LiveCD? or simply a CD ISO with the package updates? – quack quixote May 25 '10 at 0:34
I want to create an ISO with all the packages, and latest updates under main, and restricted components. BTW I don't see the packages (*.deb) on the repository URL us.archive.ubuntu.com/ubuntu/dists/hardy-updates/main. For example I can view all the latest rpms for CentOS on mirrors.kernel.org/centos/5/updates/x86_64/RPMS – user38185 May 25 '10 at 0:54
It does not needs to be a live CD. – user38185 May 25 '10 at 1:10
1  
I will be using the server ISO, which is not a live CD – user38185 May 25 '10 at 22:56
feedback

migrated from stackoverflow.com May 25 '10 at 0:23

This question came from our site for professional and enthusiast programmers.

2 Answers

Here's a couple of possibilities:

http://uck.sourceforge.net/

https://help.ubuntu.com/community/LiveCDCustomization?action=show&redirect=LiveCDCustomization%2F6.06

link|improve this answer
Thanks for the pointers. uck looks good. I will give it a try. – user38185 May 25 '10 at 0:55
feedback

Canonical runs daily builds for most of their Ubuntu releases.

Here is Lucid Lynx (10.04 LTS): http://cdimage.ubuntu.com/ubuntu-server/lucid/daily/current/

For other images/versions look at the home directory of that website.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.