Temporarily disable the is9600 FS server
It is currently too broken to be of any use anyway. Fixes are pending, which is why this patch is intended to be reverted before those are merged. For the time being, the following tools can be used to access cdroms: - isodir - isoinfo - isoread - writeisofs Change-Id: I681e8f1224bb464ba978f893dc18d46fa06a8208
This commit is contained in:
parent
6631803105
commit
ab5c98ee5a
2 changed files with 3 additions and 2 deletions
|
@ -159,7 +159,7 @@
|
|||
./service/input minix-sys
|
||||
./service/ipc minix-sys
|
||||
./service/is minix-sys
|
||||
./service/isofs minix-sys
|
||||
./service/isofs minix-sys oboslete
|
||||
./service/log minix-sys
|
||||
./service/lwip minix-sys
|
||||
./service/memory minix-sys
|
||||
|
|
|
@ -5,7 +5,8 @@ SUBDIR+= pfs
|
|||
|
||||
.if ${MKIMAGEONLY} == "no"
|
||||
SUBDIR+= ext2
|
||||
SUBDIR+= iso9660fs
|
||||
#LSC: Commented until the fixed version is ready to be merged in.
|
||||
#SUBDIR+= iso9660fs
|
||||
SUBDIR+= procfs
|
||||
|
||||
. if ${MACHINE_ARCH} == "i386"
|
||||
|
|
Loading…
Reference in a new issue