source: MondoRescue/branches/2.2.10/mindi/deplist.d/base.conf@ 2483

Last change on this file since 2483 was 2483, checked in by Bruno Cornec, 14 years ago

bunzip2 also modified for 2.2.10

File size: 1.2 KB
Line 
1# $Id$
2#
3# Base System Tools that are mandatory inside the data disk
4#
5#
6# Conf files
7/etc/fstab
8/etc/modules.conf
9/etc/hosts
10/etc/host.conf
11/etc/resolv.conf
12/etc/hosts.allow
13/etc/hosts.deny
14/etc/nsswitch.conf
15
16# Mondorescue requirements
17/usr/sbin/mondorestore
18/usr/bin/afio
19# On Debian
20/bin/afio
21/usr/bin/star
22/usr/sbin/ntfsclone
23
24# HW
25/usr/sbin/parted
26/sbin/parted
27/usr/sbin/partprobe
28
29# File
30/usr/bin/file
31/usr/share/misc/file/magic
32/usr/share/file/magic
33
34# ACLs
35/usr/bin/getfattr
36/usr/bin/setfattr
37/usr/bin/getfacl
38/usr/bin/setfacl
39
40# Compressors
41# On RHEL
42/usr/bin/bzip2
43# On Debian
44/bin/bzip2
45# is a link => No additional place
46# On RHEL
47/usr/bin/bunzip2
48# On Debian
49/bin/bunzip2
50/usr/bin/lzop
51/usr/bin/lzma
52
53# Unix commands
54/bin/chroot
55/usr/sbin/chroot
56/usr/bin/cmp
57/sbin/ctrlaltdel
58/bin/dd
59/usr/bin/eject
60/usr/bin/env
61/sbin/halt
62/sbin/ldconfig
63/usr/bin/wc
64
65# Status ???
66#
67/usr/bin/du
68/usr/bin/xargs
69/usr/bin/head
70/usr/bin/less
71/usr/bin/sort
72/usr/bin/uniq
73/usr/bin/reset
74
75
76# For swap uuid support, ia64 and probably then more in the future
77/usr/bin/perl
78
79# helps for debugging (optional)
80/usr/bin/ldd
81/usr/bin/strace
82#/usr/bin/valgrind
83#/usr/lib/valgrind/
84#/usr/lib64/valgrind/
Note: See TracBrowser for help on using the repository browser.