commit:     fb94f924032206cfadce63be2d05acbc4ebf7d37
Author:     Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  8 04:34:21 2015 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Dec 11 17:26:55 2015 +0000
URL:        https://gitweb.gentoo.org/proj/livecd-tools.git/commit/?id=fb94f924

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"

Reply via email to