* [gentoo-commits] proj/livecd-tools:master commit in: conf.d/
@ 2015-12-11 17:53 William Hubbs
0 siblings, 0 replies; only message in thread
From: William Hubbs @ 2015-12-11 17:53 UTC (permalink / raw
To: gentoo-commits
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"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-12-11 17:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-11 17:53 [gentoo-commits] proj/livecd-tools:master commit in: conf.d/ William Hubbs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox