mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-27 01:23:08 +00:00
made it ready for f16 - fixed deps and added some stuff like sqlninja build and test worked fine with f16 i386
This commit is contained in:
parent
8554883932
commit
21eb6c8fd1
@ -17,7 +17,6 @@
|
|||||||
# # rCommand: Commandname <- for a command as root
|
# # rCommand: Commandname <- for a command as root
|
||||||
# # Entry: Menu-Entry <- for the MenuEntry Name (optional)
|
# # Entry: Menu-Entry <- for the MenuEntry Name (optional)
|
||||||
|
|
||||||
|
|
||||||
%include fedora-live-base.ks
|
%include fedora-live-base.ks
|
||||||
%include fedora-live-minimization.ks
|
%include fedora-live-minimization.ks
|
||||||
|
|
||||||
@ -31,14 +30,34 @@ lxdm
|
|||||||
### internet
|
### internet
|
||||||
firefox
|
firefox
|
||||||
icedtea-web
|
icedtea-web
|
||||||
midori
|
pidgin
|
||||||
claws-mail
|
sylpheed
|
||||||
|
transmission
|
||||||
|
|
||||||
|
### office
|
||||||
|
#abiword
|
||||||
|
#gnumeric
|
||||||
|
#osmo
|
||||||
|
|
||||||
|
### graphics
|
||||||
|
epdfview
|
||||||
|
#mtpaint
|
||||||
|
|
||||||
### audio & video
|
### audio & video
|
||||||
alsa-plugins-pulseaudio
|
alsa-plugins-pulseaudio
|
||||||
asunder
|
asunder
|
||||||
lxmusic
|
lxmusic
|
||||||
|
gxine
|
||||||
|
gxine-mozplugin
|
||||||
pavucontrol
|
pavucontrol
|
||||||
|
pnmixer
|
||||||
|
# I'm looking for something smaller than
|
||||||
|
#gnomebaker
|
||||||
|
|
||||||
|
### utils
|
||||||
|
galculator
|
||||||
|
parcellite
|
||||||
|
xpad
|
||||||
|
|
||||||
### system
|
### system
|
||||||
gigolo
|
gigolo
|
||||||
@ -55,14 +74,18 @@ adwaita-gtk3-theme
|
|||||||
# needed for automatic unlocking of keyring (#643435)
|
# needed for automatic unlocking of keyring (#643435)
|
||||||
gnome-keyring-pam
|
gnome-keyring-pam
|
||||||
|
|
||||||
gnome-bluetooth
|
NetworkManager-gnome
|
||||||
|
|
||||||
# needed for xdg-open to support LXDE
|
# needed for xdg-open to support LXDE
|
||||||
perl-File-MimeInfo
|
perl-File-MimeInfo
|
||||||
|
|
||||||
|
xcompmgr
|
||||||
xdg-user-dirs-gtk
|
xdg-user-dirs-gtk
|
||||||
|
xscreensaver-extras
|
||||||
|
|
||||||
gnome-packagekit*
|
# use yumex instead of gnome-packagekit
|
||||||
|
#yumex
|
||||||
|
-gnome-packagekit
|
||||||
-kpackagekit
|
-kpackagekit
|
||||||
|
|
||||||
# LXDE has lxpolkit. Make sure no other authentication agents end up in the spin.
|
# LXDE has lxpolkit. Make sure no other authentication agents end up in the spin.
|
||||||
@ -78,7 +101,6 @@ notification-daemon
|
|||||||
metacity
|
metacity
|
||||||
|
|
||||||
# Command line
|
# Command line
|
||||||
irssi
|
|
||||||
powertop
|
powertop
|
||||||
wget
|
wget
|
||||||
yum-utils
|
yum-utils
|
||||||
@ -90,15 +112,7 @@ yum-presto
|
|||||||
-man-pages-*
|
-man-pages-*
|
||||||
-words
|
-words
|
||||||
|
|
||||||
# more fun with space saving
|
|
||||||
-gimp-help
|
|
||||||
|
|
||||||
|
|
||||||
# pam-fprint causes a segfault in LXDM when enabled
|
|
||||||
-fprintd-pam
|
|
||||||
|
|
||||||
# save some space
|
# save some space
|
||||||
-autofs
|
|
||||||
-sendmail
|
-sendmail
|
||||||
ssmtp
|
ssmtp
|
||||||
-acpid
|
-acpid
|
||||||
@ -111,23 +125,7 @@ ssmtp
|
|||||||
-system-config-rootpassword
|
-system-config-rootpassword
|
||||||
#-system-config-services
|
#-system-config-services
|
||||||
-policycoreutils-gui
|
-policycoreutils-gui
|
||||||
|
-gnome-disk-utility
|
||||||
# Useful tools
|
|
||||||
lsof
|
|
||||||
scrot
|
|
||||||
epdfview
|
|
||||||
vlock
|
|
||||||
|
|
||||||
# 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 ############################
|
||||||
@ -259,6 +257,8 @@ ratproxy
|
|||||||
lbd
|
lbd
|
||||||
# Command: skipfish
|
# Command: skipfish
|
||||||
skipfish
|
skipfish
|
||||||
|
# Command: sqlninja
|
||||||
|
sqlninja
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
# Category: Wireless
|
# Category: Wireless
|
||||||
@ -317,7 +317,6 @@ ophcrack
|
|||||||
# Entry: Medusa Brute Force
|
# Entry: Medusa Brute Force
|
||||||
medusa
|
medusa
|
||||||
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@ -342,7 +341,7 @@ FOE
|
|||||||
cat > /etc/xdg/libfm/pref-apps.conf << FOE
|
cat > /etc/xdg/libfm/pref-apps.conf << FOE
|
||||||
[Preferred Applications]
|
[Preferred Applications]
|
||||||
WebBrowser=mozilla-firefox.desktop
|
WebBrowser=mozilla-firefox.desktop
|
||||||
MailClient=fedora-claws-mail.desktop
|
MailClient=redhat-sylpheed.desktop
|
||||||
FOE
|
FOE
|
||||||
|
|
||||||
# set up auto-login for liveuser
|
# set up auto-login for liveuser
|
||||||
|
Loading…
Reference in New Issue
Block a user