diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-08-01 02:55:39 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-08-01 02:55:39 +0200 |
commit | 6f3039351a35eb4310cfa1fc5dec802e74ad73f8 (patch) | |
tree | 8fffdc056a5b071099c1ec3fe06f9b3334dfe757 /rc/bin/cpurc | |
parent | b43de8eb1fb64d545b12b987646a5823d2e42caf (diff) | |
download | plan9front-6f3039351a35eb4310cfa1fc5dec802e74ad73f8.tar.xz |
nusb: add /rc/bin/nusbrc
Diffstat (limited to 'rc/bin/cpurc')
-rwxr-xr-x | rc/bin/cpurc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rc/bin/cpurc b/rc/bin/cpurc index 482b13259..61cc32e4a 100755 --- a/rc/bin/cpurc +++ b/rc/bin/cpurc @@ -7,7 +7,9 @@ for(i in m i P S t u '$') bind -a '#'^$i /dev >/dev/null >[2=1] mount -qb /srv/cons /dev -mount -qa /srv/usb /dev + +# usb listener +nusbrc # mount points mntgen -s slashn && chmod 666 /srv/slashn |