[Fedora-spins] [spin-kickstarts/f18] Cleanup of fedora-live-mini

Bill Nottingham notting at fedoraproject.org
Wed Oct 3 20:20:26 UTC 2012


commit 404c551733584dfaf48a9708482d184fd516c8e0
Author: Bill Nottingham <notting at redhat.com>
Date:   Wed Oct 3 16:17:29 2012 -0400

    Cleanup of fedora-live-mini
    
    1) Include the standard minimization bits, remove removals already referenced there.
    2) Remove obsolete removals
    3) Switch to groups for a couple of items
    4) Switch to firewall-config

 fedora-live-mini.ks |   36 ++++++------------------------------
 1 files changed, 6 insertions(+), 30 deletions(-)
---
diff --git a/fedora-live-mini.ks b/fedora-live-mini.ks
index da15326..b196a0b 100644
--- a/fedora-live-mini.ks
+++ b/fedora-live-mini.ks
@@ -17,6 +17,8 @@ repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo
 repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
 #repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch
 
+%include fedora-live-minimization.ks
+
 %packages
 @base-x
 @standard
@@ -25,11 +27,6 @@ repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?rep
 kernel
 memtest86+
 
-# grub-efi and grub2 and efibootmgr so anaconda can use the right one on install.
-grub-efi
-grub2
-efibootmgr
-
 # implicitly include the fonts we want
 liberation-mono-fonts
 liberation-sans-fonts
@@ -42,14 +39,9 @@ dejavu-sans-mono-fonts
 dejavu-serif-fonts
 
 # We like noise
-alsa-plugins-pulseaudio
-alsa-utils
-pulseaudio
-pulseaudio-module-x11
-pulseaudio-utils
+ at multimedia
 
 # Remove default base packages we don't want
--coolkey
 -dos2unix
 -dump
 -finger
@@ -81,25 +73,10 @@ pulseaudio-utils
 -words
 -ypbind
 
-# Remove default base-x packages we don't want
--cups-pk-helper
--glx-utils
--system-config-date
--system-config-firewall
--system-config-network
--system-config-printer
--system-config-services
--system-config-users
-
 # Remove default unwanted hardware firmware and support we don't want
 -foomatic*
 -ghostscript*
 -ivtv-firmware
--ql2100-firmware
--ql2200-firmware
--ql23xx-firmware
--ql2400-firmware
--ql2500-firmware
 # These are listed somewhere other than hardware support!
 -irda-utils
 -fprintd*
@@ -110,15 +87,14 @@ pulseaudio-utils
 -man-pages*
 -words
 
-# livecd bits to set up the livecd and be able to install
+# The point of a live image is to install
 anaconda
+ at anaconda-tools
 
 # Add some useful utils
-system-config-firewall-base
+firewall-config
 gnome-packagekit
 powertop
-gnupg2
-yum-presto
 avahi
 
 # Remove sendmail: this needs to be explicit


More information about the spins mailing list