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:
parent
32ab440444
commit
dfda24729b
7
custom/README
Normal file
7
custom/README
Normal 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
1
custom/fedora-live-base.ks
Symbolic link
@ -0,0 +1 @@
|
||||
../fedora-live-base.ks
|
1
custom/fedora-livecd-desktop.ks
Symbolic link
1
custom/fedora-livecd-desktop.ks
Symbolic link
@ -0,0 +1 @@
|
||||
../fedora-livecd-desktop.ks
|
1
custom/fedora-livecd-kde.ks
Symbolic link
1
custom/fedora-livecd-kde.ks
Symbolic link
@ -0,0 +1 @@
|
||||
../fedora-livecd-kde.ks
|
114
custom/fedora-livecd-lxde.ks
Normal file
114
custom/fedora-livecd-lxde.ks
Normal 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
|
||||
|
@ -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
6
l10n/README
Normal 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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user