kernel/boot: do not handle kfs boot

This commit is contained in:
cinap_lenrek 2015-08-21 19:53:43 +02:00
parent 77e279201d
commit c96efcfef3

View file

@ -33,7 +33,7 @@ fn showlocaldevs{
}
for(d in /shr/sd*) if(test -d $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 0 || showlocaldev $p $t
}
@ -65,8 +65,6 @@ fn connectlocal{
bootfs 9660srv $*
case dos
bootfs dossrv $*
case kfs
bootfs disk/kfs $*
case *
bootfs $t $*
}