profile 359 B

12345678910111213141516
  1. if(test -f '#m/mousectl') {
  2. echo -n accelerated > '#m/mousectl'
  3. echo -n 'res 3' > '#m/mousectl'
  4. }
  5. user=`{cat /dev/user}
  6. home=/usr/$user
  7. bind -a $home/bin/rc /bin
  8. bind -a $home/bin/$cputype /bin
  9. bind -c $home/tmp /tmp
  10. rio -si inst/gui
  11. echo
  12. echo
  13. echo 'failed to start rio. you can start a text-based installation by running'
  14. echo
  15. echo ' inst/textonly'
  16. echo