Configuration files and hook scripts to be used with the live-helper Debian/Ubuntu package. see * http://wiki.osgeo.org/wiki/Live_GIS_Disc * http://wiki.debian.org/DebianLive * http://wiki.debian.org/DebianGis/LiveImages * http://lists.osgeo.org/pipermail/live-demo/2009-April/000088.html * How-to for Ubuntu/Hardy: http://clemensfam.org/john/?p=39 the directory structure here was created with "lh_config" Package lists go into chroot_local-packageslists/ Custom .debs go into chroot_local-packages/ Individual files and data go into chroot_local-includes/home/user/ Scripts to run at build time go into chroot_local-hooks/ Patches to be applied to system files go into chroot_local-patches/ Instructions: #get these files mkdir live-iso cd live-iso svn checkout https://svn.osgeo.org/osgeo/livedvd/live-helper/trunk/ # make your edits to the config files as needed # e.g. edit config/bootstrap to use domestic mirrors # build the ISO su root # is plain 'sudo lh_build' ok? lh_build # look in it mkdir test_iso mount -t iso9660 -o loop,ro binary.iso ./test_iso # test it in a virtualized environment with 1GB ram kvm -cdrom binary.iso -m 1024