diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-10-04 19:21:08 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-10-04 19:21:08 -0300 |
commit | 72b34f572ec2f1c2e8f1af88e742853726200178 (patch) | |
tree | c40de3703964c7e5a505b20eddaa6b8840c65556 | |
parent | 7348065cdf765ecd2decdb34eb64fd1abf368a8e (diff) | |
download | archiso32-72b34f572ec2f1c2e8f1af88e742853726200178.tar.xz |
[configs/releng] Add ethtool to live-enviroment
FS#28773 - [ethtool] [net-tools] one of packages should belong to base group
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-rw-r--r-- | configs/releng/packages.i686 | 1 | ||||
-rw-r--r-- | configs/releng/packages.x86_64 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/releng/packages.i686 b/configs/releng/packages.i686 index 194774c..b300c60 100644 --- a/configs/releng/packages.i686 +++ b/configs/releng/packages.i686 @@ -12,6 +12,7 @@ dnsutils dosfstools efibootmgr elinks +ethtool fsarchiver gnu-netcat gptfdisk diff --git a/configs/releng/packages.x86_64 b/configs/releng/packages.x86_64 index 35114ae..4d93c78 100644 --- a/configs/releng/packages.x86_64 +++ b/configs/releng/packages.x86_64 @@ -12,6 +12,7 @@ dnsutils dosfstools efibootmgr elinks +ethtool fsarchiver gnu-netcat gptfdisk |