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

Last change on this file since 2445 was 2445, checked in by Bruno Cornec, 15 years ago

r3513@localhost: bruno | 2009-10-02 00:09:16 +0200

  • Not using busybox for mindi anymore (start - step needed for tests)
File size: 1.1 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/usr/bin/star
20/usr/sbin/ntfsclone
21
22# HW
23/usr/sbin/parted
24/sbin/parted
25/usr/sbin/partprobe
26
27# File
28/usr/bin/file
29/usr/share/misc/file/magic
30/usr/share/file/magic
31
32# ACLs
33/usr/bin/getfattr
34/usr/bin/setfattr
35/usr/bin/getfacl
36/usr/bin/setfacl
37
38# Compressors
39/usr/bin/bzip2
40# is a link => No additional place
41/usr/bin/bunzip2
42/usr/bin/lzop
43/usr/bin/lzma
44
45# Unix commands
46/bin/chroot
47/usr/sbin/chroot
48/usr/bin/cmp
49/sbin/ctrlaltdel
50/bin/dd
51/usr/bin/eject
52/usr/bin/env
53/sbin/halt
54/sbin/ldconfig
55/usr/bin/wc
56
57# Status ???
58#
59/usr/bin/du
60/usr/bin/xargs
61/usr/bin/head
62/usr/bin/less
63/usr/bin/sort
64/usr/bin/uniq
65/usr/bin/reset
66
67
68# For swap uuid support, ia64 and probably then more in the future
69/usr/bin/perl
70
71# helps for debugging (optional)
72/usr/bin/ldd
73/usr/bin/strace
74#/usr/bin/valgrind
75#/usr/lib/valgrind/
76#/usr/lib64/valgrind/
Note: See TracBrowser for help on using the repository browser.