summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xprotostar3
1 files changed, 0 insertions, 3 deletions
diff --git a/protostar b/protostar
index 837c286..52532fe 100755
--- a/protostar
+++ b/protostar
@@ -77,9 +77,6 @@ touch "${ROOT}/etc/dhcp.e1000g0"
# Set root password (just "root"):
echo 'root:root' | chpasswd -R "$ROOT"
-# See http://osdyson.org/issues/107
-stty -F /dev/syscon -g > $ROOT/etc/ioctl.syscon
-
# Script to find and mount usr.lzma:
sed "s/USR_IMG/$USR_IMG/" "find-usr" > "${ROOT}/lib/svc/method/find-usr"
chmod +x "${ROOT}/lib/svc/method/find-usr"