Here we describe how you make a Polippix, update it, and change it, so that you can make a new version.
This guide assumes that you are running a Debian-based Linux distribution (e.g. Debian, Ubuntu, Kubuntu). If you are running a non-Debian-based distribution (e.g. Red Hat, Mandriva, Gentoo, Slackware, Novell/Suse), especially the apt-get commands must be replaced by the equivalent commands in that distribution.
Our svn-repository is incremental. We don't have the entire polippix CD. We just have the files that are necessary to change a Kubuntu to a Polippix or update an older Polippix. Please notice, that you must have about 4 GB of free space.
First of all, you must be logged in as root for all of this to work.
Then, you must have subversion. You also need to have squashfs-tools because the ubuntu-cd is compressed by means of the squash-filesystem. It is necessary to have genisoimage if you will produce your own CD.:
apt-get install subversion genisoimage squashfs-tools
modprobe squashfs;grep squash < /proc/filesystems
svn co svn://svn.polippix.org
cd svn.polippix.org/ubuntu_trunk/Then run the following command to download the latest kubuntu image:
make download-kubuntu
make unpackIt takes some time. Eventually, your kubuntu CD is unpacked in:
make setup
make danish
make polippix.iso
svn.polippix.org/ubuntu_trunk/our_changes/dpkg-selections
You can always update your Polippix to the latest version in svn by running the following commands:
cd svn.polippix.org
svn update
cd ubuntu_trunk
make setup
make [danish or english]
make polippix.iso