From ca243c4ebc0cae2419e0ce291d6460a029ffdf79 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Tue, 20 Feb 2018 17:11:00 -0500 Subject: [PATCH] live-minimizations: don't exclude wget Needed by a few different things. For example to build the security live image you run into these problems if you exclude wget: Problem 1: conflicting requests - nothing provides /usr/bin/wget needed by openvas-scanner-5.1.1-4.fc27.x86_64 Problem 2: package wireshark-gtk-1:2.4.4-2.fc28.x86_64 requires wireshark-cli = 1:2.4.4-2.fc28, but none of the providers can be installed - package wireshark-cli-1:2.4.4-2.fc28.i686 requires libsmi.so.2, but none of the providers can be installed - package wireshark-cli-1:2.4.4-2.fc28.x86_64 requires libsmi.so.2()(64bit), but none of the providers can be installed - conflicting requests - nothing provides wget needed by libsmi-0.4.8-21.fc28.i686 - nothing provides wget needed by libsmi-0.4.8-21.fc28.x86_64 Problem 3: package wireshark-1:2.4.4-2.fc28.x86_64 requires wireshark-cli = 1:2.4.4-2.fc28, but none of the providers can be installed - package wireshark-cli-1:2.4.4-2.fc28.i686 requires libsmi.so.2, but none of the providers can be installed - package wireshark-cli-1:2.4.4-2.fc28.x86_64 requires libsmi.so.2()(64bit), but none of the providers can be installed - conflicting requests - nothing provides wget needed by libsmi-0.4.8-21.fc28.i686 - nothing provides wget needed by libsmi-0.4.8-21.fc28.x86_64 Signed-off-by: Dusty Mabe --- fedora-live-minimization.ks | 1 - 1 file changed, 1 deletion(-) diff --git a/fedora-live-minimization.ks b/fedora-live-minimization.ks index 9bc4e74..1f37a7e 100644 --- a/fedora-live-minimization.ks +++ b/fedora-live-minimization.ks @@ -12,7 +12,6 @@ -autofs # smartcards won't really work on the livecd. -coolkey --wget # scanning takes quite a bit of space :/ -xsane