summaryrefslogtreecommitdiffstats
path: root/config/auto_inst.cfg.pl
blob: 2793a75ea9d31414bfe6b85de9d667df5f949177 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
#!/usr/bin/perl -cw
# 
# You should check the syntax of this file before using it in an auto-install.
# You can do this with 'perl -cw auto_inst.cfg.pl' or by executing this file
# (note the '#!/usr/bin/perl -cw' on the first line).

my $distro_theme = 'Default';
my $distro_release = 'Default';
my $distro_config = lc($distro_release);

my @desktops = split(/\|/, $ENV{DRAKLIVE_DESKTOP});
my $has_kde = any { /^KDE/ } @desktops;
my $has_kde4 = member('KDE4', @desktops);
my $has_gnome = member('GNOME', @desktops);
my $has_xfce = member('xfce4', @desktops);
my $has_lxde = member('LXDE', @desktops);
my $has_moblin = member('Moblin', @desktops);

$o = {
       'media' => [
           {
               type => 'media_cfg',
               url => 'drakx://media',
               selected_names => join(',',
                                      'Core Release', 'Core Updates',
                                      'Nonfree Release', 'Non-free Updates',
                                  ),
           },
           if_($ENV{DRAKLIVE_ADDITIONAL_REPOSITORY}, 
               { type => 'media', url => $ENV{DRAKLIVE_ADDITIONAL_REPOSITORY} },
           ),
       ],
       'rpmsrate_flags_chosen' => {
           LIVE => 1,
           (map { ("CAT_$_" => 1) } (
               # office
               qw(OFFICE SPELLCHECK PIM ARCHIVING PRINTER),
               # multimedia
               qw(AUDIO VIDEO GRAPHICS),
               # internet
               qw(NETWORKING_WWW NETWORKING_MAIL NETWORKING_NEWS COMMUNICATIONS NETWORKING_CHAT),
               qw(NETWORKING_FILE_TRANSFER NETWORKING_IRC NETWORKING_INSTANT_MESSAGING NETWORKING_DNS),
               # network
               qw(NETWORKING_REMOTE_ACCESS NETWORKING_FILE),
               qw(NETWORKING_REMOTE_ACCESS_SERVER),
               # config
               qw(CONFIG),
               # console
               qw(EDITORS TERMINALS TEXT_TOOLS SHELLS FILE_TOOLS),
               # system
               qw(SYSTEM MINIMAL_DOCS X ACCESSIBILITY THEMES),
               if_($has_kde4, qw(KDE)),
               if_($has_gnome, qw(GNOME)),
               if_($has_xfce, qw(XFCE)),
               if_($has_lxde, qw(LXDE)),
               if_($ENV{DRAKLIVE_PRODUCT} =~ /gaming/i, qw(GAMES)),
           )),
       },
       # so that rpmsrate flags are really used
       'compssListLevel' => 5, # default from install_steps_interactive
       'skipped_packages' => [
           #- do not allow source dkms to be installed
           'dkms',
	   'aspell',
	   'aspell-en',
	   'gstreamer0.10-plugins-ffmpeg',
	   'gstreamer0.10-plugins-ugly',

           if_($ENV{DRAKLIVE_PRODUCT} !~ /guadec/i, 'gcc'),
           "/^mageia-theme(?!-common|-$distro_theme(?:|-screensaver)-)/",
           "/^mageia-release(?!-common|-$distro_release)-/",
           if_($ENV{DRAKLIVE_ARCH} eq 'x86_64',
               #- !TYPE"64bit" packages are selected by default for live
               #- skip i586 ones if not relevant
               'libqca1-tls',
           ),
           if_($ENV{DRAKLIVE_PRODUCT} !~ /gaming/i, #- non-DVD products
               #- from task-kde Suggests
               #- skipping them prevents task-kde from being installed,
               #- but its dependencies seems to be pulled correctly
               'kdeaddons',
               'kdenlive',
               'kdepim-kpilot',
               'konversation',
               'kerry',
               'kdebase4-workspace-googlegadgets',
               'nepomuk-scribo', 'soprano-plugin-virtuoso',
               if_($ENV{DRAKLIVE_LANGS} !~ /\bpt\b/ && $ENV{DRAKLIVE_REGION} ne 'all',
                   #- do not install pt translations if only pt_BR is explicitely selected
                   'kde-l10n-pt', 'firefox-pt_PT', 'libreoffice-langpack-pt_PT', 'myspell-pt_PT',
               ),
               if_($ENV{DRAKLIVE_LANGS} !~ /\bbr\b/ && $ENV{DRAKLIVE_REGION} ne 'all',
                   #- do not install libreoffice br translations if only fr is explicitely selected
                   #- (the br package require locales-fr so it is auto-selected if fr is available)
                   'libreoffice-langpack-br',
               ),
               if_($ENV{DRAKLIVE_REGION} !~ /\b(all|int|europe1)\b/,
                   'kde-l10n-en_GB', 'firefox-en_GB', 'myspell-en_GB',
               ),
               if_($ENV{DRAKLIVE_REGION} !~ /\b(all|int|americas)\b/,
                   'kde-l10n-en_US', 'myspell-en_US',
               ),
               if_($ENV{DRAKLIVE_REGION} !~ /\b(all|int|americas|europe1)\b/,
                   'libreoffice-langpack-en',
                   'autocorr-en', 'hunspell-en', 'hyphen-en', 'mythes-en',
                   '/^firefox-en_/',
                   '/^myspell-en_/',
               ),
               if_($ENV{DRAKLIVE_PRODUCT} !~ /liveusb-rw/i, 'task-printing-scanning'),
               'qtradio', 'kradio',
	       'system-config-printer',
               'poppler-data', 'tetex',
               'fglrx-control-center',
               '/^gimp-help/',
               '/^libreoffice-help/',
               'libreoffice-base',
               '/^nvidia.*-doc-html/',
               if_($has_kde4,
                   'k3b',
                   'liblm_sensors3', 'xpdf-common', 'htdig', 'mirrordir', 'acr38u',
                   'ekiga',
                   'kdeaccessibility4',
                   if_(!$has_gnome, 'gnome-media', 'yelp', 'pinentry-gtk2', 'polkit-gnome', 'seahorse', 'totem-mozilla'),
                   if_($ENV{DRAKLIVE_REGION} eq 'europe2', 'gimp'),
               ),
               ($ENV{DRAKLIVE_PRODUCT} =~ /liveusb-rw/i
                ? ('/openjdk/', 'java-1.5.0-gcj')
                : '/java/'),
               'asihpi-firmware', 'hdsploader', 'mixartloader', 'pcxhrloader', 'usx2yloader', 'vxloader',
               'drakfax', 'efax',
           ),
           if_($ENV{DRAKLIVE_PRODUCT} !~ /gaming/i,
               #- from task-kde Suggests
               'kdegames', 'kdegames4',
               'kdetoys',
           ),
           if_(!$ENV{DRAKLIVE_COMMERCIAL},
               'skype',
           ),

           #- bluez-pin provide
           if_(!$has_kde4, 'kbluetooth'),

           if_(!$has_kde4, 'compiz-decorator-kde4'), #- provides compiz-decorator
           if_(!$has_kde4, 'pinentry-qt4'), #- qt4 app
           'kdebase-kate', 'kdeaddons-kate', #- development tool
           '/noatun/', #- prefer amarok
           #- FIXME: this broken package should be removed from non-free
           'a320raid',
	   'rxvt',

           if_($ENV{DRAKLIVE_PRODUCT} =~ /guadec/i, 'rfbdrake'),

           if_($has_kde4, 'gdb'), #- suggested by one of the kde4 base package

	   #exclude some packages that are too big from the KDE4 Live CD
	   if_($ENV{DRAKLIVE_PRODUCT} !~ /liveusb-rw/i, 
	   	if_($has_kde4, 'digikam'),
		if_($has_kde4, 'ufraw-gimp'),
		if_($has_kde4, 'marble-common'),
		if_($has_kde4, 'p7zip'),
		if_($has_kde4, 'mozilla-thunderbird'), #- we have kmail
		if_($has_gnome, 'mozilla-thunderbird', 'pan'), #- we have evolution 
		#'aspell-ro', # lack of space :( arbitrary choice 
		             # since it's the biggest dict we have
		'cpqarrayd',
	   ),

           if_($has_gnome, 'beagle'),
           if_($has_moblin, 'task-3ddesktop-gtk'),
           '/^kernel-server-/', if_($ENV{DRAKLIVE_ARCH} ne 'x86_64', '/^kernel-deskop-/'),
       ],
       'default_packages' => [
           if_($has_kde4, "$distro_config-kde4-config"),
           if_($has_lxde, "mageia-lxde-config-$distro_release"),
           if_($has_xfce, "mageia-xfce-config-$distro_release"),

           if_($has_moblin, 'task-moblin'),

           #- broken updates
           if_($has_kde4, 'kde4-splash-mdv'),

           #- live resize/install/copy tools
           if_($ENV{DRAKLIVE_MEDIA} eq 'usb', 'draklive-resize'),

           if_($ENV{DRAKLIVE_PRODUCT} =~ /gaming/i, 'task-games'),

           #- should be in x11-driver-video (#42909)
           'x11-driver-video-via',
	   'x11-driver-video-psb',

           if_($has_gnome, 'gnome-shell'),

           if_($ENV{DRAKLIVE_PRODUCT} =~ /liveusb-rw/i,
               'samba-client',
               'RealPlayer', 'RealPlayer-rpnp',
               'java-1.6.0-sun',
               'mozilla-firefox-ext-google-toolbar',
               'filezilla', #- FIXME: bump to level 5 in rpmsrate?
               'nut-server',
               'mozilla-thunderbird',
               if_($ENV{DRAKLIVE_REGION} eq 'all', map { "mozilla-thunderbird-$_" } qw(ca cs de el es es_AR eu fi fr gu_IN he hu it ja ko nb nl pa_IN pl pt_BR ru sk sl sv tr zh_CN)),
               if_($ENV{DRAKLIVE_PRODUCT} =~ /guadec/i,
                   'fonts-ttf-gurmukhi',
                   'cheese',
                   'anjuta',
               ),
           ),
       ],
       'preferred_packages' => join(',', $has_kde4 ? 'kdm' : 'gdm'),
       'meta_class' => 'desktop',
       'desktop' => first(@desktops),
       if_($ENV{DRAKLIVE_DEFAULT_USER}, 'autologin' => $ENV{DRAKLIVE_DEFAULT_USER}),
       # explicitely specify the security level, so that environment of the build machine doesn't take precedence
       'security' => 1,
       'useSupermount' => 'magicdev',
       'users' => [
		    if_($ENV{DRAKLIVE_DEFAULT_USER}, {
		      'icon' => 'default',
		      'realname' => '',
		      'uid' => '',
		      'groups' => [],
		      'name' => $ENV{DRAKLIVE_DEFAULT_USER},
		      'shell' => '/bin/bash',
		      'gid' => ''
		    }),
		  ],
       'locale' => {
                     'country' => 'US',
                     'IM' => undef,
                     'lang' => 'en_US',
                     'langs' => +{
                         $ENV{DRAKLIVE_REGION} eq 'all' ? (all => 1) : (map { $_ => 1 } split(':', $ENV{DRAKLIVE_LANGS}))
                      },
                     'utf8' => 1
                   },
       'authentication' => {
			     'shadow' => 1,
			     'local' => 1,
			     'md5' => 1
			   },
       'superuser' => {
			'pw' => '',
			'realname' => 'root',
			'uid' => '0',
			'shell' => '/bin/bash',
			'home' => '/root',
			'gid' => '0'
		      },
       'keyboard' => {
		       'GRP_TOGGLE' => '',
		       'KBCHARSET' => 'C',
		       'KEYBOARD' => 'us',
		       'KEYTABLE' => 'us'
		     },
       'timezone' => {
		       'ntp' => undef,
		       'timezone' => 'America/New_York',
		       'UTC' => 1
		     },
       'X' => { disabled => 1 }, #- disable auto-configuration that may install unwanted packages
       'match_all_hardware' => 1,
       'excludedocs' => 0,
       'postInstall' => join(";",
                             "perl -pi -e 's/^id:3:initdefault:/id:5:initdefault:/' '/etc/inittab'",
                             #- FIXME: in any::set_autologin, unlink if gdm/kdm conf file and binary exist
                             if_($has_xfce || $has_lxde, "rm -f /etc/sysconfig/autologin"),
                             if_($distro_theme eq 'Liveusb-Rw',
                                 #- set blue gtk theme for Liveusb-Rw in Gnome
                                 "/usr/bin/gconftool-2 --config-source=xml::/etc/gconf/gconf.xml.local-defaults/ --direct --type=string --set /apps/metacity/general/theme 'Ia Ora Blue'",
                                 "/usr/bin/gconftool-2 --config-source=xml::/etc/gconf/gconf.xml.local-defaults/ --direct --type=string --set /desktop/gnome/interface/gtk_theme 'Ia Ora Blue'",
                                 #- set blue gtk theme for Liveusb-Rw in GTK
                                 "perl -pi -e 's/META_CLASS=.*/META_CLASS=powerpack/' /etc/sysconfig/system",
                                 "echo MDV_MENU_STYLE=discovery > /etc/sysconfig/menustyle",
                             ),
                         ),
       'autoExitInstall' => 1,
       'keep_unrequested_dependencies' => 0,
     };

my $old = \&install::pkgs::empty_packages;
undef *install::pkgs::empty_packages;
*install::pkgs::empty_packages = sub {
    my $packages = &$old;
    $packages->{debug_URPM} = sub { log::l("XXX: $_[0]") };
    $packages;
};