From ab5c98ee5a2332a1f64b55fa3d056b675b2252ef Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Fri, 12 Sep 2014 13:39:49 +0200 Subject: [PATCH] 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 --- distrib/sets/lists/minix/mi | 2 +- minix/fs/Makefile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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" -- 2.44.0