forked from srbala/fedora-kickstarts
Merge branch 'master' of ssh://git.fedorahosted.org/git/spin-kickstarts
This commit is contained in:
commit
d7ced17599
@ -19,7 +19,7 @@ cat >>/etc/X11/xorg.conf << EOF
|
|||||||
Section "InputDevice"
|
Section "InputDevice"
|
||||||
Identifier "Keyboard0"
|
Identifier "Keyboard0"
|
||||||
Driver "kbd"
|
Driver "kbd"
|
||||||
Option "XkbLayout" "pt-latin1"
|
Option "XkbLayout" "pt"
|
||||||
EndSection
|
EndSection
|
||||||
EOF
|
EOF
|
||||||
%end
|
%end
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
# Maintained by the Fedora Desktop SIG:
|
||||||
|
# http://fedoraproject.org/wiki/SIGs/Desktop
|
||||||
|
# mailto:fedora-desktop-list@redhat.com
|
||||||
|
|
||||||
%include fedora-live-base.ks
|
%include fedora-live-base.ks
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
@ -33,11 +37,17 @@ festvox-slt-arctic-hts
|
|||||||
scim-chewing
|
scim-chewing
|
||||||
scim-pinyin
|
scim-pinyin
|
||||||
|
|
||||||
|
# Sendmail has slow startup and is in general not necessary -
|
||||||
|
# long term we should evaluate dropping local SMTP entirely
|
||||||
|
# and fix cron
|
||||||
|
-sendmail
|
||||||
|
ssmtp
|
||||||
|
|
||||||
# save some space
|
# save some space
|
||||||
-gnome-user-docs
|
-gnome-user-docs
|
||||||
-gimp-help
|
-gimp-help
|
||||||
-evolution-help
|
-evolution-help
|
||||||
-autofs
|
-gnome-games-help
|
||||||
-nss_db
|
-nss_db
|
||||||
-vino
|
-vino
|
||||||
|
|
||||||
|
@ -11,12 +11,15 @@
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
|
||||||
|
# workaround to put it on the beta
|
||||||
|
phonon-backend-xine
|
||||||
|
|
||||||
@kde-desktop
|
@kde-desktop
|
||||||
|
|
||||||
# unwanted packages from @kde-desktop
|
# unwanted packages from @kde-desktop
|
||||||
# don't include these for now to fit on a cd
|
# don't include these for now to fit on a cd
|
||||||
|
|
||||||
### amarok has duplicate functionality with juk (~14 megs)
|
### amarok has duplicate functionality with juk (~10 megs)
|
||||||
#-amarok
|
#-amarok
|
||||||
### digikam has duplicate functionality with gwenview (~11 megs)
|
### digikam has duplicate functionality with gwenview (~11 megs)
|
||||||
-digikam
|
-digikam
|
||||||
@ -47,7 +50,8 @@ filelight
|
|||||||
|
|
||||||
# some extras
|
# some extras
|
||||||
fuse
|
fuse
|
||||||
pavucontrol
|
# nice to have but pulls in gstreamer
|
||||||
|
#pavucontrol
|
||||||
|
|
||||||
|
|
||||||
# additional fonts
|
# additional fonts
|
||||||
|
@ -19,7 +19,7 @@ cat >>/etc/X11/xorg.conf << EOF
|
|||||||
Section "InputDevice"
|
Section "InputDevice"
|
||||||
Identifier "Keyboard0"
|
Identifier "Keyboard0"
|
||||||
Driver "kbd"
|
Driver "kbd"
|
||||||
Option "XkbLayout" "pt-latin1"
|
Option "XkbLayout" "pt"
|
||||||
EndSection
|
EndSection
|
||||||
EOF
|
EOF
|
||||||
%end
|
%end
|
@ -7,6 +7,9 @@
|
|||||||
|
|
||||||
%include fedora-livecd-kde.ks
|
%include fedora-livecd-kde.ks
|
||||||
|
|
||||||
|
# DVD payload
|
||||||
|
part / --size=8192
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
|
||||||
# KDE basic packages
|
# KDE basic packages
|
||||||
@ -58,7 +61,6 @@ gnome-bluetooth
|
|||||||
|
|
||||||
|
|
||||||
# ignore comps.xml and make sure these packages are included
|
# ignore comps.xml and make sure these packages are included
|
||||||
rhgb
|
|
||||||
make
|
make
|
||||||
# include default fedora wallpaper
|
# include default fedora wallpaper
|
||||||
desktop-backgrounds-basic
|
desktop-backgrounds-basic
|
||||||
|
@ -19,7 +19,7 @@ cat >>/etc/X11/xorg.conf << EOF
|
|||||||
Section "InputDevice"
|
Section "InputDevice"
|
||||||
Identifier "Keyboard0"
|
Identifier "Keyboard0"
|
||||||
Driver "kbd"
|
Driver "kbd"
|
||||||
Option "XkbLayout" "pt-latin1"
|
Option "XkbLayout" "pt"
|
||||||
EndSection
|
EndSection
|
||||||
EOF
|
EOF
|
||||||
%end
|
%end
|
Loading…
Reference in New Issue
Block a user