Commit Graph

11 Commits

Author SHA1 Message Date
Adam Williamson 3c08a7fbe4 Update fedora-minimization.ks
All these packages used to be explicitly default or mandatory
in comps groups that were on live images, but no longer are.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2018-09-25 16:58:09 -07:00
Jakub Jelen 23701ef2ff coolkey goes away 2018-03-02 10:06:42 +01:00
Dusty Mabe bbdbf1e1f4
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 <dusty@dustymabe.com>
2018-02-20 17:11:00 -05:00
Bruno Wolff III dc78e464ae minimization: hpijs is no longer available 2016-02-21 10:57:55 -06:00
Bruno Wolff III f18156010c Remove removal references to packages that no longer exist 2014-06-24 06:43:31 -05:00
Kevin Fenzi ae7610c3fb No longer drop ql firmware packages that have moved to linux-firmware (bug 921572) 2013-03-15 16:41:42 -06:00
Adam Williamson 2c04fe5d62 drop samba-client from minimization (it's needed for SMB print sharing) 2013-01-26 08:58:40 -08:00
Bill Nottingham 1ee9d70ab1 Forgot a qlogic firmware 2012-11-05 23:51:56 -05:00
Kevin Fenzi b5f8de26e2 Remove ccid, it no longer exists. Bug: 668361 2011-01-10 11:49:02 -07:00
Colin Walters 5d24cf4d31 Update live-minimization.ks with comps changes
* Is not in comps currently (or is optional)
esc
redhat-lsp
a2ps
compat-* (is only in non-default groups)

* Removed from comps with my patches (or is now optional)
specspo
vorbis-tools
pinfo
2010-03-24 15:43:51 -04:00
Colin Walters 198011f976 Rework live-base and desktop minimization
First, strip the "minimization" parts out of fedora-live-base.ks,
and move them into fedora-live-minimization.ks.  All previous consumers
of fedora-live-base.ks are updated.

The old fedora-live-base.ks was conflating two entirely different
things:

* A live-based image which can be used to install
* Stripping some random bits to fit onto a CD

The previous fedora-livecd-desktop is now fedora-live-desktop.ks.
The new file fedora-livecd-desktop.ks is actually further
minimizations on top of fedora-live-desktop.ks.

Split up these two concepts so that fedora-live-desktop is *THE*
desktop.  What we expect everyone to have as a base, and the
exact same set of packages should be installed by Standalone
Anaconda (DVD) as well.  Then, we have minimization hacks
in fedora-live-desktop-cd.ks.

Over time, we should be shrinking the default install and making
it more just-in-time, by e.g. having many more things use
the PackageKit library to pull in components as needed.
2010-03-24 15:43:51 -04:00