kernel/boot: do not handle kfs boot
This commit is contained in:
parent
77e279201d
commit
c96efcfef3
1 changed files with 1 additions and 3 deletions
|
@ -33,7 +33,7 @@ fn showlocaldevs{
|
||||||
}
|
}
|
||||||
for(d in /shr/sd*) if(test -d $d) {
|
for(d in /shr/sd*) if(test -d $d) {
|
||||||
echo $d':'
|
echo $d':'
|
||||||
for(p in $d/*.^(iso kfs paq)) if(test -f $p){
|
for(p in $d/*.^(iso paq)) if(test -f $p){
|
||||||
t=`{fstype $p}
|
t=`{fstype $p}
|
||||||
~ $#t 0 || showlocaldev $p $t
|
~ $#t 0 || showlocaldev $p $t
|
||||||
}
|
}
|
||||||
|
@ -65,8 +65,6 @@ fn connectlocal{
|
||||||
bootfs 9660srv $*
|
bootfs 9660srv $*
|
||||||
case dos
|
case dos
|
||||||
bootfs dossrv $*
|
bootfs dossrv $*
|
||||||
case kfs
|
|
||||||
bootfs disk/kfs $*
|
|
||||||
case *
|
case *
|
||||||
bootfs $t $*
|
bootfs $t $*
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue