boot(8): properly invoke filesystem wihout overriding service name to boot

This commit is contained in:
cinap_lenrek 2011-04-21 11:15:52 +00:00
parent 19a82a2654
commit 0aa4074bc1

View file

@ -31,10 +31,9 @@ fn connectlocal{
fatal unknown fstype $1 fatal unknown fstype $1
switch($t){ switch($t){
case 9660 case 9660
must 9660srv -f $* boot t=9660srv
case kfs case kfs
must disk/kfs -n boot -f $* t=disk/kfs
case *
must $t -n boot -f $*
} }
{$t -s -f $* &} <[0=1] | echo 0 >/srv/boot
} }