commit: c1128645a2ae777f37d83477d2bccfd310e4d7c9 Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org> AuthorDate: Tue Dec 8 04:35:36 2015 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Fri Dec 11 17:31:03 2015 +0000 URL: https://gitweb.gentoo.org/proj/livecd-tools.git/commit/?id=c1128645
Allow nfs to be activated from the kernel command line init.d/autoconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.d/autoconfig b/init.d/autoconfig index 0e5d769..7b31b88 100644 --- a/init.d/autoconfig +++ b/init.d/autoconfig @@ -132,6 +132,9 @@ get_config() { donet) NET="yes" ;; + donfs) + NFS="yes" + ;; dopata) PATA="yes" ;;