]> Zhao Yanbai Git Server - minix.git/commitdiff
Temporarily disable the is9600 FS server 27/2827/1
authorLionel Sambuc <lionel@minix3.org>
Fri, 12 Sep 2014 11:39:49 +0000 (13:39 +0200)
committerLionel Sambuc <lionel@minix3.org>
Fri, 12 Sep 2014 11:39:49 +0000 (13:39 +0200)
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

distrib/sets/lists/minix/mi
minix/fs/Makefile

index 6d10cd780f1e7966b0d99a3b02fc23c22f1f99bb..a417271004e6239b1a25740ab4e887465dc1ae74 100644 (file)
 ./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
index 0c17c45c16353b661e1653eca6f919e96d3f8e69..b3d26f5a22f21de2627a26deb94ed03ef5df99cb 100644 (file)
@@ -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"