Move localized kickstarts to l10n/

Move custom kickstarts to custom/
Remove fedora-livecd-desktop-en_US.ks now that it is no longer necessary to
  localize the desktop.ks kickstart in en_US.
This commit is contained in:
Jeroen van Meeuwen (Fedora Unity) 2009-08-03 23:44:14 +02:00
parent 32ab440444
commit dfda24729b
25 changed files with 148 additions and 34 deletions

7
custom/README Normal file
View File

@ -0,0 +1,7 @@
== NOTICE ==
This directory contains unofficial kickstarts. These have been technically
approved by the Fedora Spins SIG, but have no trademark approval.
Included in this directory is also a few symbolic links to official Fedora
kickstarts, used by the other kickstarts in this directory.

1
custom/fedora-live-base.ks Symbolic link
View File

@ -0,0 +1 @@
../fedora-live-base.ks

View File

@ -0,0 +1 @@
../fedora-livecd-desktop.ks

1
custom/fedora-livecd-kde.ks Symbolic link
View File

@ -0,0 +1 @@
../fedora-livecd-kde.ks

View File

@ -0,0 +1,114 @@
# fedora-livecd-lxde.ks
#
# Description:
# - Fedora Live Spin with the light-weight LXDE Desktop Environment
#
# Maintainer(s):
# - Christoph Wickert <cwickert@fedoraproject.org>
%include fedora-live-base.ks
%packages
# rebranding
-fedora-release
-fedora-logos
-fedora-release-notes
generic-logos
generic-release
generic-release-notes
# LXDE desktop
@lxde-desktop
lxlauncher
obconf
parcellite
slim
# internet
midori
sylpheed
lostirc
transmission
gftp
# office
abiword
gnumeric
osmo
#glista
# graphics
epdfview
mtpaint
# audio & video
pavucontrol
lxmusic
asunder
totem
totem-mozplugin
# I'm looking for something smaller than
gnomebaker
# development
#geany
# More Desktop stuff
xdg-user-dirs
@java
alsa-plugins-pulseaudio
NetworkManager-gnome
galculator
xpad
cups-pdf
# use yumex instead of gnome-packagekit
#-gnome-packagekit
#yumex
# Command line
powertop
wget
yum-utils
# dictionaries are big
-aspell-*
-hunspell-*
-man-pages-*
-words
# save some space
-nss_db
-sendmail
ssmtp
-acpid
%end
%post
# LXDE and SLiM configuration
# create /etc/sysconfig/desktop (needed for installation)
cat >> /etc/sysconfig/desktop <<EOF
PREFERRED=/usr/bin/startlxde
DISPLAYMANAGER=/usr/bin/slim-dynwm
EOF
cat >> /etc/rc.d/init.d/livesys << EOF
chown -R liveuser:liveuser /home/liveuser
restorecon -R /home/liveuser
# set up timed auto-login for after 60 seconds
cat >> /etc/slim.conf << FOE
auto_login yes
default_user liveuser
FOE
EOF
%post
%end

View File

@ -1,16 +0,0 @@
# fedora-livecd-desktop-en_US.ks
#
# Maintainer(s):
# - UNKNOWN
%include fedora-livecd-desktop.ks
lang en_US.UTF-8
keyboard us
timezone US/Eastern
%packages
# exclude input methods
-m17n*
-scim*
%end

6
l10n/README Normal file
View File

