mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-26 17:13:09 +00:00
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
This commit is contained in:
parent
3edb1b58df
commit
0cc5cc9e90
@ -17,6 +17,8 @@ repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?rep
|
|||||||
#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
|
#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
|
#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch
|
||||||
|
|
||||||
|
%include fedora-live-minimization.ks
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
@base-x
|
@base-x
|
||||||
@standard
|
@standard
|
||||||
@ -25,11 +27,6 @@ repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?rep
|
|||||||
kernel
|
kernel
|
||||||
memtest86+
|
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
|
# implicitly include the fonts we want
|
||||||
liberation-mono-fonts
|
liberation-mono-fonts
|
||||||
liberation-sans-fonts
|
liberation-sans-fonts
|
||||||
@ -42,14 +39,9 @@ dejavu-sans-mono-fonts
|
|||||||
dejavu-serif-fonts
|
dejavu-serif-fonts
|
||||||
|
|
||||||
# We like noise
|
# We like noise
|
||||||
alsa-plugins-pulseaudio
|
@multimedia
|
||||||
alsa-utils
|
|
||||||
pulseaudio
|
|
||||||
pulseaudio-module-x11
|
|
||||||
pulseaudio-utils
|
|
||||||
|
|
||||||
# Remove default base packages we don't want
|
# Remove default base packages we don't want
|
||||||
-coolkey
|
|
||||||
-dos2unix
|
-dos2unix
|
||||||
-dump
|
-dump
|
||||||
-finger
|
-finger
|
||||||
@ -81,25 +73,10 @@ pulseaudio-utils
|
|||||||
-words
|
-words
|
||||||
-ypbind
|
-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
|
# Remove default unwanted hardware firmware and support we don't want
|
||||||
-foomatic*
|
-foomatic*
|
||||||
-ghostscript*
|
-ghostscript*
|
||||||
-ivtv-firmware
|
-ivtv-firmware
|
||||||
-ql2100-firmware
|
|
||||||
-ql2200-firmware
|
|
||||||
-ql23xx-firmware
|
|
||||||
-ql2400-firmware
|
|
||||||
-ql2500-firmware
|
|
||||||
# These are listed somewhere other than hardware support!
|
# These are listed somewhere other than hardware support!
|
||||||
-irda-utils
|
-irda-utils
|
||||||
-fprintd*
|
-fprintd*
|
||||||
@ -110,15 +87,14 @@ pulseaudio-utils
|
|||||||
-man-pages*
|
-man-pages*
|
||||||
-words
|
-words
|
||||||
|
|
||||||
# livecd bits to set up the livecd and be able to install
|
# The point of a live image is to install
|
||||||
anaconda
|
anaconda
|
||||||
|
@anaconda-tools
|
||||||
|
|
||||||
# Add some useful utils
|
# Add some useful utils
|
||||||
system-config-firewall-base
|
firewall-config
|
||||||
gnome-packagekit
|
gnome-packagekit
|
||||||
powertop
|
powertop
|
||||||
gnupg2
|
|
||||||
yum-presto
|
|
||||||
avahi
|
avahi
|
||||||
|
|
||||||
# Remove sendmail: this needs to be explicit
|
# Remove sendmail: this needs to be explicit
|
||||||
|
Loading…
Reference in New Issue
Block a user