boot(8): properly invoke filesystem wihout overriding service name to boot
This commit is contained in:
parent
19a82a2654
commit
0aa4074bc1
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue