Live-cd-sources
From JonDonym Wiki
(Difference between revisions)
Line 3: | Line 3: | ||
== Live-CD build sources == | == Live-CD build sources == | ||
− | You may download the build sources of our live-cd: | + | You may download the build sources of our live-cd: [https://anonymous-proxy-servers.net/downloads/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]. | ||
− | <code> tar -xaf jondo-live | + | <code> tar -xaf jondo-live-src,tar.xz</code> |
− | cd jondo-live- | + | |
− | + | You can build the live-cd with: | |
+ | <code>cd jondo-live-src | ||
+ | ./build -m cd -d /tnp -f /tmp/jondo-live-cd.iso</code> | ||
+ | |||
+ | You can build the live-dvd with: | ||
+ | <code>cd jondo-live-src | ||
+ | ./build -m dvd -d /tnp -f /tmp/jondo-live-dvd.iso</code> | ||
+ | |||
+ | The parameters for the build script are: | ||
+ | * -m medium ("cd" or "dvd") | ||
+ | * -d temporary build directory | ||
+ | * -f filename of the target ISO image |
Revision as of 16:15, 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 can build the 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