diff options
author | Wim Muskee <wimmuskee@gmail.com> | 2012-11-23 22:47:30 +0100 |
---|---|---|
committer | Wim Muskee <wimmuskee@gmail.com> | 2012-11-23 22:47:30 +0100 |
commit | 6af84d6712026f6578892443284a4ad1361361ac (patch) | |
tree | 91b5a33073fe2d3a17be9f57a0cf878c7e608f8f | |
parent | profiles: add dracut net USE and add dracut keywords (diff) | |
download | ltsp-6af84d6712026f6578892443284a4ad1361361ac.tar.gz ltsp-6af84d6712026f6578892443284a4ad1361361ac.tar.bz2 ltsp-6af84d6712026f6578892443284a4ad1361361ac.zip |
profiles: add ~ for keywords, doh, and dhcp
-rw-r--r-- | profiles/default/linux/amd64/10.0/ltsp/package.accept_keywords | 3 | ||||
-rw-r--r-- | profiles/default/linux/x86/10.0/ltsp/package.accept_keywords | 3 |
2 files changed, 4 insertions, 2 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 index 4b1c367..3c99d59 100644 --- a/profiles/default/linux/amd64/10.0/ltsp/package.accept_keywords +++ b/profiles/default/linux/amd64/10.0/ltsp/package.accept_keywords @@ -1 +1,2 @@ -sys-kernel/dracut amd64 +=net-misc/dhcp-4.2.4_p2-r1 ~amd64 +>=sys-kernel/dracut-024 ~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 index 96cc8f9..6cdd648 100644 --- a/profiles/default/linux/x86/10.0/ltsp/package.accept_keywords +++ b/profiles/default/linux/x86/10.0/ltsp/package.accept_keywords @@ -1 +1,2 @@ -sys-kernel/dracut x86 +=net-misc/dhcp-4.2.4_p2-r1 ~x86 +>=sys-kernel/dracut-024 ~x86 |