Live-cd-sources
From JonDonym Wiki
Live-CD build sources
You may download the build sources of our live-cd: jondo-live-src,tar.xz.
After download and unpack an archive you can build your own live-cd. You have to install live-build on your Linux computer first. If you were running Debian wheezy, you may install with aptitude. Otherwise you may get the sources at http://live.debian.net.
tar -xaf jondo-live-src.tar.xz
You may change the configuration and build your own live-cd with:
cd jondo-live-src
./build -m cd -d /tnp -f /tmp/jondo-live-cd.iso
You can build the live-dvd with:
cd jondo-live-src
./build -m dvd -d /tnp -f /tmp/jondo-live-dvd.iso
The parameters for the build script are:
- -m medium ("cd" or "dvd")
- -d temporary build directory
- -f filename of the target ISO image