diff options
author | Juergen Daubert <jue@jue.li> | 2014-02-21 13:59:21 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2014-02-21 13:59:21 +0100 |
commit | ee1fa00e489b37a4cd4fc3c5d29ee346709305b4 (patch) | |
tree | 9ae22fe079635441aa213ce5d5ae21cac2846653 /iso | |
parent | 34305391e21c09021e335d3dd517477174a7502c (diff) | |
download | iso-ee1fa00e489b37a4cd4fc3c5d29ee346709305b4.tar.gz iso-ee1fa00e489b37a4cd4fc3c5d29ee346709305b4.tar.xz |
setup-helper: don't remove whois
Diffstat (limited to 'iso')
-rwxr-xr-x | iso/bin/setup-helper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iso/bin/setup-helper b/iso/bin/setup-helper index fd93a84..bb98f8b 100755 --- a/iso/bin/setup-helper +++ b/iso/bin/setup-helper @@ -110,5 +110,5 @@ if [ `is_installed mesa3d` ]; then inject_packages llvm elfutils xorg-presentproto xorg-libxshmfence fi -remove_packages net-tools traceroute whois +remove_packages net-tools traceroute inject_packages inetutils |