aboutsummaryrefslogtreecommitdiffstats
path: root/freedom-maker/bin/install.sh
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-09-24 16:22:22 +0200
committerficus <ficus@robocracy.org>2012-09-24 16:22:22 +0200
commitf8d9a63579169bfc7ddb8480c043eb4e4efa99dc (patch)
tree6029f0f8f0501df1434e641b778ed12afa16565e /freedom-maker/bin/install.sh
parent5d115ef935b6ecc2df4d5ac9aa86cc055990ad69 (diff)
downloadtorouter-f8d9a63579169bfc7ddb8480c043eb4e4efa99dc.tar.gz
torouter-f8d9a63579169bfc7ddb8480c043eb4e4efa99dc.zip
inittab in config, not by echoing
Diffstat (limited to 'freedom-maker/bin/install.sh')
-rwxr-xr-xfreedom-maker/bin/install.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/freedom-maker/bin/install.sh b/freedom-maker/bin/install.sh
index 2c3385d..7743740 100755
--- a/freedom-maker/bin/install.sh
+++ b/freedom-maker/bin/install.sh
@@ -75,10 +75,6 @@ echo "Creating $user user, password: $userpassword"
useradd $user
echo $user:$userpassword | /usr/sbin/chpasswd
-# By default, spawn a console on the serial port
-echo "Adding a getty on the serial port"
-echo "T0:12345:respawn:/sbin/getty -L ttyS0 115200 vt100" >> /etc/inittab
-
echo "Deleting this very same script"
rm -f /install.sh