From f8d9a63579169bfc7ddb8480c043eb4e4efa99dc Mon Sep 17 00:00:00 2001 From: ficus Date: Mon, 24 Sep 2012 16:22:22 +0200 Subject: inittab in config, not by echoing --- freedom-maker/bin/install.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'freedom-maker/bin/install.sh') 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 -- cgit v1.2.3