OSDN Git Service

add readme
[parsidora/kicks.git] / parsidora-base.ks
1 # Kickstart file for composing the "Fedora" spin of Fedora (rawhide)
2 # Maintained by the Fedora Release Engineering team:
3 # https://fedoraproject.org/wiki/ReleaseEngineering
4 # mailto:rel-eng@lists.fedoraproject.org
5
6 # Use a part of 'iso' to define how large you want your isos.
7 # Only used when composing to more than one iso.
8 # Default is 695 (megs), CD size.
9 # Listed below is the size of a DVD if you wanted to split higher.
10 #part iso --size=4998
11
12 # Add the repos you wish to use to compose here.  At least one of them needs group data.
13 repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-13&arch=$basearch --exclude kernel*debug* --exclude kernel-kdump* --exclude syslog-ng --exclude java-1.5.0-gcj-devel --exclude astronomy-bookmarks --exclude generic* --exclude java-1.5.0-gcj-javadoc --exclude GConf2-dbus* --exclude bluez-gnome --exclude xfce4-notifyd --exclude fedora-logos --exclude fedora-release
14 repo --name=fedora-updates --mirrorlist=http://mirrors.fedoraproject.org/metalink?repo=updates-released-f13&arch=$basearch  --exclude kernel*debug* --exclude kernel-kdump* --exclude syslog-ng --exclude java-1.5.0-gcj-devel --exclude astronomy-bookmarks --exclude generic* --exclude java-1.5.0-gcj-javadoc --exclude GConf2-dbus* --exclude bluez-gnome --exclude xfce4-notifyd --exclude fedora-logos --exclude fedora-release
15 #repo --name=fedora-source  --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch
16
17 # locale settings
18 lang fa_IR.UTF-8
19 timezone "Asia/Tehran"
20 keyboard us
21
22 # Package manifest for the compose.  Uses repo group metadata to translate groups.
23 # (@base is added by default unless you add --nobase to %packages)
24 # (default groups for the configured repos are added by --default)
25 %packages --default
26 # core
27 tcsh
28 kernel*
29 dracut-*
30 # Desktop Packages
31 @kde-desktop
32 echo-icon-theme
33 tracker
34 swfdec
35 nspluginwrapper
36 liferea
37 esc
38 thunderbird
39 @dial-up
40 # apps
41 @eclipse
42 joe
43 emacs
44 k3b
45 @system-tools
46 mc
47 wireshark-gnome
48 # Devel packages
49 @development-libs
50 @development-tools
51 @fedora-packager
52 @gnome-software-development
53 @kde-software-development
54 @web-development
55 @x-software-development
56 # Server packages
57 @dns-server
58 @ftp-server
59 @mail-server
60 @mysql
61 @network-server
62 @news-server
63 @server-cfg
64 @smb-server
65 @sql-server
66 @web-server
67 # Keep dap off the install media, makes Eng & Sci show up
68 -dap-server-cgi
69 # Virt group
70 @virtualization --optional
71 # filesystem stuff
72 @filesystems
73 # Languages
74 @persian-support
75 -@afrikaans-support
76 -@albanian-support
77 -@arabic-support
78 -@armenian-support
79 -@assamese-support
80 -@basque-support
81 -@belarusian-support
82 -@bengali-support
83 -@bhutanese-support
84 -@burmese-support
85 -@bosnian-support
86 -@brazilian-support
87 -@breton-support
88 -@british-support
89 -@bulgarian-support
90 -@catalan-support
91 -@chinese-support
92 -@croatian-support
93 -@czech-support
94 -@danish-support
95 -@dutch-support
96 -@esperanto-support
97 -@estonian-support
98 -@ethiopic-support
99 -@faeroese-support
100 -@filipino-support
101 -@finnish-support
102 -@french-support
103 -@gaelic-support
104 -@galician-support
105 -@georgian-support
106 -@german-support
107 -@greek-support
108 -@gujarati-support
109 -@hebrew-support
110 -@hindi-support
111 -@hungarian-support
112 -@icelandic-support
113 -@indonesian-support
114 -@inuktitut-support
115 -@irish-support
116 -@italian-support
117 -@japanese-support
118 -@kannada-support
119 -@kashmiri-support
120 -@kashubian-support
121 -@khmer-support
122 -@konkani-support
123 -@korean-support
124 -@lao-support
125 -@latvian-support
126 -@lithuanian-support
127 -@low-saxon-support
128 -@macedonian-support
129 -@malay-support
130 -@malayalam-support
131 -@maori-support
132 -@marathi-support
133 -@mongolian-support
134 -@nepali-support
135 -@northern-sotho-support
136 -@norwegian-support
137 -@oriya-support
138 -@polish-support
139 -@portuguese-support
140 -@punjabi-support
141 -@romanian-support
142 -@russian-support
143 -@samoan-support
144 -@serbian-support
145 -@sindhi-support
146 -@sinhala-support
147 -@slovak-support
148 -@slovenian-support
149 -@somali-support
150 -@southern-ndebele-support
151 -@southern-sotho-support
152 -@spanish-support
153 -@swati-support
154 -@swedish-support
155 -@tagalog-support
156 -@tamil-support
157 -@telugu-support
158 -@thai-support
159 -@tibetan-support
160 -@tonga-support
161 -@tsonga-support
162 -@tswana-support
163 -@turkish-support
164 -@ukrainian-support
165 -@urdu-support
166 -@venda-support
167 -@vietnamese-support
168 -@walloon-support
169 -@welsh-support
170 -@xhosa-support
171 -@zulu-support
172
173 # Size removals
174 -gimp-help
175 -java-1.6.0-openjdk-src
176 -xorg-x11-docs
177 -kernel-doc
178 -java-1.5.0-gcj-src
179 -java-1.5.0-gcj-devel
180 -libgcj-src
181 -*javadoc*
182 -frysk
183 -*gcj*
184 %end