diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2011-05-10 02:46:12 +0000 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2011-05-10 02:46:12 +0000 |
commit | f643d03b2ab23b10f17e519399fe32e4f01e8d80 (patch) | |
tree | fd89b6c1f28c377fb24a4170d69b7355e23fc128 /rc/bin/inst | |
parent | 5c756859bfd1967e2abca90d0861d8ea37d0e76f (diff) | |
download | plan9front-f643d03b2ab23b10f17e519399fe32e4f01e8d80.tar.xz |
/rc/bin/inst/start: set scroll, /usr/glenda/bin/rc/riostart: do not set scroll
Diffstat (limited to 'rc/bin/inst')
-rwxr-xr-x | rc/bin/inst/start | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rc/bin/inst/start b/rc/bin/inst/start index dbaa7a199..4fb63042f 100755 --- a/rc/bin/inst/start +++ b/rc/bin/inst/start @@ -1,5 +1,7 @@ #!/bin/rc +echo scroll > /dev/wctl + cd /bin/inst . defs |