Last change
on this file since 2462 was 2460, checked in by Bruno Cornec, 16 years ago |
- Adds a conf file example for mindi and fix #360 + mode of file
- Apply path from Matthew Cline (matt_at_nightrealms.com) in order to fix #359
- Adds support for libcrc32c (needed by bnx2x)
- afio is under /bin on Debian
- Fix an error in the test for grub conf files (or used instead of and)
- Fix a bug in handling of -E option with real devices (bad report in function mr_make_devlist_from_pathlist of the test between -E and -I)
- CIFS mounts shouldn't be part of the mountlist analysis (should help solving #288)
|
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 | # 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 | /usr/bin/bzip2
|
---|
42 | # is a link => No additional place
|
---|
43 | /usr/bin/bunzip2
|
---|
44 | /usr/bin/lzop
|
---|
45 | /usr/bin/lzma
|
---|
46 |
|
---|
47 | # Unix commands
|
---|
48 | /bin/chroot
|
---|
49 | /usr/sbin/chroot
|
---|
50 | /usr/bin/cmp
|
---|
51 | /sbin/ctrlaltdel
|
---|
52 | /bin/dd
|
---|
53 | /usr/bin/eject
|
---|
54 | /usr/bin/env
|
---|
55 | /sbin/halt
|
---|
56 | /sbin/ldconfig
|
---|
57 | /usr/bin/wc
|
---|
58 |
|
---|
59 | # Status ???
|
---|
60 | #
|
---|
61 | /usr/bin/du
|
---|
62 | /usr/bin/xargs
|
---|
63 | /usr/bin/head
|
---|
64 | /usr/bin/less
|
---|
65 | /usr/bin/sort
|
---|
66 | /usr/bin/uniq
|
---|
67 | /usr/bin/reset
|
---|
68 |
|
---|
69 |
|
---|
70 | # For swap uuid support, ia64 and probably then more in the future
|
---|
71 | /usr/bin/perl
|
---|
72 |
|
---|
73 | # helps for debugging (optional)
|
---|
74 | /usr/bin/ldd
|
---|
75 | /usr/bin/strace
|
---|
76 | #/usr/bin/valgrind
|
---|
77 | #/usr/lib/valgrind/
|
---|
78 | #/usr/lib64/valgrind/
|
---|
Note:
See
TracBrowser
for help on using the repository browser.