summaryrefslogtreecommitdiffstats
path: root/perl-install/install/share/list.xml
blob: a9d1e41fd862496b9dd9b89050169d48bb190efb (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
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
<list no-arch-libraries="on">

<from expand="binary">
  ash dash.static echo
  aria2c cp curl md5sum <!-- needed by urpmi -->
  cpio gzip bzip2
  <if-not ARCH="ppc">
    fdisk
  </if-not>
  <if ARCH="ppc">
    pdisk 
  </if>
  insmod modinfo rmmod modprobe lsmod
  losetup
  lvm2 mdadm mdmon
  mount mount.nfs umount
  xz

  udevadm <!-- needed by mouse::detect & stage2 -->

  badblocks
  mkswap swaplabel
  mkfs.ext2 mkfs.ext3 mkfs.ext4 e2fsck tune2fs dumpe2fs resize2fs

  mkfs.reiserfs resize_reiserfs reiserfstune
  mkfs.xfs xfs_admin
  xfs_freeze xfs_io <!-- needed for setup grub on XFS formated / -->

  mkfs.btrfs btrfs btrfsck fsck.btrfs
  mkfs.nilfs2 nilfs-tune

  tty stty <!-- needed for text mode installer (through unicode_start) -->

  <if ARCH="i.86|x86_64|ia64">
    mkdosfs
    dosfslabel
    mlabel
    mkntfs
    ntfsresize
    ntfslabel
    dmraid
  </if>
  <if ARCH="i.86|x86_64">
    mkfs.jfs fsck.jfs jfs_tune
  </if>
  quotacheck
  cryptsetup dmsetup

  setfont kbd_mode
  <mode copy="dereference">
    Xorg
  </mode>
  xset
  xkbcomp setxkbmap

  fb2png
  perl
  monitor-edid monitor-get-edid-using-vbe monitor-parse-edid monitor-get-edid

  <filter subst="s!^echo!/bin/echo!">
    unicode_start
  </filter>

  <if ARCH="i.86|x86_64|ia64">
    dmidecode 
  </if>
  <if ARCH="ia64">
  efibootmgr 
  </if>

  <if ARCH="ppc">
    hattrib hcopy hcd
    hformat hmount humount 
  </if>

  <if set="DEBUG_INSTALL">
    strace bash less ps top gdb busybox
  </if>
</from>

<!-- when adding udev rules, think whether they're needed in rescue too
     (../../../rescue/list.xml) -->
<from dir="/lib/udev/rules.d">
  10-dm.rules
  11-dm-lvm.rules
  13-dm-disk.rules
  60-persistent-storage.rules
  64-md-raid.rules
  65-md-incremental.rules
  80-net-name-slot.rules
  95-dm-notify.rules
</from>

<from dir="/usr/LIB/xorg/modules">
  drivers/fbdev_drv.so
  drivers/vesa_drv.so
  input/kbd_drv.so
  input/mouse_drv.so
  input/vmmouse_drv.so
  input/wacom_drv.so
  libfbdevhw.so
  libfb.so
  libint10.so
  libshadow.so
  libvbe.so
</from>

<from dir="/usr/share/X11/xkb">
 <filter subst="s!//.*!!">
  geometry/pc
  keycodes/aliases
  keycodes/xfree86
  rules/base
  rules/base.lst
  rules/xorg
  rules/xorg.lst
  compat types
  <from expand="glob">
    symbols/*
  </from>
 </filter>
</from>

<from dir="/usr/share/fonts/">
  <to flatten="on">
    misc/cursor.pcf.gz
    TTF/bengali/MuktiNarrow.ttf
    TTF/dejavu/DejaVuSans.ttf
    TTF/dejavu/DejaVuSans-Bold.ttf
    TTF/dejavu/DejaVuSans-BoldOblique.ttf
    TTF/devanagari/raghu.ttf
    TTF/lohit/lohit_pa.ttf
    TTF/thai/Norasi.ttf
    TTF/wqy-microhei/wqy-microhei.ttc
  </to>
</from>

<from dir="/usr/share/locale">
  <to dir="/usr/share/locale_special">
    <from expand="glob">
      */LC_MESSAGES/draksnapshot.mo
      */LC_MESSAGES/drakx-net.mo
      */LC_MESSAGES/drakx-kbd-mouse-x11.mo
      */LC_MESSAGES/gtk20.mo
      */LC_MESSAGES/urpmi.mo
    </from>
  </to>
</from>

<from dir="/usr/share/X11/locale">
  C
  en_US.UTF-8 
  iso8859-1
</from>

<filter command="strip">
<from dir="/LIB">
  libnss_nis.so.2
  libnss_files.so.2
  libnss_dns.so.2
  libresolv.so.2
  ld-linux*.so.2
  <!-- needed for mount.ntfs-3g -->
  libfuse.so.2

  <!-- modules used by libnss3 -->
  libfreebl3.so
  libsoftokn3.so

  <!-- needed by dmraid -->
  libdmraid-events-isw.so
</from>
</filter>

<from>
  /etc/urpmi/prefer.vendor.list
  /etc/mke2fs.conf
  /etc/netconfig
  /etc/fonts/
  /etc/passwd
  /etc/protocols
  /etc/rpm/macros.d/20common.macros
<!--  /usr/share/X11/XKeysymDB -->
  /etc/pango/ARCH/pango.modules
  /usr/LIB/libgdk_pixbuf-2.0.so.0
  /usr/LIB/gtk-2.0/*/immodules/im-cedilla.so
  /usr/LIB/gtk-2.0/*/engines/liboxygen-gtk.so
  /usr/share/mime/mime.cache

  /usr/lib/libDrakX/keyboard.pm
  /usr/lib/libDrakX/mouse.pm
  /usr/lib/libDrakX/network
  /usr/lib/libDrakX/Xconfig
  /usr/lib/libDrakX/auto/xf86misc
  /usr/lib/libDrakX/xf86misc
  <mode copy="keep-links">
     /usr/share/doc/installer-help/
  </mode>
  /usr/share/libDrakX/pixmaps
  /usr/lib/rpm/rpmrc
  /usr/lib/rpm/macros
  /usr/share/pci.ids
  /usr/share/usb.ids
  /usr/share/locale/UTF-8
  /usr/share/terminfo/l/linux
  /bin/brltty
  /sbin/mount.ntfs-3g <!-- cannot be expanded as binary, not executable for all users -->
  /sbin/blkid

  /usr/bin/drakx-matchbox-window-manager
  /usr/share/matchbox/mbnoapp.xpm

  /etc/pki/tls/certs/ca-bundle.crt

  /usr/lib/systemd/systemd-udevd
  /usr/lib/udev/ata_id
  /usr/lib/udev/scsi_id
  /usr/lib/udev/pcmcia-socket-startup
  /etc/pcmcia/config.opts

  <!-- for GDB: -->
  <if set="DEBUG_INSTALL">
    /usr/include/python2.7/pyconfig.h
    /usr/LIB/libinproctrace.so
    /usr/LIB/libpython2.7.so.1.0
    /usr/LIB/python2.7/_abcoll.py
    /usr/LIB/python2.7/abc.py
    /usr/LIB/python2.7/codecs.py
    /usr/LIB/python2.7/config/Makefile
    /usr/LIB/python2.7/copy.py
    /usr/LIB/python2.7/copy_reg.py
    /usr/LIB/python2.7/encodings/aliases.py
    /usr/LIB/python2.7/encodings/__init__.py
    /usr/LIB/python2.7/encodings/utf_8.py
    /usr/LIB/python2.7/genericpath.py
    /usr/LIB/python2.7/lib-dynload/itertools.so
    /usr/LIB/python2.7/linecache.py
    /usr/LIB/python2.7/os.py
    /usr/LIB/python2.7/posixpath.py
    /usr/LIB/python2.7/re.py
    /usr/LIB/python2.7/site-packages/pygtk.pth
    /usr/LIB/python2.7/site.py
    /usr/LIB/python2.7/sre_compile.py
    /usr/LIB/python2.7/sre_constants.py
    /usr/LIB/python2.7/sre_parse.py
    /usr/LIB/python2.7/stat.py
    /usr/LIB/python2.7/sysconfig.py
    /usr/LIB/python2.7/traceback.py
    /usr/LIB/python2.7/types.py
    /usr/LIB/python2.7/UserDict.py
    /usr/LIB/python2.7/warnings.py
    /usr/LIB/python2.7/weakref.py
    /usr/LIB/python2.7/_weakrefset.py
    /usr/share/gdb/python/gdb/backtrace.py
    /usr/share/gdb/python/gdb/command/backtrace.py
    /usr/share/gdb/python/gdb/command/ignore_errors.py
    /usr/share/gdb/python/gdb/command/__init__.py
    /usr/share/gdb/python/gdb/command/pahole.py
    /usr/share/gdb/python/gdb/command/pretty_printers.py
    /usr/share/gdb/python/gdb/command/require.py
    /usr/share/gdb/python/gdb/command/upto.py
    /usr/share/gdb/python/gdb/FrameIterator.py
    /usr/share/gdb/python/gdb/FrameWrapper.py
    /usr/share/gdb/python/gdb/function/caller_is.py
    /usr/share/gdb/python/gdb/function/__init__.py
    /usr/share/gdb/python/gdb/function/in_scope.py
    /usr/share/gdb/python/gdb/__init__.py
  </if>

  <from expand="glob">
    <!-- needed by matchbox -->
    <from spaces_in_filename="1">
       /usr/share/themes/Ia Ora*/matchbox/*
    </from>
    /usr/share/themes/oxygen-gtk*
    /usr/LIB/gdk-pixbuf-2.0/*/loaders.cache
    /usr/LIB/gdk-pixbuf-2.0/*/loaders/libpixbufloader-png.so
    /etc/gtk-2.0/gtk.immodules.*
    /etc/brltty/*.ttb
    /etc/brltty/*.txt
    /LIB/brltty/libbrlttyb??.so
  </from>

  <from expand="command">
    perl -Mlang -I.. -le 'print foreach lang::console_font_files()'
  </from>

  <if set="DEBUG_INSTALL">
    /etc/termcap
  </if>
</from>

<from dir="/usr/share/ldetect-lst">
  dmitable.gz pcitable.gz usbtable.gz
  dkms-modules.alias fallback-modules.alias
  <filter command="gzip">
    Cards+ MonitorsDB isdn.db
  </filter>
</from>

<from dir="/lib/module-init-tools">
  ldetect-lst-modules.alias
</from>

<from dir="/usr/LIB/device-mapper">
  <from expand="glob"> 
    *.so
 </from>
</from>

<from dir="/usr/LIB/pango/*/modules">
  pango-arabic-lang.so
  pango-basic-fc.so
  pango-indic-lang.so
  pango-thai-lang.so
</from>

<from dir="/usr/LIB/gconv">
  BIG5.so
  EUC-JP.so
  libGB.so
  libJIS.so
  libKSC.so
  EUC-KR.so
  ISO8859-15.so
  ISO8859-14.so
  ISO8859-13.so
  ISO8859-9E.so
  ISO8859-9.so
  ISO8859-7.so
  ISO8859-5.so
  ISO8859-3.so
  ISO8859-2.so
  ISO8859-1.so
 <from expand="glob"> 
  KOI8-*.so
 </from>
  TIS-620.so
  CP1251.so
  GEORGIAN-PS.so
  EUC-CN.so
  gconv-modules
</from>

<!-- For the usrmove -->
<from>
  /usr/lib/dracut/modules.d/30convertfs/convertfs.sh
</from>
<from expand="binary">
  find bash ldconfig mv rm cp ln
</from>

<filter subst="/^__END__/ and $_ = '', close ARGV">
<from expand="main-perl">
  AutoLoader.pm
  Carp/Heavy.pm
  Carp.pm
  Exporter/Heavy.pm
  Exporter.pm
  File/Basename.pm
  File/Find.pm
  FileHandle.pm
  File/Path.pm
  File/Temp.pm
  Getopt/Long.pm
  IPC/Open2.pm
  IPC/Open3.pm
  Net/Cmd.pm
  Net/Config.pm
  Net/FTP/A.pm
  Net/FTP/dataconn.pm
  Net/FTP/I.pm
  Net/FTP.pm
  Net/Netrc.pm
  Net/Ping.pm
  PerlIO.pm
  SelectSaver.pm
  SelfLoader.pm
  Symbol.pm
  Tie/Hash.pm
  Time/Local.pm
  XSLoader.pm
  base.pm
  bytes_heavy.pl <!-- needed by urpm::mirrors -->
  bytes.pm
  constant.pm
  dumpvar.pl
  feature.pm
  integer.pm
  locale.pm
  overload.pm
  overloading.pm
  strict.pm
  unicore/Heavy.pl
  unicore/To/Digit.pl
  unicore/To/Fold.pl
  unicore/To/Lower.pl
  unicore/To/Uc.pl      <!-- needed for uc() on UTF-8 -->
  unicore/To/Upper.pl
  utf8_heavy.pl
  utf8.pm
  vars.pm
  warnings.pm
  warnings/register.pm
  ARCH-linux-thread-multi/B.pm
  ARCH-linux-thread-multi/Config_git.pl
  ARCH-linux-thread-multi/Config_heavy.pl
  ARCH-linux-thread-multi/Config.pm
  ARCH-linux-thread-multi/Cwd.pm
  ARCH-linux-thread-multi/Data/Dumper.pm
  ARCH-linux-thread-multi/DynaLoader.pm
  ARCH-linux-thread-multi/Encode.pm
  ARCH-linux-thread-multi/Encode/Alias.pm
  ARCH-linux-thread-multi/Encode/Config.pm
  ARCH-linux-thread-multi/Encode/Encoding.pm
  ARCH-linux-thread-multi/Errno.pm
  ARCH-linux-thread-multi/Fcntl.pm
  ARCH-linux-thread-multi/File/Glob.pm
  ARCH-linux-thread-multi/File/Spec.pm
  ARCH-linux-thread-multi/File/Spec/Unix.pm
  ARCH-linux-thread-multi/_h2ph_pre.ph
  ARCH-linux-thread-multi/IO/File.pm
  ARCH-linux-thread-multi/IO/Handle.pm
  ARCH-linux-thread-multi/IO.pm
  ARCH-linux-thread-multi/IO/Seekable.pm
  ARCH-linux-thread-multi/IO/Select.pm
  ARCH-linux-thread-multi/IO/Socket/INET.pm
  ARCH-linux-thread-multi/IO/Socket.pm
  ARCH-linux-thread-multi/IO/Socket/UNIX.pm
  ARCH-linux-thread-multi/List/Util.pm
  ARCH-linux-thread-multi/POSIX.pm
  ARCH-linux-thread-multi/Scalar/Util.pm
  ARCH-linux-thread-multi/Socket.pm
  ARCH-linux-thread-multi/Time/HiRes.pm
  <if ARCH="ia64">
  ARCH-linux-thread-multi/asm-i386/unistd.ph 
  ARCH-linux-thread-multi/asm-x86_64/unistd.ph 
  ARCH-linux-thread-multi/asm/break.ph 
  </if>
  <if ARCH="i.86|x86_64">
  ARCH-linux-thread-multi/asm/unistd_32.ph
  ARCH-linux-thread-multi/asm/unistd_64.ph
  </if>
  ARCH-linux-thread-multi/asm/unistd.ph
  ARCH-linux-thread-multi/auto/B/B.so
  ARCH-linux-thread-multi/auto/Cwd/Cwd.so
  ARCH-linux-thread-multi/auto/Data/Dumper/Dumper.so
  ARCH-linux-thread-multi/auto/Encode/Encode.so
  ARCH-linux-thread-multi/auto/Fcntl/Fcntl.so
  ARCH-linux-thread-multi/auto/File/Glob/Glob.so
  ARCH-linux-thread-multi/auto/IO/IO.so
  ARCH-linux-thread-multi/auto/List/Util/Util.so
  ARCH-linux-thread-multi/auto/POSIX/POSIX.so
  ARCH-linux-thread-multi/auto/re/re.so
  ARCH-linux-thread-multi/auto/Socket/Socket.so
  ARCH-linux-thread-multi/auto/Time/HiRes/HiRes.so
  ARCH-linux-thread-multi/bits/syscall.ph
  ARCH-linux-thread-multi/bits/wordsize.ph
  ARCH-linux-thread-multi/lib.pm
  ARCH-linux-thread-multi/re.pm
  ARCH-linux-thread-multi/syscall.ph
  ARCH-linux-thread-multi/sys/syscall.ph
  <if set="DEBUG_INSTALL">
    perl5db.pl
    Term/ReadLine.pm
  </if>
</from>

<from expand="perl">
  packdrake.pm
  Config/IniFiles.pm
  MDV/Distribconf.pm
  MDV/Packdrakeng.pm
  MDV/Snapshot/Common.pm
  MDV/Snapshot/Restore.pm
  Parse/EDID.pm
  String/ShellQuote.pm
  XML/SAX/Exception.pm
  ARCH-linux-thread-multi/List/MoreUtils.pm
  ARCH-linux-thread-multi/Term/ReadKey.pm
  ARCH-linux-thread-multi/XML/LibXML.pm
  ARCH-linux-thread-multi/XML/LibXML/AttributeHash.pm
  ARCH-linux-thread-multi/XML/LibXML/Error.pm
  ARCH-linux-thread-multi/XML/LibXML/NodeList.pm
  ARCH-linux-thread-multi/XML/LibXML/Reader.pm
  ARCH-linux-thread-multi/XML/LibXML/XPathContext.pm
  ARCH-linux-thread-multi/XML/LibXML/Boolean.pm
  ARCH-linux-thread-multi/XML/LibXML/Literal.pm
  ARCH-linux-thread-multi/XML/LibXML/Number.pm
  ARCH-linux-thread-multi/auto/Term/ReadKey/ReadKey.so
  ARCH-linux-thread-multi/auto/XML/LibXML/LibXML.so
  urpm.pm
  urpm/args.pm
  urpm/cdrom.pm
  urpm/cfg.pm
  urpm/download.pm
  urpm/get_pkgs.pm
  urpm/install.pm
  urpm/lock.pm
  urpm/main_loop.pm
  urpm/md5sum.pm
  urpm/media.pm
  urpm/mirrors.pm
  urpm/msg.pm
  urpm/orphans.pm
  urpm/removable.pm
  urpm/select.pm
  urpm/signature.pm
  urpm/util.pm
  urpm/sys.pm
  urpm/xml_info.pm
  urpm/xml_info_pkg.pm
  <if set="DEBUG_INSTALL">
    ARCH-linux-thread-multi/Term/ReadLine/Gnu.pm
    ARCH-linux-thread-multi/Term/ReadLine/Gnu/XS.pm
    ARCH-linux-thread-multi/auto/Term/ReadLine/Gnu/Gnu.so
    ARCH-linux-thread-multi/auto/Term/ReadLine/Gnu/XS/autosplit.ix
  </if>
</from>

<from expand="rpm" matching="m!/usr/lib/perl5/.*/unicore/lib!">
  perl
</from>

<from expand="rpm" matching="m!^/usr/lib/perl5! and !/\.pod$/">
  perl-Curses
  perl-Curses-UI
  perl-File-FnMatch
  perl-File-Sync
  perl-Filesys-Df
  perl-Clone
  perl-Glib
  perl-Gtk2
  perl-Gtk2-WebKit
  perl-Locale-gettext
  perl-MDK-Common
  perl-Pango
  perl-URPM
</from>
</filter>

<from dir="..">
  <to dir="$(REP4PMS)">
    <filter command="strip">
      <from expand="command">
	cd .. ; find auto -follow -name "*.so"
      </from>
    </filter>
  </to>
</from>

<from dir="../../tools">
  <to dir="/usr/bin" flatten="on">
    serial_probe/serial_probe 
    xhost+
  </to>
</from>

<from dir="../standalone">
  <to dir="/usr/bin">
    display_installer_help
    display_release_notes.pl
  </to>
</from>

<from dir="share">
  <from expand="tar">
    keymaps.tar.bz2
  </from>

  <to dir="/usr/share">
    consolefonts symlinks
    upgrade
  </to>
</from>

<from dir="../pixmaps">
  <to dir="/usr/share">
    <from expand="glob">
      *.png
    </from>
  </to>
</from>

<from dir="../share">
  <to dir="/usr/share">
    <from expand="glob">
      *.png
    </from>
  </to>
</from>

<from dir="share">
  <to dir="/etc/gtk-2.0/">
    gtkrc
  </to>
</from>


<from dir="pixmaps">
  <to dir="/usr/share">
    <from expand="glob">
      *.png
    </from>   
  </to>
</from>

<from dir="pixmaps/langs">
  <to dir="/usr/share/langs">
    <from expand="command">
      perl -I.. -Mlang -le 'print "lang-$_.png" foreach lang::list_langs()'
    </from>
  </to>
</from>

</list>