Live-cd-sources
From JonDonym Wiki
(Difference between revisions)
m |
|||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
<iimg>[[Live-cd-sources]]![[Image:en2.png]]</iimg><iimg>[[Live-cd-source]]![[Image:de2.png]]</iimg> [[Changelogs and Sources]] | <iimg>[[Live-cd-sources]]![[Image:en2.png]]</iimg><iimg>[[Live-cd-source]]![[Image:de2.png]]</iimg> [[Changelogs and Sources]] | ||
− | == Live- | + | == Live-DVD build sources == |
− | You may download the build sources of our live- | + | You may download the build sources of our live-dvd: [https://downloads.anonymous-proxy-servers.net/jotosl-dvd-src.tar.xz jotosl-dvd-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 | + | 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 or Ubuntu, you may install with ''aptitude''. Otherwise you may get the sources at [http://live.debian.net http://live.debian.net]. |
− | <code> tar -xaf | + | <code> tar -xaf jotosl-dvd-src.tar.xz</code> |
− | You may change the configuration and build your own live- | + | You may change the configuration and build your own live-dvd with: |
− | <code>cd | + | <code>cd jotosl-dvd-src |
− | + | sudo lb build</code> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Latest revision as of 17:42, 1 October 2015
Live-DVD build sources
You may download the build sources of our live-dvd: jotosl-dvd-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 or Ubuntu, you may install with aptitude. Otherwise you may get the sources at http://live.debian.net.
tar -xaf jotosl-dvd-src.tar.xz
You may change the configuration and build your own live-dvd with:
cd jotosl-dvd-src
sudo lb build