source: MondoRescue/branches/2.2.9/mindi/deplist.d/base.conf@ 2582

Last change on this file since 2582 was 2582, checked in by victor gattegno, 14 years ago
File size: 991 bytes
Line 
1# $Id$
2#
3# Base System Tools that are mandatory inside the initrd
4#
5/etc/fstab
6/etc/modules.conf
7/etc/hosts
8/etc/host.conf
9/etc/resolv.conf
10/etc/hosts.allow
11/etc/hosts.deny
12/etc/nsswitch.conf
13
14/usr/sbin/mondorestore
15/usr/bin/afio
16# On Debian
17/bin/afio
18/usr/bin/star
19/usr/sbin/ntfsclone
20/usr/bin/buffer
21
22/usr/sbin/parted
23/sbin/parted
24/usr/sbin/partprobe
25/sbin/partprobe
26
27/usr/bin/file
28/usr/share/misc/file/magic
29/usr/share/file/magic
30
31/usr/bin/getfattr
32/usr/bin/setfattr
33/usr/bin/getfacl
34/usr/bin/setfacl
35
36# On RHEL
37/usr/bin/bzip2
38# On Debian
39/bin/bzip2
40# is a link => No additional place
41# On RHEL
42/usr/bin/bunzip2
43# On Debian
44/bin/bunzip2
45/usr/bin/lzop
46/usr/bin/lzma
47
48/bin/bash
49/bin/date
50/sbin/ctrlaltdel
51/bin/dd
52/usr/bin/eject
53/usr/bin/wc
54/usr/bin/xargs
55/usr/bin/less
56/sbin/ldconfig
57
58# For swap uuid support, ia64 and probably then more in the future
59/usr/bin/perl
60
61# helps for debugging (optional)
62/usr/bin/ldd
63/usr/bin/strace
64#/usr/bin/valgrind
65#/usr/lib/valgrind/
66#/usr/lib64/valgrind/
Note: See TracBrowser for help on using the repository browser.