aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Appelbaum <jacob@appelbaum.net>2011-08-27 00:03:28 +0200
committerJacob Appelbaum <jacob@appelbaum.net>2011-08-27 00:03:28 +0200
commit77a177ed0405e79c1ba3526c3582387ca42f2717 (patch)
tree311b2108357433b205bcece61e1808235461a250
parentaf8a6c3a1bff412c2ffca3576daa0d98260c1efa (diff)
downloadtorouter-77a177ed0405e79c1ba3526c3582387ca42f2717.tar.gz
torouter-77a177ed0405e79c1ba3526c3582387ca42f2717.zip
add TODO
-rw-r--r--TODO6
-rw-r--r--packages/torouter-prep/src/torouter_config.sh5
2 files changed, 9 insertions, 2 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..2dca3b7
--- /dev/null
+++ b/TODO
@@ -0,0 +1,6 @@
+The main thing remaining to be done is to produce a USB disk or a script used in conjunction with a usb disk
+that when run on a DreamPlug will preare the system as expected. We should be
+able to produce a Torouter with only a single command.
+
+Everything else is bug hunting and improving the web ui.
+
diff --git a/packages/torouter-prep/src/torouter_config.sh b/packages/torouter-prep/src/torouter_config.sh
index 04a8206..93e8608 100644
--- a/packages/torouter-prep/src/torouter_config.sh
+++ b/packages/torouter-prep/src/torouter_config.sh
@@ -48,7 +48,8 @@ apt-get -y install less
apt-get -y install screen
# Install a few networking tools
-apt-get -y install lsof wireless-tools iputils-ping
+apt-get -y install lsof wireless-tools iputils-ping \
+ lsof net-tools tcptraceroute traceroute mtr-tiny
# Install the weird wireless control for the DreamPlug
apt-get install -y -t sid uaputl
@@ -167,7 +168,7 @@ addgroup $ADMINGROUP
useradd -g $ADMINGROUP -G $TORADMINGROUP -s /bin/bash $ADMINUSER
##
-## Add arm startup trick with cron for shared screen
+## Add arm startup trick with cron for shared screen run as $ADMINUSER
##
crontab -u $ADMINUSER $config_dir/tor-arm-crontab