Gentoo Archives: gentoo-commits

From: Wim Muskee <wimmuskee@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/ltsp:master commit in: profiles/ltsp/, profiles/default/linux/x86/10.0/ltsp/, ...
Date: Fri, 23 Nov 2012 05:04:07
Message-Id: 1353647016.a345fe3e69709f41bf955ce16a6b706d18faff09.wim@gentoo
1 commit: a345fe3e69709f41bf955ce16a6b706d18faff09
2 Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
3 AuthorDate: Fri Nov 23 05:03:36 2012 +0000
4 Commit: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
5 CommitDate: Fri Nov 23 05:03:36 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ltsp.git;a=commit;h=a345fe3e
7
8 profiles: add dracut net USE and add dracut keywords
9
10 ---
11 .../linux/amd64/10.0/ltsp/package.accept_keywords | 1 +
12 .../linux/x86/10.0/ltsp/package.accept_keywords | 1 +
13 profiles/ltsp/package.use | 3 +++
14 3 files changed, 5 insertions(+), 0 deletions(-)
15
16 diff --git a/profiles/default/linux/amd64/10.0/ltsp/package.accept_keywords b/profiles/default/linux/amd64/10.0/ltsp/package.accept_keywords
17 new file mode 100644
18 index 0000000..4b1c367
19 --- /dev/null
20 +++ b/profiles/default/linux/amd64/10.0/ltsp/package.accept_keywords
21 @@ -0,0 +1 @@
22 +sys-kernel/dracut amd64
23
24 diff --git a/profiles/default/linux/x86/10.0/ltsp/package.accept_keywords b/profiles/default/linux/x86/10.0/ltsp/package.accept_keywords
25 new file mode 100644
26 index 0000000..96cc8f9
27 --- /dev/null
28 +++ b/profiles/default/linux/x86/10.0/ltsp/package.accept_keywords
29 @@ -0,0 +1 @@
30 +sys-kernel/dracut x86
31
32 diff --git a/profiles/ltsp/package.use b/profiles/ltsp/package.use
33 index 4a3f41b..b13c94e 100644
34 --- a/profiles/ltsp/package.use
35 +++ b/profiles/ltsp/package.use
36 @@ -12,3 +12,6 @@ x11-libs/libdrm libkms
37
38 # install ltspfs client init scripts
39 sys-fs/ltspfs client
40 +
41 +# req by nfs and nbd dracut flags
42 +sys-kernel/dracut net