summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeroen van Meeuwen (Fedora Unity) <kanarip@fedoraunity.org>2008-09-25 11:03:21 +0200
committerJeroen van Meeuwen (Fedora Unity) <kanarip@fedoraunity.org>2008-09-25 11:03:21 +0200
commitd7ced17599095030ec955f171bbf6d58a50a9255 (patch)
tree99fa262995ee50aa23bf1bbf0de0f9fe49f52f25
parent769f598f7230c11efe1a5c3423dc981a70a3edad (diff)
parentcd5fed207919194f041e31e82f65293d173f77b5 (diff)
downloadspin-kickstarts-d7ced17599095030ec955f171bbf6d58a50a9255.tar.gz
spin-kickstarts-d7ced17599095030ec955f171bbf6d58a50a9255.tar.xz
spin-kickstarts-d7ced17599095030ec955f171bbf6d58a50a9255.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/spin-kickstarts
-rw-r--r--fedora-livecd-desktop-pt_PT.ks24
-rw-r--r--fedora-livecd-desktop.ks12
-rw-r--r--fedora-livecd-kde.ks8
-rw-r--r--fedora-livedvd-developer-pt_PT.ks4
-rw-r--r--fedora-livedvd-electronic-lab.ks4
-rw-r--r--fedora-livedvd-games-pt_PT.ks4
6 files changed, 36 insertions, 20 deletions
diff --git a/fedora-livecd-desktop-pt_PT.ks b/fedora-livecd-desktop-pt_PT.ks
index b3be353..78fe1d8 100644
--- a/fedora-livecd-desktop-pt_PT.ks
+++ b/fedora-livecd-desktop-pt_PT.ks
@@ -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
diff --git a/fedora-livecd-desktop.ks b/fedora-livecd-desktop.ks
index 371ad17..65ffec6 100644
--- a/fedora-livecd-desktop.ks
+++ b/fedora-livecd-desktop.ks
@@ -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
diff --git a/fedora-livecd-kde.ks b/fedora-livecd-kde.ks
index 1ca9eef..38d1131 100644
--- a/fedora-livecd-kde.ks
+++ b/fedora-livecd-kde.ks
@@ -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
diff --git a/fedora-livedvd-developer-pt_PT.ks b/fedora-livedvd-developer-pt_PT.ks
index 0775470..b217800 100644
--- a/fedora-livedvd-developer-pt_PT.ks
+++ b/fedora-livedvd-developer-pt_PT.ks
@@ -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 \ No newline at end of file
+%end
diff --git a/fedora-livedvd-electronic-lab.ks b/fedora-livedvd-electronic-lab.ks
index 7a43065..59e9773 100644
--- a/fedora-livedvd-electronic-lab.ks
+++ b/fedora-livedvd-electronic-lab.ks
@@ -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
diff --git a/fedora-livedvd-games-pt_PT.ks b/fedora-livedvd-games-pt_PT.ks
index d623cab..7a385a5 100644
--- a/fedora-livedvd-games-pt_PT.ks
+++ b/fedora-livedvd-games-pt_PT.ks
@@ -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 \ No newline at end of file
+%end