mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-11 10:34:22 +00:00
SoaS: minor cleanups
This commit is contained in:
parent
41b4266732
commit
458bdbcdf6
@ -11,11 +11,15 @@
|
|||||||
%include fedora-live-mini.ks
|
%include fedora-live-mini.ks
|
||||||
|
|
||||||
part / --size=2048
|
part / --size=2048
|
||||||
|
firewall --enabled --service=mdns
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
|
||||||
# == Core Sugar Platform ==
|
# == Core Sugar Platform ==
|
||||||
@sugar-desktop
|
@sugar-desktop
|
||||||
|
# Write breaks unless we do this (we don't need it anyway)
|
||||||
|
# enable for testing in the F17 dev cycle
|
||||||
|
@input-methods
|
||||||
|
|
||||||
# explicitly remove these as they're broken
|
# explicitly remove these as they're broken
|
||||||
-sugar-read
|
-sugar-read
|
||||||
@ -25,7 +29,7 @@ part / --size=2048
|
|||||||
accountsservice
|
accountsservice
|
||||||
|
|
||||||
# == Platform Components ==
|
# == Platform Components ==
|
||||||
# from http://wiki.sugarlabs.org/go/0.88/Platform_Components
|
# from http://wiki.sugarlabs.org/go/0.94/Platform_Components
|
||||||
alsa-plugins-pulseaudio
|
alsa-plugins-pulseaudio
|
||||||
alsa-utils
|
alsa-utils
|
||||||
etoys
|
etoys
|
||||||
@ -38,9 +42,6 @@ pygame
|
|||||||
pulseaudio
|
pulseaudio
|
||||||
pulseaudio-utils
|
pulseaudio-utils
|
||||||
|
|
||||||
# Write breaks unless we do this (we don't need it anyway)
|
|
||||||
-@input-methods
|
|
||||||
|
|
||||||
# explicitly remove openbox and add metacity to hopefully deal with what firstboot wants
|
# explicitly remove openbox and add metacity to hopefully deal with what firstboot wants
|
||||||
-openbox
|
-openbox
|
||||||
metacity
|
metacity
|
||||||
@ -68,11 +69,6 @@ sugar-logos
|
|||||||
b43-openfwwf
|
b43-openfwwf
|
||||||
libertas-usb8388-firmware
|
libertas-usb8388-firmware
|
||||||
|
|
||||||
# == Fonts ==
|
|
||||||
# More font support according to:
|
|
||||||
# http://bugs.sugarlabs.org/ticket/1119
|
|
||||||
# Moved to mini.ks
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@ -81,6 +77,7 @@ libertas-usb8388-firmware
|
|||||||
KERNEL_VERSION=$(rpm -q kernel --qf '%{version}-%{release}.%{arch}\n')
|
KERNEL_VERSION=$(rpm -q kernel --qf '%{version}-%{release}.%{arch}\n')
|
||||||
/usr/sbin/plymouth-set-default-theme sugar
|
/usr/sbin/plymouth-set-default-theme sugar
|
||||||
/sbin/dracut -f /boot/initramfs-$KERNEL_VERSION.img $KERNEL_VERSION
|
/sbin/dracut -f /boot/initramfs-$KERNEL_VERSION.img $KERNEL_VERSION
|
||||||
|
|
||||||
# Note that running rpm recreates the rpm db files which aren't needed or wanted
|
# Note that running rpm recreates the rpm db files which aren't needed or wanted
|
||||||
rm -f /var/lib/rpm/__db*
|
rm -f /var/lib/rpm/__db*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user