@ -0,0 +1,6 @@
== NOTICE ==
These kickstarts are localized versions of the custom or official Fedora
Spins.
Kickstarts in this directory need to %include ../*.ks, or ../custom/*.ks

View File

@ -3,7 +3,7 @@
# Maintainer(s):
# - Fabian Affolter <fab at fedoraproject.org>
%include fedora-livecd-desktop.ks
%include ../fedora-livecd-desktop.ks
lang de_DE.UTF-8
keyboard sg-latin1-nodeadkeys

View File

@ -3,7 +3,7 @@
# Maintainer(s):
# - Jeroen van Meeuwen <kanarip a fedoraunity.org>
%include fedora-livecd-desktop.ks
%include ../fedora-livecd-desktop.ks
lang de_DE.UTF-8
keyboard de-latin1-nodeadkeys

View File

@ -3,7 +3,7 @@
# Maintainer(s):
# - Jeroen van Meeuwen <kanarip a fedoraunity.org>
%include fedora-livecd-desktop.ks
%include ../fedora-livecd-desktop.ks
lang nl_NL.UTF-8
keyboard us

View File

@ -3,7 +3,7 @@
# Maintainer(s):
# - Igor Pires Soares <igor at projetofedora.org>
%include fedora-livecd-desktop.ks
%include ../fedora-livecd-desktop.ks
lang pt_BR.UTF-8
keyboard br-abnt2

View File

@ -3,7 +3,7 @@
# Maintainer(s):
# - Pedro Silva <pedrofsilva a netcabo.pt>
%include fedora-livecd-desktop.ks
%include ../fedora-livecd-desktop.ks
lang pt_PT.UTF-8
keyboard pt-latin1

View File

@ -3,7 +3,7 @@
# Maintainer(s):
# - Fabian Affolter <fab at fedoraproject.org>
%include fedora-livecd-kde.ks
%include ../fedora-livecd-kde.ks
lang de_DE.UTF-8
keyboard sg-latin1-nodeadkeys

View File

@ -3,7 +3,7 @@
# Maintainer(s):
# - Sebastian Vahl <fedora@deadbabylon.de>
%include fedora-livecd-kde.ks
%include ../fedora-livecd-kde.ks
lang de_DE.UTF-8
keyboard de-latin1-nodeadkeys

View File

@ -3,7 +3,7 @@
# Maintainer(s):
# - Jeroen van Meeuwen <kanarip a fedoraunity.org>
%include fedora-livecd-kde.ks
%include ../fedora-livecd-kde.ks
lang nl_NL
keyboard us

View File

@ -3,7 +3,7 @@
# Maintainer(s):
# - Pedro Silva <pedrofsilva a netcabo.pt>
%include fedora-livecd-kde.ks
%include ../fedora-livecd-kde.ks
lang pt_PT.UTF-8
keyboard pt-latin1

View File

@ -3,7 +3,7 @@
# Maintainer(s):
# - Fabian Affolter <fab at fedoraproject.org>
%include fedora-livecd-xfce.ks
%include ../fedora-livecd-xfce.ks
lang de_DE
keyboard sg-latin1-nodeadkeys

View File

@ -3,7 +3,7 @@
# Maintainer(s):
# - Jeroen van Meeuwen <kanarip a fedoraunity.org>
%include fedora-livecd-xfce.ks
%include ../fedora-livecd-xfce.ks
lang nl_NL
keyboard us

View File

@ -3,7 +3,7 @@
# Maintainer(s):
# - Pedro Silva <pedrofsilva a netcabo.pt>
%include fedora-livecd-xfce.ks
%include ../fedora-livecd-xfce.ks
lang pt_PT.UTF-8
keyboard pt-latin1

View File

@ -3,7 +3,7 @@
# Maintainer(s):
# - Fabian Affolter <fab a fedoraproject.org>
%include fedora-livedvd-electronic-lab.ks
%include ../fedora-livedvd-electronic-lab.ks
lang de_DE
keyboard sg-latin1

View File

@ -3,7 +3,7 @@
# Maintainer(s):
# - Jeroen van Meeuwen <kanarip a fedoraunity.org>
%include fedora-livedvd-electronic-lab.ks
%include ../fedora-livedvd-electronic-lab.ks
lang nl_NL
keyboard us

View File

@ -3,7 +3,7 @@
# Maintainer(s):
# - Pedro Silva <pedrofsilva a netcabo.pt>
%include fedora-livedvd-electronic-lab.ks
%include ../fedora-livedvd-electronic-lab.ks
lang pt_PT.UTF-8
keyboard pt-latin1

View File

@ -3,7 +3,7 @@
# Maintainer(s):
# - Fabian Affolter <fab a fedoraproject.org>
%include fedora-livedvd-games.ks
%include ../fedora-livedvd-games.ks
lang de_DE
keyboard sg-latin1

View File

@ -3,7 +3,7 @@
# Maintainer(s):
# - Jeroen van Meeuwen <kanarip a fedoraunity.org>
%include fedora-livedvd-games.ks
%include ../fedora-livedvd-games.ks
lang nl_NL
keyboard us

View File

@ -3,7 +3,7 @@
# Maintainer(s):
# - Pedro Silva <pedrofsilva a netcabo.pt>
%include fedora-livedvd-games.ks
%include ../fedora-livedvd-games.ks
lang pt_PT.UTF-8
keyboard pt-latin1