mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-14 08:00:30 +08:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
44ab5c6793 | ||
|
|
7f2b258f84 | ||
|
|
099d4dc7dc |
@@ -5,8 +5,8 @@ kickstart_DATA = \
|
|||||||
fedora-aos.ks \
|
fedora-aos.ks \
|
||||||
fedora-install-fedora.ks \
|
fedora-install-fedora.ks \
|
||||||
fedora-live-base.ks \
|
fedora-live-base.ks \
|
||||||
fedora-livecd-broffice.org.ks \
|
|
||||||
fedora-livecd-desktop.ks \
|
fedora-livecd-desktop.ks \
|
||||||
|
fedora-livecd-desktop-default.ks \
|
||||||
fedora-livecd-desktop-de_CH.ks \
|
fedora-livecd-desktop-de_CH.ks \
|
||||||
fedora-livecd-desktop-de_DE.ks \
|
fedora-livecd-desktop-de_DE.ks \
|
||||||
fedora-livecd-desktop-en_US.ks \
|
fedora-livecd-desktop-en_US.ks \
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
AC_INIT([spin-kickstarts], 0.11.1)
|
AC_INIT([spin-kickstarts], 0.10.4)
|
||||||
AC_SUBST([RELEASE], 1)
|
AC_SUBST([RELEASE], 1)
|
||||||
|
|
||||||
ALL_LINGUAS="bn_IN bn ca cs da de el es fi fr gl gu hi hr hu is it ja ko ml ms nb nl or pa pl pt pt_BR ru sk sl sr@latin sr sv ta tr uk zh_CN zh_TW"
|
ALL_LINGUAS="bn_IN bn ca cs da de el es fi fr gl gu hi hr hu is it ja ko ml ms nb nl or pa pl pt pt_BR ru sk sl sr@latin sr sv ta tr uk zh_CN zh_TW"
|
||||||
|
|||||||
@@ -27,12 +27,12 @@ part / --size 550 --fstype ext3 --ondisk sda
|
|||||||
# Repositories
|
# Repositories
|
||||||
#
|
#
|
||||||
# To compose against the current release tree, use the following "repo" (enabled by default)
|
# To compose against the current release tree, use the following "repo" (enabled by default)
|
||||||
#repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-10&arch=$basearch
|
repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-10&arch=$basearch
|
||||||
# To include updates, use the following "repo" (enabled by default)
|
# To include updates, use the following "repo" (enabled by default)
|
||||||
#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f10&arch=$basearch
|
repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f10&arch=$basearch
|
||||||
|
|
||||||
# To compose against rawhide, use the following "repo" (disabled by default)
|
# To compose against rawhide, use the following "repo" (disabled by default)
|
||||||
repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
|
#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
|
||||||
|
|
||||||
# To compose against local trees, (edit and) use:
|
# To compose against local trees, (edit and) use:
|
||||||
#repo --name=f10 --baseurl=http://localrepo/fedora/releases/10/Everything/$basearch/os/
|
#repo --name=f10 --baseurl=http://localrepo/fedora/releases/10/Everything/$basearch/os/
|
||||||
|
|||||||
@@ -40,7 +40,6 @@ joe
|
|||||||
emacs
|
emacs
|
||||||
k3b
|
k3b
|
||||||
@system-tools
|
@system-tools
|
||||||
mc
|
|
||||||
wireshark-gnome
|
wireshark-gnome
|
||||||
# Devel packages
|
# Devel packages
|
||||||
@development-libs
|
@development-libs
|
||||||
|
|||||||
@@ -14,16 +14,16 @@ auth --useshadow --enablemd5
|
|||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
firewall --enabled
|
firewall --enabled
|
||||||
xconfig --startxonboot
|
xconfig --startxonboot
|
||||||
part / --size 3072 --fstype ext4
|
part / --size 3072
|
||||||
services --enabled=NetworkManager --disabled=network,sshd
|
services --enabled=NetworkManager --disabled=network,sshd
|
||||||
|
|
||||||
# To compose against the current release tree, use the following "repo" (enabled by default)
|
# To compose against the current release tree, use the following "repo" (enabled by default)
|
||||||
#repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-10&arch=$basearch
|
repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-10&arch=$basearch
|
||||||
# To include updates, use the following "repo" (enabled by default)
|
# To include updates, use the following "repo" (enabled by default)
|
||||||
#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f10&arch=$basearch
|
repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f10&arch=$basearch
|
||||||
|
|
||||||
# To compose against rawhide, use the following "repo" (disabled by default)
|
# To compose against rawhide, use the following "repo" (disabled by default)
|
||||||
repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
|
#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
|
||||||
|
|
||||||
# To compose against local trees, (edit and) use:
|
# To compose against local trees, (edit and) use:
|
||||||
#repo --name=f10 --baseurl=http://localrepo/fedora/releases/10/Everything/$basearch/os/
|
#repo --name=f10 --baseurl=http://localrepo/fedora/releases/10/Everything/$basearch/os/
|
||||||
@@ -34,7 +34,6 @@ repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?rep
|
|||||||
@base
|
@base
|
||||||
@core
|
@core
|
||||||
@fonts
|
@fonts
|
||||||
@input-methods
|
|
||||||
@admin-tools
|
@admin-tools
|
||||||
@dial-up
|
@dial-up
|
||||||
@hardware-support
|
@hardware-support
|
||||||
@@ -251,8 +250,6 @@ if strstr "\`cat /proc/cmdline\`" CDLABEL= ; then
|
|||||||
cat /sbin/halt > /dev/null
|
cat /sbin/halt > /dev/null
|
||||||
cat /sbin/reboot > /dev/null
|
cat /sbin/reboot > /dev/null
|
||||||
/usr/sbin/eject -p -m \$(readlink -f /dev/live) >/dev/null 2>&1
|
/usr/sbin/eject -p -m \$(readlink -f /dev/live) >/dev/null 2>&1
|
||||||
echo "Please remove the CD from your drive and press Enter to finish restarting"
|
|
||||||
read -t 30 < /dev/console
|
|
||||||
FOE
|
FOE
|
||||||
chmod +x /sbin/halt.local
|
chmod +x /sbin/halt.local
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -1,10 +1,7 @@
|
|||||||
# fedora-livecd-broffice.ks
|
# fedora-livecd-broffice.ks
|
||||||
#
|
#
|
||||||
# Description:
|
# Maintainer(s):
|
||||||
# - Provides the legal brand "BrOffice.org" for OpenOffice.org in Brazil
|
# - Igor Pires Soares <igor at projetofedora.org>
|
||||||
#
|
|
||||||
# Maintainer:
|
|
||||||
# - Igor Pires Soares <igor at fedoraproject.org>
|
|
||||||
|
|
||||||
|
|
||||||
%include fedora-livecd-desktop.ks
|
%include fedora-livecd-desktop.ks
|
||||||
@@ -13,55 +10,58 @@ lang pt_BR.UTF-8
|
|||||||
keyboard br-abnt2
|
keyboard br-abnt2
|
||||||
timezone America/Sao_Paulo
|
timezone America/Sao_Paulo
|
||||||
|
|
||||||
|
%packages
|
||||||
%packages --instLangs en_US:pt_BR
|
|
||||||
|
|
||||||
# L10n packages
|
|
||||||
@brazilian-support
|
@brazilian-support
|
||||||
hunspell-pt
|
hunspell-pt
|
||||||
|
|
||||||
# To avoid double functionality we will drop abiword and gnumeric and include BrOffice.org
|
|
||||||
|
# To avoid double functionality we will drop abiword and gnumeric and put BrOffice.org in
|
||||||
-abiword
|
-abiword
|
||||||
-gnumeric
|
-gnumeric
|
||||||
-planner
|
-gimp-*
|
||||||
broffice.org-*
|
broffice.org-writer
|
||||||
|
broffice.org-calc
|
||||||
|
broffice.org-impress
|
||||||
|
broffice.org-draw
|
||||||
|
|
||||||
# Include some desktop packages
|
|
||||||
@java
|
|
||||||
totem-xine
|
|
||||||
vino
|
|
||||||
gnome-games
|
|
||||||
system-config-display
|
|
||||||
brasero
|
|
||||||
bitstream-vera-*
|
|
||||||
|
|
||||||
# We won't use these Asian fonts
|
# We won't use these Asian fonts anyway
|
||||||
-lklug-fonts
|
-lklug-fonts
|
||||||
-abyssinica-fonts
|
-abyssinica-fonts
|
||||||
-jomolhari-fonts
|
-jomolhari-fonts
|
||||||
-lohit-fonts-*
|
-lohit-fonts-*
|
||||||
|
-thaifonts-scalable
|
||||||
-kacst-fonts
|
-kacst-fonts
|
||||||
-paktype-fonts
|
-paktype-fonts
|
||||||
-baekmuk-*
|
-baekmuk-*
|
||||||
-VLGothic-fonts-*
|
-cjkunifonts-*
|
||||||
|
-VLGothic-fonts
|
||||||
-padauk-fonts
|
-padauk-fonts
|
||||||
-un-*
|
-khmeros-fonts-base
|
||||||
-samyak-fonts-*
|
-un-core-fonts-*
|
||||||
-sarai-fonts
|
-smc-fonts-meera
|
||||||
-stix-fonts
|
|
||||||
-cjkuni-*
|
|
||||||
-hanazono-fonts
|
|
||||||
-thai-*
|
|
||||||
|
|
||||||
# remove input methods
|
# Assure we won't get these Asian input methods
|
||||||
-@input-methods
|
-libchewing
|
||||||
-m17n*
|
|
||||||
-scim*
|
|
||||||
-iok
|
|
||||||
-anthy
|
-anthy
|
||||||
-kasumi
|
-kasumi
|
||||||
-libchewing
|
-scim-chewing
|
||||||
-ibus-*
|
-scim-pinyin
|
||||||
|
|
||||||
|
# Saving space in order to get BrOffice.org in
|
||||||
|
-gnome-utils
|
||||||
|
-gnome-games-*
|
||||||
|
-gnome-doc-utils-stylesheets
|
||||||
|
-gnome-phone-manager
|
||||||
|
-planner
|
||||||
|
-scim-python*
|
||||||
|
-dasher
|
||||||
|
-system-config-language
|
||||||
|
-evince-dvi
|
||||||
|
-evince-djvu
|
||||||
|
-ekiga
|
||||||
|
-f-spot
|
||||||
|
-cheese
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -12,9 +12,6 @@ timezone Europe/Zurich
|
|||||||
%packages
|
%packages
|
||||||
-gnome-blog
|
-gnome-blog
|
||||||
@german-support
|
@german-support
|
||||||
# exclude input methods
|
|
||||||
-m17n*
|
|
||||||
-scim*
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|||||||
@@ -12,9 +12,6 @@ timezone Europe/Berlin
|
|||||||
%packages
|
%packages
|
||||||
-gnome-blog
|
-gnome-blog
|
||||||
@german-support
|
@german-support
|
||||||
# exclude input methods
|
|
||||||
-m17n*
|
|
||||||
-scim*
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|||||||
117
fedora-livecd-desktop-default.ks
Normal file
117
fedora-livecd-desktop-default.ks
Normal file
@@ -0,0 +1,117 @@
|
|||||||
|
# fedora-livecd-desktop-default.ks
|
||||||
|
#
|
||||||
|
# Includes all languages with a default of en_US locale settings
|
||||||
|
#
|
||||||
|
|
||||||
|
%include fedora-livecd-desktop.ks
|
||||||
|
|
||||||
|
lang en_US.UTF-8
|
||||||
|
keyboard us
|
||||||
|
timezone US/Eastern
|
||||||
|
|
||||||
|
%packages
|
||||||
|
@albanian-support
|
||||||
|
@arabic-support
|
||||||
|
@assamese-support
|
||||||
|
@basque-support
|
||||||
|
@belarusian-support
|
||||||
|
@bengali-support
|
||||||
|
@brazilian-support
|
||||||
|
@british-support
|
||||||
|
@bulgarian-support
|
||||||
|
@catalan-support
|
||||||
|
@chinese-support
|
||||||
|
@czech-support
|
||||||
|
@danish-support
|
||||||
|
@dutch-support
|
||||||
|
@estonian-support
|
||||||
|
@finnish-support
|
||||||
|
@french-support
|
||||||
|
@galician-support
|
||||||
|
@georgian-support
|
||||||
|
@german-support
|
||||||
|
@greek-support
|
||||||
|
@gujarati-support
|
||||||
|
@hebrew-support
|
||||||
|
@hindi-support
|
||||||
|
@hungarian-support
|
||||||
|
@indonesian-support
|
||||||
|
@italian-support
|
||||||
|
@japanese-support
|
||||||
|
@kannada-support
|
||||||
|
@korean-support
|
||||||
|
@latvian-support
|
||||||
|
@lithuanian-support
|
||||||
|
@macedonian-support
|
||||||
|
@malayalam-support
|
||||||
|
@marathi-support
|
||||||
|
@nepali-support
|
||||||
|
@norwegian-support
|
||||||
|
@oriya-support
|
||||||
|
@persian-support
|
||||||
|
@polish-support
|
||||||
|
@portuguese-support
|
||||||
|
@punjabi-support
|
||||||
|
@romanian-support
|
||||||
|
@russian-support
|
||||||
|
@serbian-support
|
||||||
|
@slovak-support
|
||||||
|
@slovenian-support
|
||||||
|
@spanish-support
|
||||||
|
@swedish-support
|
||||||
|
@tamil-support
|
||||||
|
@telugu-support
|
||||||
|
@thai-support
|
||||||
|
@turkish-support
|
||||||
|
@ukrainian-support
|
||||||
|
@vietnamese-support
|
||||||
|
@welsh-support
|
||||||
|
|
||||||
|
# The following locales have less than 50% translation coverage for the core
|
||||||
|
# GNOME stack, as found at http://l10n.gnome.org/languages/
|
||||||
|
|
||||||
|
#@afrikaans-support
|
||||||
|
#@armenian-support
|
||||||
|
#@bhutanese-support
|
||||||
|
#@bosnian-support
|
||||||
|
#@breton-support
|
||||||
|
#@croatian-support
|
||||||
|
#@esperanto-support
|
||||||
|
#@ethiopic-support
|
||||||
|
#@faeroese-support
|
||||||
|
#@filipino-support
|
||||||
|
#@gaelic-support
|
||||||
|
#@icelandic-support
|
||||||
|
#@inuktitut-support
|
||||||
|
#@irish-support
|
||||||
|
#@khmer-support
|
||||||
|
#@lao-support
|
||||||
|
#@low-saxon-support
|
||||||
|
#@malay-support
|
||||||
|
#@maori-support
|
||||||
|
#@mongolian-support
|
||||||
|
#@northern-sami-support
|
||||||
|
#@northern-sotho-support
|
||||||
|
#@samoan-support
|
||||||
|
#@sinhala-support
|
||||||
|
#@somali-support
|
||||||
|
#@southern-ndebele-support
|
||||||
|
#@southern-sotho-support
|
||||||
|
#@swati-support
|
||||||
|
#@tagalog-support
|
||||||
|
#@tibetan-support
|
||||||
|
#@tonga-support
|
||||||
|
#@tsonga-support
|
||||||
|
#@tswana-support
|
||||||
|
#@urdu-support
|
||||||
|
#@venda-support
|
||||||
|
#@walloon-support
|
||||||
|
#@xhosa-support
|
||||||
|
#@zulu-support
|
||||||
|
|
||||||
|
# These fonts are only used in the commented-out locales above
|
||||||
|
-lklug-fonts
|
||||||
|
-abyssinica-fonts
|
||||||
|
-jomolhari-fonts
|
||||||
|
|
||||||
|
%end
|
||||||
@@ -9,8 +9,3 @@ lang en_US.UTF-8
|
|||||||
keyboard us
|
keyboard us
|
||||||
timezone US/Eastern
|
timezone US/Eastern
|
||||||
|
|
||||||
%packages
|
|
||||||
# exclude input methods
|
|
||||||
-m17n*
|
|
||||||
-scim*
|
|
||||||
%end
|
|
||||||
|
|||||||
@@ -11,7 +11,4 @@ timezone Europe/Amsterdam
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@dutch-support
|
@dutch-support
|
||||||
# exclude input methods
|
|
||||||
-m17n*
|
|
||||||
-scim*
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -11,9 +11,6 @@ timezone America/Sao_Paulo
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@brazilian-support
|
@brazilian-support
|
||||||
# exclude input methods
|
|
||||||
-m17n*
|
|
||||||
-scim*
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|||||||
@@ -11,7 +11,4 @@ timezone Europe/Lisbon
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@portuguese-support
|
@portuguese-support
|
||||||
# exclude input methods
|
|
||||||
-m17n*
|
|
||||||
-scim*
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -27,8 +27,17 @@ festvox-slt-arctic-hts
|
|||||||
-aspell-*
|
-aspell-*
|
||||||
-hunspell-*
|
-hunspell-*
|
||||||
-man-pages-*
|
-man-pages-*
|
||||||
|
-scim-tables-*
|
||||||
|
-wqy-bitmap-fonts
|
||||||
|
-dejavu-fonts-experimental
|
||||||
-words
|
-words
|
||||||
|
|
||||||
|
# more fun with space saving
|
||||||
|
-scim-lang-chinese
|
||||||
|
-scim-python*
|
||||||
|
scim-chewing
|
||||||
|
scim-pinyin
|
||||||
|
|
||||||
# save some space
|
# save some space
|
||||||
-gnome-user-docs
|
-gnome-user-docs
|
||||||
-gimp-help
|
-gimp-help
|
||||||
@@ -51,6 +60,9 @@ totem-gstreamer
|
|||||||
-ekiga
|
-ekiga
|
||||||
-tomboy
|
-tomboy
|
||||||
-f-spot
|
-f-spot
|
||||||
|
|
||||||
|
# hack to deal with conditionals + multiarch blargh
|
||||||
|
-scim-bridge-gtk.i386
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|||||||
@@ -57,6 +57,7 @@ fuse
|
|||||||
-abyssinica-fonts
|
-abyssinica-fonts
|
||||||
-cjkunifonts-uming
|
-cjkunifonts-uming
|
||||||
-baekmuk-ttf-fonts-gulim
|
-baekmuk-ttf-fonts-gulim
|
||||||
|
-dejavu-fonts-experimental
|
||||||
-jomolhari-fonts
|
-jomolhari-fonts
|
||||||
-kacst-fonts
|
-kacst-fonts
|
||||||
-paktype-fonts
|
-paktype-fonts
|
||||||
@@ -67,15 +68,17 @@ fuse
|
|||||||
|
|
||||||
# FIXME/TODO: recheck the removals here
|
# FIXME/TODO: recheck the removals here
|
||||||
# try to remove some packages from livecd-fedora-base-desktop.ks
|
# try to remove some packages from livecd-fedora-base-desktop.ks
|
||||||
|
-scim*
|
||||||
-gdm
|
-gdm
|
||||||
-authconfig-gtk
|
-authconfig-gtk
|
||||||
|
-m17n*
|
||||||
-PolicyKit-gnome
|
-PolicyKit-gnome
|
||||||
-gnome-doc-utils-stylesheets
|
-gnome-doc-utils-stylesheets
|
||||||
|
-anthy
|
||||||
|
-kasumi
|
||||||
-pygtkglext
|
-pygtkglext
|
||||||
-python-devel
|
-python-devel
|
||||||
# exclude input methods
|
-libchewing
|
||||||
-scim*
|
|
||||||
-m17n*
|
|
||||||
|
|
||||||
# save some space (from @base)
|
# save some space (from @base)
|
||||||
-make
|
-make
|
||||||
|
|||||||
@@ -11,9 +11,7 @@ timezone Europe/Zurich
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@german-support
|
@german-support
|
||||||
# exclude input methods
|
|
||||||
-m17n*
|
|
||||||
-scim*
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|||||||
@@ -23,12 +23,11 @@ gnome-packagekit
|
|||||||
|
|
||||||
# don't install unnecessary fonts
|
# don't install unnecessary fonts
|
||||||
-abyssinica-fonts
|
-abyssinica-fonts
|
||||||
-cjkuni*fonts*
|
-cjkunifonts-uming
|
||||||
-jomolhari-fonts
|
-jomolhari-fonts
|
||||||
-kacst-fonts
|
-kacst-fonts
|
||||||
-khmeros-fonts-base
|
-khmeros-fonts-base
|
||||||
-lklug-fonts
|
-lklug-fonts
|
||||||
-lohit-fonts*
|
|
||||||
-un-core-fonts-dotum
|
-un-core-fonts-dotum
|
||||||
-padauk-fonts
|
-padauk-fonts
|
||||||
-paktype-fonts
|
-paktype-fonts
|
||||||
@@ -37,9 +36,6 @@ gnome-packagekit
|
|||||||
-thaifonts-scalable
|
-thaifonts-scalable
|
||||||
-VLGothic-fonts
|
-VLGothic-fonts
|
||||||
|
|
||||||
# remove kdegames to free needed space
|
|
||||||
-kdegames*
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|||||||
@@ -11,7 +11,4 @@ timezone Europe/Amsterdam
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@dutch-support
|
@dutch-support
|
||||||
# exclude input methods
|
|
||||||
-m17n*
|
|
||||||
-scim*
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -11,7 +11,4 @@ timezone Europe/Lisbon
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@portuguese-support
|
@portuguese-support
|
||||||
# exclude input methods
|
|
||||||
-m17n*
|
|
||||||
-scim*
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -11,8 +11,6 @@
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
|
||||||
### fixes and space issues
|
|
||||||
|
|
||||||
# make kpackagekit the default on the kde live images
|
# make kpackagekit the default on the kde live images
|
||||||
kpackagekit
|
kpackagekit
|
||||||
-gnome-packagekit
|
-gnome-packagekit
|
||||||
@@ -20,64 +18,61 @@ kpackagekit
|
|||||||
# make sure /usr/bin/pactl is there (#466544)
|
# make sure /usr/bin/pactl is there (#466544)
|
||||||
pulseaudio-utils
|
pulseaudio-utils
|
||||||
|
|
||||||
# make sure alsaunmute is there
|
|
||||||
alsa-utils
|
|
||||||
|
|
||||||
# remove input methods to free space
|
|
||||||
-scim*
|
|
||||||
-m17n*
|
|
||||||
-ibus*
|
|
||||||
|
|
||||||
|
|
||||||
### The KDE-Desktop
|
|
||||||
|
|
||||||
@kde-desktop
|
@kde-desktop
|
||||||
|
|
||||||
# unwanted packages from @kde-desktop
|
# unwanted packages from @kde-desktop
|
||||||
# don't include these for now to fit on a cd
|
# don't include these for now to fit on a cd
|
||||||
|
|
||||||
### amarok has duplicate functionality with juk (~13 megs)
|
### amarok has duplicate functionality with juk (~10 megs)
|
||||||
#-amarok
|
#-amarok
|
||||||
### digikam has duplicate functionality with gwenview (~11 megs)
|
### digikam has duplicate functionality with gwenview (~11 megs)
|
||||||
-digikam
|
#-digikam
|
||||||
### kdeedu is too big for the live images, but include kdeedu-kstars
|
### kdeedu is too big for the live images, but include kdeedu-kstars
|
||||||
-kdeedu*
|
-kdeedu
|
||||||
|
kdeedu-kstars
|
||||||
### scribus is too big for the live images
|
### scribus is too big for the live images
|
||||||
-scribus
|
-scribus
|
||||||
### kget has also basic torrent features (~3 megs)
|
### kget has also basic torrent features (~3 megs)
|
||||||
-ktorrent
|
-ktorrent
|
||||||
### konqueror is also able to browse ftp shares (~1 megs)
|
### konqueror is also able to browse ftp shares (~1 megs)
|
||||||
-kftpgrabber*
|
#-kftpgrabber*
|
||||||
### kaffeine has duplicate functionality with dragonplayer (~3 megs)
|
### kaffeine has duplicate functionality with dragonplayer (~3 megs)
|
||||||
-kaffeine*
|
-kaffeine*
|
||||||
### the removal of kdegames will free ~35 megs
|
### the removal of kdegames will free ~31 megs
|
||||||
#-kdegames
|
#-kdegames
|
||||||
# some more
|
|
||||||
-kipi-plugins
|
|
||||||
-konq-plugins
|
|
||||||
-kdeplasma-addons
|
|
||||||
|
|
||||||
|
|
||||||
# koffice
|
# Useful additional KDE3 applications
|
||||||
koffice-kword
|
koffice-kword
|
||||||
koffice-kspread
|
koffice-kspread
|
||||||
koffice-kpresenter
|
koffice-kpresenter
|
||||||
koffice-filters
|
koffice-filters
|
||||||
|
|
||||||
|
|
||||||
# Useful additional KDE3 applications
|
|
||||||
k3b
|
k3b
|
||||||
filelight
|
filelight
|
||||||
# twinkle (~10 megs)
|
# twinkle (~10 megs)
|
||||||
#twinkle
|
twinkle
|
||||||
|
|
||||||
|
|
||||||
# some extras
|
# some extras
|
||||||
fuse
|
fuse
|
||||||
liveusb-creator
|
liveusb-creator
|
||||||
#kde-plasma-lancelot
|
|
||||||
|
|
||||||
# nice to have but pulls in gstreamer (~3 megs)
|
# nice to have but pulls in gstreamer (~3 megs)
|
||||||
#pavucontrol
|
pavucontrol
|
||||||
|
konq-plugins
|
||||||
|
kde-plasma-lancelot
|
||||||
|
# make sure alsaunmute is there
|
||||||
|
alsa-utils
|
||||||
|
|
||||||
|
|
||||||
|
# additional fonts
|
||||||
|
@fonts
|
||||||
|
#fonts-ISO8859-2
|
||||||
|
#cjkunifonts-ukai
|
||||||
|
#madan-fonts
|
||||||
|
#fonts-KOI8-R
|
||||||
|
#fonts-KOI8-R-100dpi
|
||||||
|
#tibetan-machine-uni-fonts
|
||||||
|
|
||||||
|
|
||||||
# FIXME/TODO: recheck the removals here
|
# FIXME/TODO: recheck the removals here
|
||||||
# try to remove some packages from fedora-live-base.ks
|
# try to remove some packages from fedora-live-base.ks
|
||||||
|
|||||||
@@ -1,64 +0,0 @@
|
|||||||
# Filename:
|
|
||||||
# fedora-livecd-sugar.ks
|
|
||||||
# Maintainers:
|
|
||||||
# Sebastian Dziallas <sdz AT fedoraproject DOT org>
|
|
||||||
# Marco Pesenti Gritti <marcopg AT sugarlabs DOT org>
|
|
||||||
|
|
||||||
%include fedora-live-base.ks
|
|
||||||
|
|
||||||
%packages
|
|
||||||
|
|
||||||
# sugar!
|
|
||||||
@sugar-desktop
|
|
||||||
|
|
||||||
# e-mail client
|
|
||||||
alpine
|
|
||||||
|
|
||||||
# display manager
|
|
||||||
slim
|
|
||||||
|
|
||||||
# exclude input methods
|
|
||||||
-scim*
|
|
||||||
-m17n*
|
|
||||||
|
|
||||||
# avoid weird case where we pull in more festival stuff than we need
|
|
||||||
festival
|
|
||||||
festvox-slt-arctic-hts
|
|
||||||
|
|
||||||
# dictionaries are big
|
|
||||||
-aspell-*
|
|
||||||
-hunspell-*
|
|
||||||
-man-pages-*
|
|
||||||
-words
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post
|
|
||||||
cat > /etc/sysconfig/desktop <<EOF
|
|
||||||
DISPLAYMANAGER=/usr/bin/slim-dynwm
|
|
||||||
EOF
|
|
||||||
|
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
|
||||||
|
|
||||||
chkconfig --level 5 setroubleshoot off 2>/dev/null
|
|
||||||
chkconfig --level 5 sendmail off 2>/dev/null
|
|
||||||
chkconfig --level 5 bluetooth off 2>/dev/null
|
|
||||||
chkconfig --level 5 cupsd off 2>/dev/null
|
|
||||||
|
|
||||||
# disable screensaver locking
|
|
||||||
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /apps/gnome-screensaver/lock_enabled false >/dev/null
|
|
||||||
|
|
||||||
# set up timed auto-login for after 60 seconds
|
|
||||||
cat >> /etc/slim.conf << FOE
|
|
||||||
auto_login yes
|
|
||||||
default_user liveuser
|
|
||||||
FOE
|
|
||||||
|
|
||||||
# setup xinitrc
|
|
||||||
echo "sugar-shell" > /home/liveuser/.xinitrc
|
|
||||||
chmod a+x /home/liveuser/.xinitrc
|
|
||||||
chown liveuser:liveuser /home/liveuser/.xinitrc
|
|
||||||
|
|
||||||
EOF
|
|
||||||
|
|
||||||
%end
|
|
||||||
@@ -11,7 +11,4 @@ timezone Europe/Zurich
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@german-support
|
@german-support
|
||||||
# exclude input methods
|
|
||||||
-m17n*
|
|
||||||
-scim*
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -11,7 +11,4 @@ timezone Europe/Amsterdam
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@dutch-support
|
@dutch-support
|
||||||
# exclude input methods
|
|
||||||
-m17n*
|
|
||||||
-scim*
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -11,7 +11,4 @@ timezone Europe/Lisbon
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@portuguese-support
|
@portuguese-support
|
||||||
# exclude input methods
|
|
||||||
-m17n*
|
|
||||||
-scim*
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -12,8 +12,9 @@
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
|
||||||
# remove imsettings-xfce for now until it gets re-written
|
# gdm depends on gnome-session but lacks a dependency. Temporary workaround
|
||||||
-imsettings-xfce
|
|
||||||
|
gnome-session
|
||||||
|
|
||||||
firefox
|
firefox
|
||||||
NetworkManager-vpnc
|
NetworkManager-vpnc
|
||||||
@@ -52,6 +53,7 @@ pidgin
|
|||||||
claws-mail
|
claws-mail
|
||||||
# brasero has more dependencies
|
# brasero has more dependencies
|
||||||
gnomebaker
|
gnomebaker
|
||||||
|
drivel
|
||||||
liferea
|
liferea
|
||||||
quodlibet
|
quodlibet
|
||||||
gftp
|
gftp
|
||||||
@@ -111,8 +113,12 @@ xfwm4-themes
|
|||||||
# dictionaries are big
|
# dictionaries are big
|
||||||
#-aspell-*
|
#-aspell-*
|
||||||
#-man-pages-*
|
#-man-pages-*
|
||||||
|
#-scim-tables-*
|
||||||
|
|
||||||
# more fun with space saving
|
# more fun with space saving
|
||||||
|
#-scim-lang-chinese
|
||||||
|
#scim-chewing
|
||||||
|
#scim-pinyin
|
||||||
-gimp-help
|
-gimp-help
|
||||||
|
|
||||||
|
|
||||||
@@ -136,18 +142,6 @@ cat > /etc/sysconfig/desktop <<EOF
|
|||||||
PREFERRED=/usr/bin/startxfce4
|
PREFERRED=/usr/bin/startxfce4
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
mkdir -p /home/liveuser/.config/xfce4
|
|
||||||
|
|
||||||
cat > /home/liveuser/.config/xfce4/helpers.rc <<EOF
|
|
||||||
MailReader=sylpheed-claws
|
|
||||||
EOF
|
|
||||||
|
|
||||||
mkdir -p /root/.config/xfce4
|
|
||||||
|
|
||||||
cat > /root/.config/xfce4/helpers.rc <<EOF
|
|
||||||
MailReader=sylpheed-claws
|
|
||||||
EOF
|
|
||||||
|
|
||||||
mkdir -p /home/liveuser/.config/tracker
|
mkdir -p /home/liveuser/.config/tracker
|
||||||
|
|
||||||
cat > /home/liveuser/.config/tracker/tracker.cfg <<EOF
|
cat > /home/liveuser/.config/tracker/tracker.cfg <<EOF
|
||||||
@@ -178,5 +172,13 @@ FOE
|
|||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
||||||
|
%post
|
||||||
|
|
||||||
|
# remove this session file from gnome-session package to make xfce the default
|
||||||
|
# temporary hack till this file is split up from the package
|
||||||
|
|
||||||
|
rm -rf /usr/share/xsessions/gnome.desktop
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -11,9 +11,6 @@ timezone Europe/Zurich
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@german-support
|
@german-support
|
||||||
# exclude input methods
|
|
||||||
-m17n*
|
|
||||||
-scim*
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|||||||
@@ -11,7 +11,4 @@ timezone Europe/Amsterdam
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@dutch-support
|
@dutch-support
|
||||||
# exclude input methods
|
|
||||||
-m17n*
|
|
||||||
-scim*
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -11,7 +11,4 @@ timezone Europe/Lisbon
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@portuguese-support
|
@portuguese-support
|
||||||
# exclude input methods
|
|
||||||
-m17n*
|
|
||||||
-scim*
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -11,7 +11,4 @@ timezone Europe/Zurich
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@german-support
|
@german-support
|
||||||
# exclude input methods
|
|
||||||
-m17n*
|
|
||||||
-scim*
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -11,7 +11,4 @@ timezone Europe/Amsterdam
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@dutch-support
|
@dutch-support
|
||||||
# exclude input methods
|
|
||||||
-m17n*
|
|
||||||
-scim*
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -11,7 +11,4 @@ timezone Europe/Lisbon
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@portuguese-support
|
@portuguese-support
|
||||||
# exclude input methods
|
|
||||||
-m17n*
|
|
||||||
-scim*
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -69,7 +69,6 @@ tkcvs
|
|||||||
|
|
||||||
# vlsi
|
# vlsi
|
||||||
alliance-doc
|
alliance-doc
|
||||||
electric
|
|
||||||
irsim
|
irsim
|
||||||
gds2pov
|
gds2pov
|
||||||
magic-doc
|
magic-doc
|
||||||
@@ -92,13 +91,11 @@ drawtiming
|
|||||||
ghdl
|
ghdl
|
||||||
freehdl
|
freehdl
|
||||||
|
|
||||||
# spice and circuit
|
# spice
|
||||||
ngspice
|
ngspice
|
||||||
gnucap
|
gnucap
|
||||||
gspiceui
|
gspiceui
|
||||||
gwave
|
gwave
|
||||||
linsmith
|
|
||||||
|
|
||||||
|
|
||||||
# PCB and schematics
|
# PCB and schematics
|
||||||
geda-gschem
|
geda-gschem
|
||||||
@@ -118,7 +115,6 @@ piklab
|
|||||||
ktechlab
|
ktechlab
|
||||||
pikloops
|
pikloops
|
||||||
sdcc
|
sdcc
|
||||||
gsim85
|
|
||||||
|
|
||||||
# Serial Port Terminals
|
# Serial Port Terminals
|
||||||
gtkterm
|
gtkterm
|
||||||
@@ -157,15 +153,6 @@ xorg-x11-fonts-ISO8859-1-100dpi
|
|||||||
xorg-x11-fonts-ISO8859-9-100dpi
|
xorg-x11-fonts-ISO8859-9-100dpi
|
||||||
xorg-x11-fonts-Type1
|
xorg-x11-fonts-Type1
|
||||||
|
|
||||||
# Perl Modules
|
|
||||||
perl-Hardware-Verilog-Parser
|
|
||||||
perl-Hardware-Vhdl-Lexer
|
|
||||||
perl-Hardware-Vhdl-Parser
|
|
||||||
perl-Hardware-Vhdl-Tidy
|
|
||||||
perl-ModelSim-List
|
|
||||||
perl-Perlilog
|
|
||||||
perl-Verilog
|
|
||||||
vhd2vl
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,4 @@ timezone Europe/Zurich
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@german-support
|
@german-support
|
||||||
# exclude input methods
|
|
||||||
-m17n*
|
|
||||||
-scim*
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -11,7 +11,4 @@ timezone Europe/Amsterdam
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@dutch-support
|
@dutch-support
|
||||||
# exclude input methods
|
|
||||||
-m17n*
|
|
||||||
-scim*
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -11,7 +11,4 @@ timezone Europe/Lisbon
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@portuguese-support
|
@portuguese-support
|
||||||
# exclude input methods
|
|
||||||
-m17n*
|
|
||||||
-scim*
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -1,20 +1,15 @@
|
|||||||
# fedora-livedvd-games.ks
|
# fedora-livedvd-games.ks
|
||||||
#
|
#
|
||||||
# Maintainer(s):
|
# Maintainer(s):
|
||||||
# - Bruno Wolff III <bruno@wolff.to>
|
# - Rahul Sundaram <sundaram a fedoraunity.org>
|
||||||
# - Formerly maintained by Rahul Sundaram
|
|
||||||
|
|
||||||
%include fedora-livecd-desktop.ks
|
%include fedora-live-base.ks
|
||||||
|
part / --size 8000
|
||||||
# The recommended part size for DVDs is too close to use for the games spin
|
|
||||||
part / --size 10240
|
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
|
||||||
# Wine pulls in i386 libraries under x86_86 making that spin too big.
|
# Include a desktop environment (#474775)
|
||||||
# Also the point is to show off Fedora games, not running windows games.
|
@gnome-desktop
|
||||||
|
|
||||||
-wine
|
|
||||||
|
|
||||||
# games
|
# games
|
||||||
|
|
||||||
@@ -30,6 +25,7 @@ beneath-a-steel-sky-cd
|
|||||||
blobAndConquer
|
blobAndConquer
|
||||||
boswars
|
boswars
|
||||||
bzflag
|
bzflag
|
||||||
|
#croquet (pending)
|
||||||
crossfire-client
|
crossfire-client
|
||||||
egoboo
|
egoboo
|
||||||
extremetuxracer
|
extremetuxracer
|
||||||
@@ -52,7 +48,7 @@ netpanzer
|
|||||||
neverball
|
neverball
|
||||||
nexuiz
|
nexuiz
|
||||||
nogravity
|
nogravity
|
||||||
# openarena (cut because of size, may be restored later if larger iso's allowed)
|
openarena
|
||||||
pinball
|
pinball
|
||||||
scorched3d
|
scorched3d
|
||||||
supertux
|
supertux
|
||||||
@@ -60,6 +56,7 @@ supertuxkart
|
|||||||
torcs
|
torcs
|
||||||
tremulous
|
tremulous
|
||||||
ultimatestunts
|
ultimatestunts
|
||||||
|
vdrift
|
||||||
warzone2100
|
warzone2100
|
||||||
wesnoth
|
wesnoth
|
||||||
widelands
|
widelands
|
||||||
@@ -75,6 +72,7 @@ ballz
|
|||||||
blobwars
|
blobwars
|
||||||
bolzplatz2006
|
bolzplatz2006
|
||||||
bombardier
|
bombardier
|
||||||
|
bsd-games
|
||||||
cdogs-sdl
|
cdogs-sdl
|
||||||
clanbomber
|
clanbomber
|
||||||
clonekeen
|
clonekeen
|
||||||
@@ -103,6 +101,7 @@ scorchwentbonkers
|
|||||||
seahorse-adventures
|
seahorse-adventures
|
||||||
solarwolf
|
solarwolf
|
||||||
sopwith
|
sopwith
|
||||||
|
starfighter
|
||||||
stormbaancoureur
|
stormbaancoureur
|
||||||
ularn
|
ularn
|
||||||
urbanterror
|
urbanterror
|
||||||
@@ -121,6 +120,9 @@ raidem
|
|||||||
raidem-music
|
raidem-music
|
||||||
trackballs
|
trackballs
|
||||||
trackballs-music
|
trackballs-music
|
||||||
|
uqm
|
||||||
|
uqm-content-3domusic
|
||||||
|
uqm-content-voice
|
||||||
|
|
||||||
# arcade classics(ish) (small)
|
# arcade classics(ish) (small)
|
||||||
|
|
||||||
@@ -136,6 +138,7 @@ seahorse-adventures
|
|||||||
shippy
|
shippy
|
||||||
tecnoballz
|
tecnoballz
|
||||||
wordwarvi
|
wordwarvi
|
||||||
|
#(xgalaga renamed)
|
||||||
xgalaxy
|
xgalaxy
|
||||||
zasx
|
zasx
|
||||||
|
|
||||||
@@ -182,10 +185,15 @@ tuxpaint-stamps
|
|||||||
tuxtype2
|
tuxtype2
|
||||||
|
|
||||||
# kde based games
|
# kde based games
|
||||||
|
ksirk
|
||||||
|
poker2d-kde
|
||||||
taxipilot
|
taxipilot
|
||||||
|
|
||||||
# utilities
|
# utilities
|
||||||
|
|
||||||
|
dosbox
|
||||||
games-menus
|
games-menus
|
||||||
|
wget
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -1,164 +0,0 @@
|
|||||||
###### Eee PC 900 stuff ####################################################
|
|
||||||
#
|
|
||||||
###### Hotkeys #############################################################
|
|
||||||
cat > /etc/acpi/actions/hotkeys.sh << EOHOTKEY
|
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
export DISPLAY=:0
|
|
||||||
|
|
||||||
case "$3" in
|
|
||||||
|
|
||||||
#Fn+F2
|
|
||||||
00000010)
|
|
||||||
# Wlan On
|
|
||||||
/etc/acpi/actions/wlan.sh poweron
|
|
||||||
;;
|
|
||||||
00000011)
|
|
||||||
# Wlan Off
|
|
||||||
/etc/acpi/actions/wlan.sh poweroff
|
|
||||||
;;
|
|
||||||
|
|
||||||
#Fn+F6
|
|
||||||
00000012)
|
|
||||||
# Webcam switch
|
|
||||||
/etc/acpi/actions/camera.sh
|
|
||||||
# TaskManager
|
|
||||||
# /usr/bin/gnome-system-monitor
|
|
||||||
;;
|
|
||||||
|
|
||||||
#Fn+F7
|
|
||||||
00000013)
|
|
||||||
# Volume mute
|
|
||||||
/usr/bin/amixer set -D hw:0 Master toggle
|
|
||||||
;;
|
|
||||||
|
|
||||||
#Fn+F8
|
|
||||||
00000014)
|
|
||||||
# Volume down
|
|
||||||
/usr/bin/amixer set -D hw:0 Master 10%- unmute
|
|
||||||
;;
|
|
||||||
|
|
||||||
#Fn+F9
|
|
||||||
00000015)
|
|
||||||
# Volume up
|
|
||||||
/usr/bin/amixer set -D hw:0 Master 10%+ unmute
|
|
||||||
;;
|
|
||||||
|
|
||||||
#Fn+F5
|
|
||||||
00000030)
|
|
||||||
|
|
||||||
/usr/bin/xrandr --output VGA --mode 1024x768 \
|
|
||||||
--output LVDS --off
|
|
||||||
|
|
||||||
if [[ "$?" != "0" ]]; then
|
|
||||||
|
|
||||||
/usr/bin/xrandr --output VGA --preferred \
|
|
||||||
--output LVDS --off
|
|
||||||
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
|
|
||||||
00000031)
|
|
||||||
|
|
||||||
/usr/bin/xrandr --output LVDS --mode 800x480 \
|
|
||||||
--output VGA --mode 800x600
|
|
||||||
|
|
||||||
;;
|
|
||||||
|
|
||||||
00000032)
|
|
||||||
|
|
||||||
/usr/bin/xrandr --output VGA --off \
|
|
||||||
--output LVDS --preferred
|
|
||||||
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
logger "ACPI hotkey $3 action is not defined"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
EOHOTKEY
|
|
||||||
|
|
||||||
###### WLAN #############################################################
|
|
||||||
cat > /etc/acpi/actions/wlan.sh << EOF
|
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
PWR=$(cat /sys/devices/platform/eeepc/wlan)
|
|
||||||
|
|
||||||
UnloadModules() {
|
|
||||||
rmmod ath_pci
|
|
||||||
rmmod ath_rate_sample
|
|
||||||
rmmod wlan_scan_sta
|
|
||||||
rmmod wlan_tkip
|
|
||||||
rmmod wlan_wep
|
|
||||||
rmmod wlan
|
|
||||||
}
|
|
||||||
|
|
||||||
LoadModules() {
|
|
||||||
modprobe ath_pci
|
|
||||||
}
|
|
||||||
|
|
||||||
case $1 in
|
|
||||||
poweron)
|
|
||||||
if [[ "$PWR" = "0" ]]; then
|
|
||||||
modprobe pciehp pciehp_force=1
|
|
||||||
|
|
||||||
echo 1 > /sys/devices/platform/eeepc/wlan
|
|
||||||
|
|
||||||
rmmod pciehp
|
|
||||||
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
|
|
||||||
poweroff)
|
|
||||||
if [[ "$PWR" = "1" ]]; then
|
|
||||||
|
|
||||||
modprobe pciehp pciehp_force=1
|
|
||||||
|
|
||||||
ifconfig ath0 down
|
|
||||||
|
|
||||||
wlanconfig ath0 destroy
|
|
||||||
|
|
||||||
UnloadModules
|
|
||||||
|
|
||||||
echo 0 > /sys/devices/platform/eeepc/wlan
|
|
||||||
|
|
||||||
rmmod pciehp
|
|
||||||
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
EOF
|
|
||||||
|
|
||||||
###### Webcam #############################################################
|
|
||||||
cat > /etc/acpi/actions/camera.sh << EOF
|
|
||||||
|
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
CAMERA=$(cat /sys/devices/platform/eeepc/camera)
|
|
||||||
|
|
||||||
if [[ "$CAMERA" = "0" ]]; then
|
|
||||||
echo 1 > /sys/devices/platform/eeepc/camera
|
|
||||||
else
|
|
||||||
echo 0 > /sys/devices/platform/eeepc/camera
|
|
||||||
fi
|
|
||||||
EOF
|
|
||||||
|
|
||||||
chmod +x "/etc/acpi/actions/*"
|
|
||||||
|
|
||||||
###### Shutdown fix #########################################################
|
|
||||||
echo "modprobe -r snd-hda-intel" >> /sbin/halt.local
|
|
||||||
chmod 755 /sbin/halt.local
|
|
||||||
|
|
||||||
###### Gnome display stuff ##################################################
|
|
||||||
|
|
||||||
gconftool-2 --set /apps/nautilus/preferences/desktop_font --type string "Sans 8"
|
|
||||||
gconftool-2 --set /desktop/gnome/interface/document_font_name --type string "Sans 8"
|
|
||||||
gconftool-2 --set /desktop/gnome/interface/font_name --type string "Sans 8"
|
|
||||||
gconftool-2 --set /apps/metacity/general/titlebar_font --type string "Sans Bold 8"
|
|
||||||
gconftool-2 --set /desktop/gnome/interface/monospace_font_name --type string "Monospace 8"
|
|
||||||
gconftool-2 --set /apps/metacity/window_keybindings/toggle_fullscreen --type string "<Alt>F11"
|
|
||||||
gconftool-2 --set /desktop/gnome/interface/toolbar_style --type string "icons"
|
|
||||||
gconftool-2 --set /desktop/gnome/sound/default_mixer_tracks --type list --list-type string "[PCM]"
|
|
||||||
gconftool-2 --set /apps/gnome-power-manager/notify/low_capacity --type bool 0
|
|
||||||
gconftool-2 --set /apps/compiz/plugins/move/allscreens/options/constrain_y --type bool 0
|
|
||||||
gconftool-2 --set /apps/panel/toplevels/top_panel_screen0/size --type integer 19
|
|
||||||
gconftool-2 --set /apps/panel/toplevels/bottom_panel_screen0/size --type integer 19
|
|
||||||
@@ -34,12 +34,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* @DATESTAMP@ Jeroen van Meeuwen <kanarip a fedoraunity.org> @VERSION@-@RELEASE@
|
* @DATESTAMP@ Jeroen van Meeuwen <kanarip a fedoraunity.org> @VERSION@-@RELEASE@
|
||||||
- Added de_CH localized spins
|
- Add de_CH localized spins
|
||||||
|
|
||||||
* Tue Feb 23 2009 Jeroen van Meeuwen <kanarip a fedoraunity.org> 0.11.0-2
|
* Tue Feb 24 2009 Jeroen van Meeuwen <kanarip a fedoraunity.org> 0.10.4-1
|
||||||
- Remove fedora-livecd-desktop-default.ks
|
|
||||||
|
|
||||||
* Sat Nov 29 2008 Jeroen van Meeuwen <kanarip a fedoraunity.org> 0.11.0-1
|
|
||||||
- Point fedora-live-base.ks repos to f-10
|
- Point fedora-live-base.ks repos to f-10
|
||||||
- Remove sysprof from fedora-livedvd-developer.ks
|
- Remove sysprof from fedora-livedvd-developer.ks
|
||||||
- Latest and final rebuild for Fedora 10
|
- Latest and final rebuild for Fedora 10
|
||||||
|
|||||||
Reference in New Issue
Block a user