aboutsummaryrefslogtreecommitdiffstats
path: root/freedom-maker/bin/install.sh
diff options
context:
space:
mode:
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