From fb94f924032206cfadce63be2d05acbc4ebf7d37 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Mon, 7 Dec 2015 23:34:21 -0500 Subject: Disable nfs by default nfs shouldn't be on by default for a livecd. this causes rpcbind et al to start for no reason --- conf.d/autoconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/autoconfig b/conf.d/autoconfig index 793c563..9e03ea9 100644 --- a/conf.d/autoconfig +++ b/conf.d/autoconfig @@ -19,7 +19,7 @@ IDEDMA="yes" LVM="no" MDADM="yes" NET="yes" -NFS="yes" +NFS="no" PASSWD="yes" PATA="yes" PCMCIA="yes" -- cgit v1.2.3-65-gdbad