mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-26 09:03:09 +00:00
modified to work well with F14
This commit is contained in:
parent
b83a8b871d
commit
9f842088de
@ -22,8 +22,35 @@
|
|||||||
%include fedora-live-minimization.ks
|
%include fedora-live-minimization.ks
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
#GUI Stuff
|
||||||
|
@lxde
|
||||||
|
lxlauncher
|
||||||
|
obconf
|
||||||
|
lxdm
|
||||||
|
xarchiver
|
||||||
|
gnome-bluetooth
|
||||||
|
alsa-plugins-pulseaudio
|
||||||
|
system-config-printer
|
||||||
|
gmixer
|
||||||
|
lxmusic
|
||||||
|
asunder
|
||||||
|
hal-storage-addon
|
||||||
|
xcompmgr
|
||||||
|
xdg-user-dirs-gtk
|
||||||
|
perl-File-MimeInfo
|
||||||
|
gnome-keyring-pam
|
||||||
|
gnome-packagekit*
|
||||||
|
-kpackagekit
|
||||||
|
-polkit-gnome
|
||||||
|
-polkit-kde
|
||||||
|
notification-daemon
|
||||||
|
-xfce4-notifyd
|
||||||
|
metacity
|
||||||
|
gigolo
|
||||||
|
|
||||||
|
|
||||||
# internet
|
# internet
|
||||||
|
firefox
|
||||||
midori
|
midori
|
||||||
claws-mail
|
claws-mail
|
||||||
|
|
||||||
@ -37,23 +64,14 @@ yum-utils
|
|||||||
yum-presto
|
yum-presto
|
||||||
|
|
||||||
# dictionaries are big
|
# dictionaries are big
|
||||||
#-aspell-*
|
-aspell-*
|
||||||
#-hunspell-*
|
-hunspell-*
|
||||||
#-man-pages-*
|
-man-pages-*
|
||||||
#-words
|
-words
|
||||||
|
|
||||||
# more fun with space saving
|
# more fun with space saving
|
||||||
-gimp-help
|
-gimp-help
|
||||||
|
|
||||||
#GUI Stuff
|
|
||||||
@lxde
|
|
||||||
Thunar
|
|
||||||
thunar-volman
|
|
||||||
xarchiver
|
|
||||||
gnome-bluetooth
|
|
||||||
alsa-plugins-pulseaudio
|
|
||||||
pavucontrol
|
|
||||||
system-config-printer
|
|
||||||
|
|
||||||
# pam-fprint causes a segfault in LXDM when enabled
|
# pam-fprint causes a segfault in LXDM when enabled
|
||||||
-fprintd-pam
|
-fprintd-pam
|
||||||
@ -64,6 +82,28 @@ system-config-printer
|
|||||||
-sendmail
|
-sendmail
|
||||||
ssmtp
|
ssmtp
|
||||||
-acpid
|
-acpid
|
||||||
|
-system-config-boot
|
||||||
|
-system-config-lvm
|
||||||
|
-system-config-network
|
||||||
|
-system-config-rootpassword
|
||||||
|
-policycoreutils-gui
|
||||||
|
|
||||||
|
# Useful tools
|
||||||
|
lsof
|
||||||
|
scrot
|
||||||
|
epdfview
|
||||||
|
|
||||||
|
# Other necessary components
|
||||||
|
screen
|
||||||
|
#desktop-backgrounds-basic
|
||||||
|
feh
|
||||||
|
vim-enhanced
|
||||||
|
gnome-menus
|
||||||
|
gnome-terminal
|
||||||
|
|
||||||
|
# make sure debuginfo doesn't end up on the live image
|
||||||
|
-*debug
|
||||||
|
|
||||||
|
|
||||||
###################### Security Stuffs ############################
|
###################### Security Stuffs ############################
|
||||||
security-menus
|
security-menus
|
||||||
@ -252,22 +292,6 @@ ophcrack
|
|||||||
medusa
|
medusa
|
||||||
|
|
||||||
|
|
||||||
# Useful tools
|
|
||||||
lsof
|
|
||||||
scrot
|
|
||||||
epdfview
|
|
||||||
|
|
||||||
# Other necessary components
|
|
||||||
screen
|
|
||||||
desktop-backgrounds-basic
|
|
||||||
feh
|
|
||||||
vim-enhanced
|
|
||||||
gnome-menus
|
|
||||||
gnome-terminal
|
|
||||||
PolicyKit-gnome
|
|
||||||
|
|
||||||
# make sure debuginfo doesn't end up on the live image
|
|
||||||
-*debug
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
Loading…
Reference in New Issue
Block a user