From: Lionel Sambuc Date: Fri, 12 Sep 2014 11:39:49 +0000 (+0200) Subject: Temporarily disable the is9600 FS server X-Git-Tag: v3.3.0~5 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=ab5c98ee5a2332a1f64b55fa3d056b675b2252ef;p=minix.git 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 --- diff --git a/distrib/sets/lists/minix/mi b/distrib/sets/lists/minix/mi index 6d10cd780..a41727100 100644 --- a/distrib/sets/lists/minix/mi +++ b/distrib/sets/lists/minix/mi @@ -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 diff --git a/minix/fs/Makefile b/minix/fs/Makefile index 0c17c45c1..b3d26f5a2 100644 --- a/minix/fs/Makefile +++ b/minix/fs/Makefile @@ -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"