source: MondoRescue/branches/3.3/mindi/deplist.d/base.conf@ 3886

Last change on this file since 3886 was 3886, checked in by Bruno Cornec, 2 months ago

Removes support for ia64 depracated in upstream kernel, and elilo

File size: 1.2 KB
Line 
1# $Id$
2#
3# Base System Tools that are mandatory inside the initrd
4#
5/etc/fstab
6/etc/modules.conf
7# On ArchLinux
8/etc/modprobe.d/
9
10/etc/hosts
11/etc/host.conf
12/etc/resolv.conf
13/etc/hosts.allow
14/etc/hosts.deny
15/etc/nsswitch.conf
16
17/usr/sbin/mondorestore
18/usr/bin/afio
19# On Debian
20/bin/afio
21/usr/bin/star
22/usr/sbin/ntfsclone
23/usr/bin/buffer
24
25/usr/sbin/parted
26/sbin/parted
27/usr/sbin/partprobe
28/sbin/partprobe
29
30/usr/bin/file
31/usr/share/misc/file/magic
32/usr/share/file/magic
33/usr/share/mime/magic
34/usr/share/misc/magic
35# On ArchLinux
36/usr/share/file/magic.mgc
37/usr/share/misc/magic.mgc
38
39/usr/bin/getfattr
40/usr/bin/setfattr
41/usr/bin/getfacl
42/usr/bin/setfacl
43
44#
45/bin/lsblk
46
47# On RHEL
48/usr/bin/bzip2
49# On Debian and ArchLinux
50/bin/bzip2
51# is a link => No additional place
52# On RHEL
53/usr/bin/bunzip2
54# On Debian and ArchLinux
55/bin/bunzip2
56/usr/bin/lzop
57/usr/bin/lzma
58
59/bin/date
60/sbin/ctrlaltdel
61/bin/dd
62/usr/bin/eject
63/usr/bin/wc
64/usr/bin/xargs
65/usr/bin/less
66
67/sbin/ldconfig
68/usr/bin/tee
69
70# helps for debugging (optional)
71/usr/bin/ldd
72/usr/bin/strace
73#/usr/bin/valgrind
74#/usr/lib/valgrind/
75#/usr/lib64/valgrind/
76
77# For additional tools support
78/usr/bin/perl
79
80# MondoRescue tools
81/usr/bin/mr-device-mounted
Note: See TracBrowser for help on using the repository browser.