Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/livecd-tools:master commit in: init.d/
Date: Fri, 11 Dec 2015 17:53:21
Message-Id: 1449855063.c1128645a2ae777f37d83477d2bccfd310e4d7c9.williamh@gentoo
1 commit: c1128645a2ae777f37d83477d2bccfd310e4d7c9
2 Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 8 04:35:36 2015 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 11 17:31:03 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/livecd-tools.git/commit/?id=c1128645
7
8 Allow nfs to be activated from the kernel command line
9
10 init.d/autoconfig | 3 +++
11 1 file changed, 3 insertions(+)
12
13 diff --git a/init.d/autoconfig b/init.d/autoconfig
14 index 0e5d769..7b31b88 100644
15 --- a/init.d/autoconfig
16 +++ b/init.d/autoconfig
17 @@ -132,6 +132,9 @@ get_config() {
18 donet)
19 NET="yes"
20 ;;
21 + donfs)
22 + NFS="yes"
23 + ;;
24 dopata)
25 PATA="yes"
26 ;;