diff --git a/custom/README b/custom/README new file mode 100644 index 0000000..d13cf88 --- /dev/null +++ b/custom/README @@ -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. diff --git a/custom/fedora-live-base.ks b/custom/fedora-live-base.ks new file mode 120000 index 0000000..f283971 --- /dev/null +++ b/custom/fedora-live-base.ks @@ -0,0 +1 @@ +../fedora-live-base.ks \ No newline at end of file diff --git a/custom/fedora-livecd-desktop.ks b/custom/fedora-livecd-desktop.ks new file mode 120000 index 0000000..5466f3f --- /dev/null +++ b/custom/fedora-livecd-desktop.ks @@ -0,0 +1 @@ +../fedora-livecd-desktop.ks \ No newline at end of file diff --git a/custom/fedora-livecd-kde.ks b/custom/fedora-livecd-kde.ks new file mode 120000 index 0000000..77a5924 --- /dev/null +++ b/custom/fedora-livecd-kde.ks @@ -0,0 +1 @@ +../fedora-livecd-kde.ks \ No newline at end of file diff --git a/custom/fedora-livecd-lxde.ks b/custom/fedora-livecd-lxde.ks new file mode 100644 index 0000000..21f01ef --- /dev/null +++ b/custom/fedora-livecd-lxde.ks @@ -0,0 +1,114 @@ +# fedora-livecd-lxde.ks +# +# Description: +# - Fedora Live Spin with the light-weight LXDE Desktop Environment +# +# Maintainer(s): +# - Christoph Wickert + +%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 <> /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 + diff --git a/fedora-livecd-desktop-en_US.ks b/fedora-livecd-desktop-en_US.ks deleted file mode 100644 index 502263f..0000000 --- a/fedora-livecd-desktop-en_US.ks +++ /dev/null @@ -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 diff --git a/l10n/README b/l10n/README new file mode 100644 index 0000000..204d3e1 --- /dev/null +++ b/l10n/README @@ -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 diff --git a/fedora-livecd-desktop-de_CH.ks b/l10n/fedora-livecd-desktop-de_CH.ks similarity index 93% rename from fedora-livecd-desktop-de_CH.ks rename to l10n/fedora-livecd-desktop-de_CH.ks index cef1367..5043f3d 100644 --- a/fedora-livecd-desktop-de_CH.ks +++ b/l10n/fedora-livecd-desktop-de_CH.ks @@ -3,7 +3,7 @@ # Maintainer(s): # - Fabian Affolter -%include fedora-livecd-desktop.ks +%include ../fedora-livecd-desktop.ks lang de_DE.UTF-8 keyboard sg-latin1-nodeadkeys diff --git a/fedora-livecd-desktop-de_DE.ks b/l10n/fedora-livecd-desktop-de_DE.ks similarity index 93% rename from fedora-livecd-desktop-de_DE.ks rename to l10n/fedora-livecd-desktop-de_DE.ks index fa46a77..c9acf70 100644 --- a/fedora-livecd-desktop-de_DE.ks +++ b/l10n/fedora-livecd-desktop-de_DE.ks @@ -3,7 +3,7 @@ # Maintainer(s): # - Jeroen van Meeuwen -%include fedora-livecd-desktop.ks +%include ../fedora-livecd-desktop.ks lang de_DE.UTF-8 keyboard de-latin1-nodeadkeys diff --git a/fedora-livecd-desktop-nl_NL.ks b/l10n/fedora-livecd-desktop-nl_NL.ks similarity index 86% rename from fedora-livecd-desktop-nl_NL.ks rename to l10n/fedora-livecd-desktop-nl_NL.ks index ba9116c..1d0909a 100644 --- a/fedora-livecd-desktop-nl_NL.ks +++ b/l10n/fedora-livecd-desktop-nl_NL.ks @@ -3,7 +3,7 @@ # Maintainer(s): # - Jeroen van Meeuwen -%include fedora-livecd-desktop.ks +%include ../fedora-livecd-desktop.ks lang nl_NL.UTF-8 keyboard us diff --git a/fedora-livecd-desktop-pt_BR.ks b/l10n/fedora-livecd-desktop-pt_BR.ks similarity index 92% rename from fedora-livecd-desktop-pt_BR.ks rename to l10n/fedora-livecd-desktop-pt_BR.ks index 9499318..935b533 100644 --- a/fedora-livecd-desktop-pt_BR.ks +++ b/l10n/fedora-livecd-desktop-pt_BR.ks @@ -3,7 +3,7 @@ # Maintainer(s): # - Igor Pires Soares -%include fedora-livecd-desktop.ks +%include ../fedora-livecd-desktop.ks lang pt_BR.UTF-8 keyboard br-abnt2 diff --git a/fedora-livecd-desktop-pt_PT.ks b/l10n/fedora-livecd-desktop-pt_PT.ks similarity index 80% rename from fedora-livecd-desktop-pt_PT.ks rename to l10n/fedora-livecd-desktop-pt_PT.ks index 1595870..7163874 100644 --- a/fedora-livecd-desktop-pt_PT.ks +++ b/l10n/fedora-livecd-desktop-pt_PT.ks @@ -3,7 +3,7 @@ # Maintainer(s): # - Pedro Silva -%include fedora-livecd-desktop.ks +%include ../fedora-livecd-desktop.ks lang pt_PT.UTF-8 keyboard pt-latin1 diff --git a/fedora-livecd-kde-de_CH.ks b/l10n/fedora-livecd-kde-de_CH.ks similarity index 95% rename from fedora-livecd-kde-de_CH.ks rename to l10n/fedora-livecd-kde-de_CH.ks index a12f689..5bdb9a6 100644 --- a/fedora-livecd-kde-de_CH.ks +++ b/l10n/fedora-livecd-kde-de_CH.ks @@ -3,7 +3,7 @@ # Maintainer(s): # - Fabian Affolter -%include fedora-livecd-kde.ks +%include ../fedora-livecd-kde.ks lang de_DE.UTF-8 keyboard sg-latin1-nodeadkeys diff --git a/fedora-livecd-kde-de_DE.ks b/l10n/fedora-livecd-kde-de_DE.ks similarity index 94% rename from fedora-livecd-kde-de_DE.ks rename to l10n/fedora-livecd-kde-de_DE.ks index fa772ba..3a8994b 100644 --- a/fedora-livecd-kde-de_DE.ks +++ b/l10n/fedora-livecd-kde-de_DE.ks @@ -3,7 +3,7 @@ # Maintainer(s): # - Sebastian Vahl -%include fedora-livecd-kde.ks +%include ../fedora-livecd-kde.ks lang de_DE.UTF-8 keyboard de-latin1-nodeadkeys diff --git a/fedora-livecd-kde-nl_NL.ks b/l10n/fedora-livecd-kde-nl_NL.ks similarity index 86% rename from fedora-livecd-kde-nl_NL.ks rename to l10n/fedora-livecd-kde-nl_NL.ks index 8c2e45a..97007dd 100644 --- a/fedora-livecd-kde-nl_NL.ks +++ b/l10n/fedora-livecd-kde-nl_NL.ks @@ -3,7 +3,7 @@ # Maintainer(s): # - Jeroen van Meeuwen -%include fedora-livecd-kde.ks +%include ../fedora-livecd-kde.ks lang nl_NL keyboard us diff --git a/fedora-livecd-kde-pt_PT.ks b/l10n/fedora-livecd-kde-pt_PT.ks similarity index 81% rename from fedora-livecd-kde-pt_PT.ks rename to l10n/fedora-livecd-kde-pt_PT.ks index 051dc0a..2265ce8 100644 --- a/fedora-livecd-kde-pt_PT.ks +++ b/l10n/fedora-livecd-kde-pt_PT.ks @@ -3,7 +3,7 @@ # Maintainer(s): # - Pedro Silva -%include fedora-livecd-kde.ks +%include ../fedora-livecd-kde.ks lang pt_PT.UTF-8 keyboard pt-latin1 diff --git a/fedora-livecd-xfce-de_CH.ks b/l10n/fedora-livecd-xfce-de_CH.ks similarity index 87% rename from fedora-livecd-xfce-de_CH.ks rename to l10n/fedora-livecd-xfce-de_CH.ks index 40664f6..bdeea5b 100644 --- a/fedora-livecd-xfce-de_CH.ks +++ b/l10n/fedora-livecd-xfce-de_CH.ks @@ -3,7 +3,7 @@ # Maintainer(s): # - Fabian Affolter -%include fedora-livecd-xfce.ks +%include ../fedora-livecd-xfce.ks lang de_DE keyboard sg-latin1-nodeadkeys diff --git a/fedora-livecd-xfce-nl_NL.ks b/l10n/fedora-livecd-xfce-nl_NL.ks similarity index 86% rename from fedora-livecd-xfce-nl_NL.ks rename to l10n/fedora-livecd-xfce-nl_NL.ks index 8add0ce..20ea5ab 100644 --- a/fedora-livecd-xfce-nl_NL.ks +++ b/l10n/fedora-livecd-xfce-nl_NL.ks @@ -3,7 +3,7 @@ # Maintainer(s): # - Jeroen van Meeuwen -%include fedora-livecd-xfce.ks +%include ../fedora-livecd-xfce.ks lang nl_NL keyboard us diff --git a/fedora-livecd-xfce-pt_PT.ks b/l10n/fedora-livecd-xfce-pt_PT.ks similarity index 81% rename from fedora-livecd-xfce-pt_PT.ks rename to l10n/fedora-livecd-xfce-pt_PT.ks index 0023325..1b8962e 100644 --- a/fedora-livecd-xfce-pt_PT.ks +++ b/l10n/fedora-livecd-xfce-pt_PT.ks @@ -3,7 +3,7 @@ # Maintainer(s): # - Pedro Silva -%include fedora-livecd-xfce.ks +%include ../fedora-livecd-xfce.ks lang pt_PT.UTF-8 keyboard pt-latin1 diff --git a/fedora-livedvd-electronic-lab-de_CH.ks b/l10n/fedora-livedvd-electronic-lab-de_CH.ks similarity index 83% rename from fedora-livedvd-electronic-lab-de_CH.ks rename to l10n/fedora-livedvd-electronic-lab-de_CH.ks index 9c8ce92..9bfbacb 100644 --- a/fedora-livedvd-electronic-lab-de_CH.ks +++ b/l10n/fedora-livedvd-electronic-lab-de_CH.ks @@ -3,7 +3,7 @@ # Maintainer(s): # - Fabian Affolter -%include fedora-livedvd-electronic-lab.ks +%include ../fedora-livedvd-electronic-lab.ks lang de_DE keyboard sg-latin1 diff --git a/fedora-livedvd-electronic-lab-nl_NL.ks b/l10n/fedora-livedvd-electronic-lab-nl_NL.ks similarity index 83% rename from fedora-livedvd-electronic-lab-nl_NL.ks rename to l10n/fedora-livedvd-electronic-lab-nl_NL.ks index fdf1c36..6c72511 100644 --- a/fedora-livedvd-electronic-lab-nl_NL.ks +++ b/l10n/fedora-livedvd-electronic-lab-nl_NL.ks @@ -3,7 +3,7 @@ # Maintainer(s): # - Jeroen van Meeuwen -%include fedora-livedvd-electronic-lab.ks +%include ../fedora-livedvd-electronic-lab.ks lang nl_NL keyboard us diff --git a/fedora-livedvd-electronic-lab-pt_PT.ks b/l10n/fedora-livedvd-electronic-lab-pt_PT.ks similarity index 79% rename from fedora-livedvd-electronic-lab-pt_PT.ks rename to l10n/fedora-livedvd-electronic-lab-pt_PT.ks index edf624b..ac97a8a 100644 --- a/fedora-livedvd-electronic-lab-pt_PT.ks +++ b/l10n/fedora-livedvd-electronic-lab-pt_PT.ks @@ -3,7 +3,7 @@ # Maintainer(s): # - Pedro Silva -%include fedora-livedvd-electronic-lab.ks +%include ../fedora-livedvd-electronic-lab.ks lang pt_PT.UTF-8 keyboard pt-latin1 diff --git a/fedora-livedvd-games-de_CH.ks b/l10n/fedora-livedvd-games-de_CH.ks similarity index 86% rename from fedora-livedvd-games-de_CH.ks rename to l10n/fedora-livedvd-games-de_CH.ks index e0af665..9603289 100644 --- a/fedora-livedvd-games-de_CH.ks +++ b/l10n/fedora-livedvd-games-de_CH.ks @@ -3,7 +3,7 @@ # Maintainer(s): # - Fabian Affolter -%include fedora-livedvd-games.ks +%include ../fedora-livedvd-games.ks lang de_DE keyboard sg-latin1 diff --git a/fedora-livedvd-games-nl_NL.ks b/l10n/fedora-livedvd-games-nl_NL.ks similarity index 86% rename from fedora-livedvd-games-nl_NL.ks rename to l10n/fedora-livedvd-games-nl_NL.ks index fb124be..e204c7e 100644 --- a/fedora-livedvd-games-nl_NL.ks +++ b/l10n/fedora-livedvd-games-nl_NL.ks @@ -3,7 +3,7 @@ # Maintainer(s): # - Jeroen van Meeuwen -%include fedora-livedvd-games.ks +%include ../fedora-livedvd-games.ks lang nl_NL keyboard us diff --git a/fedora-livedvd-games-pt_PT.ks b/l10n/fedora-livedvd-games-pt_PT.ks similarity index 81% rename from fedora-livedvd-games-pt_PT.ks rename to l10n/fedora-livedvd-games-pt_PT.ks index f860084..912c383 100644 --- a/fedora-livedvd-games-pt_PT.ks +++ b/l10n/fedora-livedvd-games-pt_PT.ks @@ -3,7 +3,7 @@ # Maintainer(s): # - Pedro Silva -%include fedora-livedvd-games.ks +%include ../fedora-livedvd-games.ks lang pt_PT.UTF-8 keyboard pt-latin1