From a345fe3e69709f41bf955ce16a6b706d18faff09 Mon Sep 17 00:00:00 2001 From: Wim Muskee Date: Fri, 23 Nov 2012 06:03:36 +0100 Subject: profiles: add dracut net USE and add dracut keywords --- profiles/default/linux/amd64/10.0/ltsp/package.accept_keywords | 1 + profiles/default/linux/x86/10.0/ltsp/package.accept_keywords | 1 + profiles/ltsp/package.use | 3 +++ 3 files changed, 5 insertions(+) create mode 100644 profiles/default/linux/amd64/10.0/ltsp/package.accept_keywords create mode 100644 profiles/default/linux/x86/10.0/ltsp/package.accept_keywords 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 -- cgit v1.2.3-65-gdbad