diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-08-16 04:09:15 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-08-16 04:09:15 +0200 |
commit | 828f63711b7fd0c735d083e4b06b8937e846a830 (patch) | |
tree | b032cf80db7fb4a313dac8863a4f7b04ee56faa4 /rc/bin/nusbrc | |
parent | 9884f5f0ed65d5bb5789bd323484237ba16ce855 (diff) | |
download | plan9front-828f63711b7fd0c735d083e4b06b8937e846a830.tar.xz |
9boot: list known filesystem images on usb stick as boot filesystems
Diffstat (limited to 'rc/bin/nusbrc')
-rw-r--r-- | rc/bin/nusbrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rc/bin/nusbrc b/rc/bin/nusbrc index 85f9e768d..a9efcf8a6 100644 --- a/rc/bin/nusbrc +++ b/rc/bin/nusbrc @@ -25,6 +25,7 @@ if(! bind -a '#u' /dev) } } fn detach { + # handled /sys/src/9/boot/nusbrc } rc < '#σ/usb/usbevent' & } |