summaryrefslogtreecommitdiff
path: root/protostar
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-03-23 20:24:52 +0000
committerIgor Pashev <pashev.igor@gmail.com>2013-03-23 20:24:52 +0000
commit95e6d1944459354f0cd589fdbe11fbf3a6680863 (patch)
tree1402fea7e963cd3d1c222352a444383b941d5e95 /protostar
parentfaf19a4a5544cf9b77437904b78af2aa03011d77 (diff)
downloadlive-95e6d1944459354f0cd589fdbe11fbf3a6680863.tar.gz
/etc/ioctl.syscon is created by smf-init package
Diffstat (limited to 'protostar')
-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"