If you ''really'' want to you can build your own Debian based Tor live-cd. Here's generally how you can do it. For additional and, very likely, more up to date or correct information see http://live.debian.net/ or visit on IRC @ irc://irc.oftc.net/#debian-live.
If you _really_ want to you can build your own Debian based Tor live-cd. Here's generally how you can do it. For additional and, very likely, more up to date or correct information see http://live.debian.net/ or visit on IRC @ irc://irc.oftc.net/#debian-live.
1. Add the repository from 'http://live.debian.net/debian lenny-snapshots main'
1. Add the repository from 'http://live.debian.net/debian lenny-snapshots main'
...
@@ -7,50 +7,50 @@ If you ''really'' want to you can build your own Debian based Tor live-cd. Here'
...
@@ -7,50 +7,50 @@ If you ''really'' want to you can build your own Debian based Tor live-cd. Here'
3. Navigate to some empty build area
3. Navigate to some empty build area
4. Build a script file (with execution privileges!) or just enter you configuration directives like:
4. Build a script file (with execution privileges!) or just enter you configuration directives like:
{{{
```
lh config -b iso -a i386 -d lenny --apt apt -p gnome --username liveuser--packages "tor polipo vidalia"
lh config -b iso -a i386 -d lenny --apt apt -p gnome --username liveuser--packages "tor polipo vidalia"
}}}
```
(inside the --packages quotes throw in whatever other packages you fancy)
(inside the --packages quotes throw in whatever other packages you fancy)
Use additional commands to create the path where we're going to dump various configuration files:
Use additional commands to create the path where we're going to dump various configuration files:
(assuming you already copied the correct polipo configuration file from [https://gitweb.torproject.org/torbrowser.git/blob_plain/HEAD:/build-scripts/config/polipo.conf here])
(assuming you already copied the correct polipo configuration file from [here](https://gitweb.torproject.org/torbrowser.git/blob_plain/HEAD:/build-scripts/config/polipo.conf))
{{{
```
cp torrc config/chroot_local-includes/etc/tor
cp torrc config/chroot_local-includes/etc/tor
}}}
```
(assuming you already have your favorite torrc waiting for you in the build area)
(assuming you already have your favorite torrc waiting for you in the build area)