Tuesday, June 13, 2006

Custom Ubuntu Dapper LiveCD

I used this really good howto, and the new Ubuntu Dapper Drake liveCD (the liveCD and the install CD are now the same) to make a demo CD so that potential clients can test an application without installing anything. It also stops them from doing strange and wonderful things with the installer, and calling in a panic when it doesn't work!

The howto is really all you need - everything works as it is described. I removed some of the language packs to free space, and installed Sun's JRE1.5 as well as PostgreSQL. To load a database into PostgreSQL, you have to start the database server inside the chroot (usual /etc/init.d/postgresql start) and also remember to stop it before leaving the chroot and unmounting - but that's about as complicated as it gets.

The finished liveCD is available on the iDART product page.