Live-cd-sources
From JonDonym Wiki
(Difference between revisions)
m |
m |
||
Line 3: | Line 3: | ||
== Live-CD build sources == | == Live-CD build sources == | ||
− | You may download the build sources of our live-cd: [https://downloads.anonymous-proxy-servers.net/jondo-live-src | + | You may download the build sources of our live-cd: [https://downloads.anonymous-proxy-servers.net/jondo-live-src.tar.xz 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 http://live.debian.net]. | 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 http://live.debian.net]. |
Revision as of 16:23, 4 October 2013
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