diff options
author | Rick Farina (Zero_Chaos) <zerochaos@gentoo.org> | 2015-12-07 23:34:21 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-12-11 11:26:55 -0600 |
commit | fb94f924032206cfadce63be2d05acbc4ebf7d37 (patch) | |
tree | fe4c5fee22f0786d679541b8ee1321e14904600f | |
parent | no more arrays in conf.d/net (diff) | |
download | livecd-tools-fb94f924032206cfadce63be2d05acbc4ebf7d37.tar.gz livecd-tools-fb94f924032206cfadce63be2d05acbc4ebf7d37.tar.bz2 livecd-tools-fb94f924032206cfadce63be2d05acbc4ebf7d37.zip |
Disable nfs by default
nfs shouldn't be on by default for a livecd. this causes rpcbind et al
to start for no reason
-rw-r--r-- | conf.d/autoconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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" |