forked from srbala/fedora-kickstarts
Merge branch 'master' of ssh://git.fedorahosted.org/git/spin-kickstarts
This commit is contained in:
commit
d7ced17599
@ -11,15 +11,15 @@ timezone Europe/Lisbon
|
||||
|
||||
%packages
|
||||
@portuguese-support
|
||||
%end
|
||||
|
||||
%post
|
||||
# system-config-keyboard doesn't really work (missing xorg.conf etc)
|
||||
cat >>/etc/X11/xorg.conf << EOF
|
||||
Section "InputDevice"
|
||||
Identifier "Keyboard0"
|
||||
Driver "kbd"
|
||||
Option "XkbLayout" "pt-latin1"
|
||||
EndSection
|
||||
EOF
|
||||
%end
|
||||
%end
|
||||
|
||||
%post
|
||||
# system-config-keyboard doesn't really work (missing xorg.conf etc)
|
||||
cat >>/etc/X11/xorg.conf << EOF
|
||||
Section "InputDevice"
|
||||
Identifier "Keyboard0"
|
||||
Driver "kbd"
|
||||
Option "XkbLayout" "pt"
|
||||
EndSection
|
||||
EOF
|
||||
%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
|
||||
|
||||
%packages
|
||||
@ -33,11 +37,17 @@ festvox-slt-arctic-hts
|
||||
scim-chewing
|
||||
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
|
||||
-gnome-user-docs
|
||||
-gimp-help
|
||||
-evolution-help
|
||||
-autofs
|
||||
-gnome-games-help
|
||||
-nss_db
|
||||
-vino
|
||||
|
||||
|
@ -11,12 +11,15 @@
|
||||
|
||||
%packages
|
||||
|
||||
# workaround to put it on the beta
|
||||
phonon-backend-xine
|
||||
|
||||
@kde-desktop
|
||||
|
||||
# unwanted packages from @kde-desktop
|
||||
# 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
|
||||
### digikam has duplicate functionality with gwenview (~11 megs)
|
||||
-digikam
|
||||
@ -47,7 +50,8 @@ filelight
|
||||
|
||||
# some extras
|
||||
fuse
|
||||
pavucontrol
|
||||
# nice to have but pulls in gstreamer
|
||||
#pavucontrol
|
||||
|
||||
|
||||
# additional fonts
|
||||
|
@ -19,7 +19,7 @@ cat >>/etc/X11/xorg.conf << EOF
|
||||
Section "InputDevice"
|
||||
Identifier "Keyboard0"
|
||||
Driver "kbd"
|
||||
Option "XkbLayout" "pt-latin1"
|
||||
Option "XkbLayout" "pt"
|
||||
EndSection
|
||||
EOF
|
||||
%end
|
||||
%end
|
||||
|
@ -7,6 +7,9 @@
|
||||
|
||||
%include fedora-livecd-kde.ks
|
||||
|
||||
# DVD payload
|
||||
part / --size=8192
|
||||
|
||||
%packages
|
||||
|
||||
# KDE basic packages
|
||||
@ -58,7 +61,6 @@ gnome-bluetooth
|
||||
|
||||
|
||||
# ignore comps.xml and make sure these packages are included
|
||||
rhgb
|
||||
make
|
||||
# include default fedora wallpaper
|
||||
desktop-backgrounds-basic
|
||||
|
@ -19,7 +19,7 @@ cat >>/etc/X11/xorg.conf << EOF
|
||||
Section "InputDevice"
|
||||
Identifier "Keyboard0"
|
||||
Driver "kbd"
|
||||
Option "XkbLayout" "pt-latin1"
|
||||
Option "XkbLayout" "pt"
|
||||
EndSection
|
||||
EOF
|
||||
%end
|
||||
%end
|
||||
|
Loading…
Reference in New Issue
Block a user