mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-10 00:50:32 +08:00
Compare commits
63 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4e36f20cba | ||
|
|
f2d41ccd6b | ||
|
|
bf35f2e561 | ||
|
|
c21e07f213 | ||
|
|
1809b29645 | ||
|
|
1e6c781aa8 | ||
|
|
bbef118506 | ||
|
|
ea4f0d7abe | ||
|
|
1fdce966c9 | ||
|
|
ddb82a00fa | ||
|
|
cc74c42d90 | ||
|
|
9ed576b614 | ||
|
|
148a970d0c | ||
|
|
f71c9dc987 | ||
|
|
b798368b47 | ||
|
|
68b14e1e54 | ||
|
|
6c3b810f83 | ||
|
|
a343b708b8 | ||
|
|
202884d005 | ||
|
|
2c4ad37604 | ||
|
|
2138c75bc0 | ||
|
|
d1736cc5c3 | ||
|
|
af1369b889 | ||
|
|
04ec7b3a3d | ||
|
|
c9c032f54f | ||
|
|
51cfab9fee | ||
|
|
b648168162 | ||
|
|
ac4acd8db6 | ||
|
|
ca20f10bfc | ||
|
|
bb2a62ca3d | ||
|
|
4a4a6fff94 | ||
|
|
f8b542bfe8 | ||
|
|
ee522306e5 | ||
|
|
1fbd49fbd1 | ||
|
|
5104e474d3 | ||
|
|
d4a2746f82 | ||
|
|
5bb471c0dc | ||
|
|
c365b84839 | ||
|
|
726eb8d9d7 | ||
|
|
c5ea4a3550 | ||
|
|
30e091e980 | ||
|
|
d83eff5abb | ||
|
|
86590f9fe9 | ||
|
|
2fc671c69c | ||
|
|
c3ea3a8a0b | ||
|
|
dcc85fafa4 | ||
|
|
d432a11a6c | ||
|
|
39f10542d3 | ||
|
|
e95427f4f0 | ||
|
|
51ac1c77e5 | ||
|
|
60d370c6be | ||
|
|
4a32877c01 | ||
|
|
2c74f67ac4 | ||
|
|
0cd792c758 | ||
|
|
c82626263c | ||
|
|
3728481996 | ||
|
|
76cbd92e64 | ||
|
|
b5595740b7 | ||
|
|
083fd6d50b | ||
|
|
c022150966 | ||
|
|
d9bb91b3ef | ||
|
|
fd3884fe05 | ||
|
|
c4fcc0c254 |
@@ -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.10.4)
|
AC_INIT([spin-kickstarts], 0.11.1)
|
||||||
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,6 +40,7 @@ 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
|
part / --size 3072 --fstype ext4
|
||||||
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,6 +34,7 @@ repo --name=updates --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
|
||||||
@@ -250,6 +251,8 @@ 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,7 +1,10 @@
|
|||||||
# fedora-livecd-broffice.ks
|
# fedora-livecd-broffice.ks
|
||||||
#
|
#
|
||||||
# Maintainer(s):
|
# Description:
|
||||||
# - Igor Pires Soares <igor at projetofedora.org>
|
# - Provides the legal brand "BrOffice.org" for OpenOffice.org in Brazil
|
||||||
|
#
|
||||||
|
# Maintainer:
|
||||||
|
# - Igor Pires Soares <igor at fedoraproject.org>
|
||||||
|
|
||||||
|
|
||||||
%include fedora-livecd-desktop.ks
|
%include fedora-livecd-desktop.ks
|
||||||
@@ -10,58 +13,55 @@ 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
|
||||||
-gimp-*
|
-planner
|
||||||
broffice.org-writer
|
broffice.org-*
|
||||||
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 anyway
|
# We won't use these Asian fonts
|
||||||
-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-*
|
||||||
-cjkunifonts-*
|
-VLGothic-fonts-*
|
||||||
-VLGothic-fonts
|
|
||||||
-padauk-fonts
|
-padauk-fonts
|
||||||
-khmeros-fonts-base
|
-un-*
|
||||||
-un-core-fonts-*
|
-samyak-fonts-*
|
||||||
-smc-fonts-meera
|
-sarai-fonts
|
||||||
|
-stix-fonts
|
||||||
|
-cjkuni-*
|
||||||
|
-hanazono-fonts
|
||||||
|
-thai-*
|
||||||
|
|
||||||
# Assure we won't get these Asian input methods
|
# remove input methods
|
||||||
-libchewing
|
-@input-methods
|
||||||
|
-m17n*
|
||||||
|
-scim*
|
||||||
|
-iok
|
||||||
-anthy
|
-anthy
|
||||||
-kasumi
|
-kasumi
|
||||||
-scim-chewing
|
-libchewing
|
||||||
-scim-pinyin
|
-ibus-*
|
||||||
|
|
||||||
# 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,6 +12,9 @@ timezone Europe/Zurich
|
|||||||
%packages
|
%packages
|
||||||
-gnome-blog
|
-gnome-blog
|
||||||
@german-support
|
@german-support
|
||||||
|
# exclude input methods
|
||||||
|
-m17n*
|
||||||
|
-scim*
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|||||||
@@ -12,6 +12,9 @@ timezone Europe/Berlin
|
|||||||
%packages
|
%packages
|
||||||
-gnome-blog
|
-gnome-blog
|
||||||
@german-support
|
@german-support
|
||||||
|
# exclude input methods
|
||||||
|
-m17n*
|
||||||
|
-scim*
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|||||||
@@ -1,117 +0,0 @@
|
|||||||
# 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,3 +9,8 @@ lang en_US.UTF-8
|
|||||||
keyboard us
|
keyboard us
|
||||||
timezone US/Eastern
|
timezone US/Eastern
|
||||||
|
|
||||||
|
%packages
|
||||||
|
# exclude input methods
|
||||||
|
-m17n*
|
||||||
|
-scim*
|
||||||
|
%end
|
||||||
|
|||||||
@@ -11,4 +11,7 @@ timezone Europe/Amsterdam
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@dutch-support
|
@dutch-support
|
||||||
|
# exclude input methods
|
||||||
|
-m17n*
|
||||||
|
-scim*
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -11,6 +11,9 @@ timezone America/Sao_Paulo
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@brazilian-support
|
@brazilian-support
|
||||||
|
# exclude input methods
|
||||||
|
-m17n*
|
||||||
|
-scim*
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|||||||
@@ -11,4 +11,7 @@ timezone Europe/Lisbon
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@portuguese-support
|
@portuguese-support
|
||||||
|
# exclude input methods
|
||||||
|
-m17n*
|
||||||
|
-scim*
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -27,17 +27,8 @@ 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
|
||||||
@@ -60,9 +51,6 @@ 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,7 +57,6 @@ 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
|
||||||
@@ -68,17 +67,15 @@ 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
|
||||||
-libchewing
|
# exclude input methods
|
||||||
|
-scim*
|
||||||
|
-m17n*
|
||||||
|
|
||||||
# save some space (from @base)
|
# save some space (from @base)
|
||||||
-make
|
-make
|
||||||
|
|||||||
@@ -11,7 +11,9 @@ timezone Europe/Zurich
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@german-support
|
@german-support
|
||||||
|
# exclude input methods
|
||||||
|
-m17n*
|
||||||
|
-scim*
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|||||||
@@ -23,11 +23,12 @@ gnome-packagekit
|
|||||||
|
|
||||||
# don't install unnecessary fonts
|
# don't install unnecessary fonts
|
||||||
-abyssinica-fonts
|
-abyssinica-fonts
|
||||||
-cjkunifonts-uming
|
-cjkuni*fonts*
|
||||||
-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
|
||||||
@@ -36,6 +37,9 @@ gnome-packagekit
|
|||||||
-thaifonts-scalable
|
-thaifonts-scalable
|
||||||
-VLGothic-fonts
|
-VLGothic-fonts
|
||||||
|
|
||||||
|
# remove kdegames to free needed space
|
||||||
|
-kdegames*
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|||||||
@@ -11,4 +11,7 @@ timezone Europe/Amsterdam
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@dutch-support
|
@dutch-support
|
||||||
|
# exclude input methods
|
||||||
|
-m17n*
|
||||||
|
-scim*
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -11,4 +11,7 @@ timezone Europe/Lisbon
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@portuguese-support
|
@portuguese-support
|
||||||
|
# exclude input methods
|
||||||
|
-m17n*
|
||||||
|
-scim*
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -11,6 +11,8 @@
|
|||||||
|
|
||||||
%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
|
||||||
@@ -18,61 +20,64 @@ 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 (~10 megs)
|
### amarok has duplicate functionality with juk (~13 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 ~31 megs
|
### the removal of kdegames will free ~35 megs
|
||||||
#-kdegames
|
#-kdegames
|
||||||
|
# some more
|
||||||
|
-kipi-plugins
|
||||||
|
-konq-plugins
|
||||||
|
-kdeplasma-addons
|
||||||
|
|
||||||
|
|
||||||
# Useful additional KDE3 applications
|
# koffice
|
||||||
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
|
||||||
|
|||||||
64
fedora-livecd-sugar.ks
Normal file
64
fedora-livecd-sugar.ks
Normal file
@@ -0,0 +1,64 @@
|
|||||||
|
# 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,4 +11,7 @@ timezone Europe/Zurich
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@german-support
|
@german-support
|
||||||
|
# exclude input methods
|
||||||
|
-m17n*
|
||||||
|
-scim*
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -11,4 +11,7 @@ timezone Europe/Amsterdam
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@dutch-support
|
@dutch-support
|
||||||
|
# exclude input methods
|
||||||
|
-m17n*
|
||||||
|
-scim*
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -11,4 +11,7 @@ timezone Europe/Lisbon
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@portuguese-support
|
@portuguese-support
|
||||||
|
# exclude input methods
|
||||||
|
-m17n*
|
||||||
|
-scim*
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -12,9 +12,8 @@
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
|
||||||
# gdm depends on gnome-session but lacks a dependency. Temporary workaround
|
# remove imsettings-xfce for now until it gets re-written
|
||||||
|
-imsettings-xfce
|
||||||
gnome-session
|
|
||||||
|
|
||||||
firefox
|
firefox
|
||||||
NetworkManager-vpnc
|
NetworkManager-vpnc
|
||||||
@@ -53,7 +52,6 @@ pidgin
|
|||||||
claws-mail
|
claws-mail
|
||||||
# brasero has more dependencies
|
# brasero has more dependencies
|
||||||
gnomebaker
|
gnomebaker
|
||||||
drivel
|
|
||||||
liferea
|
liferea
|
||||||
quodlibet
|
quodlibet
|
||||||
gftp
|
gftp
|
||||||
@@ -113,12 +111,8 @@ 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
|
||||||
|
|
||||||
|
|
||||||
@@ -142,6 +136,18 @@ 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
|
||||||
@@ -172,13 +178,5 @@ 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,6 +11,9 @@ timezone Europe/Zurich
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@german-support
|
@german-support
|
||||||
|
# exclude input methods
|
||||||
|
-m17n*
|
||||||
|
-scim*
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|||||||
@@ -11,4 +11,7 @@ timezone Europe/Amsterdam
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@dutch-support
|
@dutch-support
|
||||||
|
# exclude input methods
|
||||||
|
-m17n*
|
||||||
|
-scim*
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -11,4 +11,7 @@ timezone Europe/Lisbon
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@portuguese-support
|
@portuguese-support
|
||||||
|
# exclude input methods
|
||||||
|
-m17n*
|
||||||
|
-scim*
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -11,4 +11,7 @@ timezone Europe/Zurich
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@german-support
|
@german-support
|
||||||
|
# exclude input methods
|
||||||
|
-m17n*
|
||||||
|
-scim*
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -11,4 +11,7 @@ timezone Europe/Amsterdam
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@dutch-support
|
@dutch-support
|
||||||
|
# exclude input methods
|
||||||
|
-m17n*
|
||||||
|
-scim*
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -11,4 +11,7 @@ timezone Europe/Lisbon
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@portuguese-support
|
@portuguese-support
|
||||||
|
# exclude input methods
|
||||||
|
-m17n*
|
||||||
|
-scim*
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -69,6 +69,7 @@ tkcvs
|
|||||||
|
|
||||||
# vlsi
|
# vlsi
|
||||||
alliance-doc
|
alliance-doc
|
||||||
|
electric
|
||||||
irsim
|
irsim
|
||||||
gds2pov
|
gds2pov
|
||||||
magic-doc
|
magic-doc
|
||||||
@@ -91,11 +92,13 @@ drawtiming
|
|||||||
ghdl
|
ghdl
|
||||||
freehdl
|
freehdl
|
||||||
|
|
||||||
# spice
|
# spice and circuit
|
||||||
ngspice
|
ngspice
|
||||||
gnucap
|
gnucap
|
||||||
gspiceui
|
gspiceui
|
||||||
gwave
|
gwave
|
||||||
|
linsmith
|
||||||
|
|
||||||
|
|
||||||
# PCB and schematics
|
# PCB and schematics
|
||||||
geda-gschem
|
geda-gschem
|
||||||
@@ -115,6 +118,7 @@ piklab
|
|||||||
ktechlab
|
ktechlab
|
||||||
pikloops
|
pikloops
|
||||||
sdcc
|
sdcc
|
||||||
|
gsim85
|
||||||
|
|
||||||
# Serial Port Terminals
|
# Serial Port Terminals
|
||||||
gtkterm
|
gtkterm
|
||||||
@@ -153,6 +157,15 @@ 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,4 +11,7 @@ timezone Europe/Zurich
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@german-support
|
@german-support
|
||||||
|
# exclude input methods
|
||||||
|
-m17n*
|
||||||
|
-scim*
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -11,4 +11,7 @@ timezone Europe/Amsterdam
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@dutch-support
|
@dutch-support
|
||||||
|
# exclude input methods
|
||||||
|
-m17n*
|
||||||
|
-scim*
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -11,4 +11,7 @@ timezone Europe/Lisbon
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@portuguese-support
|
@portuguese-support
|
||||||
|
# exclude input methods
|
||||||
|
-m17n*
|
||||||
|
-scim*
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -1,15 +1,20 @@
|
|||||||
# fedora-livedvd-games.ks
|
# fedora-livedvd-games.ks
|
||||||
#
|
#
|
||||||
# Maintainer(s):
|
# Maintainer(s):
|
||||||
# - Rahul Sundaram <sundaram a fedoraunity.org>
|
# - Bruno Wolff III <bruno@wolff.to>
|
||||||
|
# - Formerly maintained by Rahul Sundaram
|
||||||
|
|
||||||
%include fedora-live-base.ks
|
%include fedora-livecd-desktop.ks
|
||||||
part / --size 8000
|
|
||||||
|
# The recommended part size for DVDs is too close to use for the games spin
|
||||||
|
part / --size 10240
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
|
||||||
# Include a desktop environment (#474775)
|
# Wine pulls in i386 libraries under x86_86 making that spin too big.
|
||||||
@gnome-desktop
|
# Also the point is to show off Fedora games, not running windows games.
|
||||||
|
|
||||||
|
-wine
|
||||||
|
|
||||||
# games
|
# games
|
||||||
|
|
||||||
@@ -25,7 +30,6 @@ beneath-a-steel-sky-cd
|
|||||||
blobAndConquer
|
blobAndConquer
|
||||||
boswars
|
boswars
|
||||||
bzflag
|
bzflag
|
||||||
#croquet (pending)
|
|
||||||
crossfire-client
|
crossfire-client
|
||||||
egoboo
|
egoboo
|
||||||
extremetuxracer
|
extremetuxracer
|
||||||
@@ -48,7 +52,7 @@ netpanzer
|
|||||||
neverball
|
neverball
|
||||||
nexuiz
|
nexuiz
|
||||||
nogravity
|
nogravity
|
||||||
openarena
|
# openarena (cut because of size, may be restored later if larger iso's allowed)
|
||||||
pinball
|
pinball
|
||||||
scorched3d
|
scorched3d
|
||||||
supertux
|
supertux
|
||||||
@@ -56,7 +60,6 @@ supertuxkart
|
|||||||
torcs
|
torcs
|
||||||
tremulous
|
tremulous
|
||||||
ultimatestunts
|
ultimatestunts
|
||||||
vdrift
|
|
||||||
warzone2100
|
warzone2100
|
||||||
wesnoth
|
wesnoth
|
||||||
widelands
|
widelands
|
||||||
@@ -72,7 +75,6 @@ ballz
|
|||||||
blobwars
|
blobwars
|
||||||
bolzplatz2006
|
bolzplatz2006
|
||||||
bombardier
|
bombardier
|
||||||
bsd-games
|
|
||||||
cdogs-sdl
|
cdogs-sdl
|
||||||
clanbomber
|
clanbomber
|
||||||
clonekeen
|
clonekeen
|
||||||
@@ -101,7 +103,6 @@ scorchwentbonkers
|
|||||||
seahorse-adventures
|
seahorse-adventures
|
||||||
solarwolf
|
solarwolf
|
||||||
sopwith
|
sopwith
|
||||||
starfighter
|
|
||||||
stormbaancoureur
|
stormbaancoureur
|
||||||
ularn
|
ularn
|
||||||
urbanterror
|
urbanterror
|
||||||
@@ -120,9 +121,6 @@ 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)
|
||||||
|
|
||||||
@@ -138,7 +136,6 @@ seahorse-adventures
|
|||||||
shippy
|
shippy
|
||||||
tecnoballz
|
tecnoballz
|
||||||
wordwarvi
|
wordwarvi
|
||||||
#(xgalaga renamed)
|
|
||||||
xgalaxy
|
xgalaxy
|
||||||
zasx
|
zasx
|
||||||
|
|
||||||
@@ -185,15 +182,10 @@ 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
|
||||||
|
|
||||||
|
|||||||
164
snippets/eeepc900-modifications.ks
Normal file
164
snippets/eeepc900-modifications.ks
Normal file
@@ -0,0 +1,164 @@
|
|||||||
|
###### 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,9 +34,12 @@ 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@
|
||||||
- Add de_CH localized spins
|
- Added de_CH localized spins
|
||||||
|
|
||||||
* Tue Feb 24 2009 Jeroen van Meeuwen <kanarip a fedoraunity.org> 0.10.4-1
|
* Tue Feb 23 2009 Jeroen van Meeuwen <kanarip a fedoraunity.org> 0.11.0-2
|
||||||
|
- 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