diff options
author | Wim Muskee <wimmuskee@gmail.com> | 2012-11-23 06:03:36 +0100 |
---|---|---|
committer | Wim Muskee <wimmuskee@gmail.com> | 2012-11-23 06:03:36 +0100 |
commit | a345fe3e69709f41bf955ce16a6b706d18faff09 (patch) | |
tree | 75045cc93cd6d7ccd4f2754e5c0d50eb4d5a9eec | |
parent | kicktoo: release to stable 0.4.4-r2 (diff) | |
download | ltsp-a345fe3e69709f41bf955ce16a6b706d18faff09.tar.gz ltsp-a345fe3e69709f41bf955ce16a6b706d18faff09.tar.bz2 ltsp-a345fe3e69709f41bf955ce16a6b706d18faff09.zip |
profiles: add dracut net USE and add dracut keywords
-rw-r--r-- | profiles/default/linux/amd64/10.0/ltsp/package.accept_keywords | 1 | ||||
-rw-r--r-- | profiles/default/linux/x86/10.0/ltsp/package.accept_keywords | 1 | ||||
-rw-r--r-- | profiles/ltsp/package.use | 3 |
3 files changed, 5 insertions, 0 deletions
diff --git a/profiles/default/linux/amd64/10.0/ltsp/package.accept_keywords b/profiles/default/linux/amd64/10.0/ltsp/package.accept_keywords new file mode 100644 index 0000000..4b1c367 --- /dev/null +++ b/profiles/default/linux/amd64/10.0/ltsp/package.accept_keywords @@ -0,0 +1 @@ +sys-kernel/dracut amd64 diff --git a/profiles/default/linux/x86/10.0/ltsp/package.accept_keywords b/profiles/default/linux/x86/10.0/ltsp/package.accept_keywords new file mode 100644 index 0000000..96cc8f9 --- /dev/null +++ b/profiles/default/linux/x86/10.0/ltsp/package.accept_keywords @@ -0,0 +1 @@ +sys-kernel/dracut x86 diff --git a/profiles/ltsp/package.use b/profiles/ltsp/package.use index 4a3f41b..b13c94e 100644 --- a/profiles/ltsp/package.use +++ b/profiles/ltsp/package.use @@ -12,3 +12,6 @@ x11-libs/libdrm libkms # install ltspfs client init scripts sys-fs/ltspfs client + +# req by nfs and nbd dracut flags +sys-kernel/dracut net |