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

Last change on this file since 2475 was 2475, checked in by Bruno Cornec, 14 years ago
  • Update deplist for Debian support
  • Fix #363 where exclude_paths was extended up to memory limit dumping core
  • Default to DVD size when in iso or netfs mode
  • Improve analysis of kernel modules by printing whether it's a live or extra module which has not been found (Matthew Cline) as reported in #362
  • Remove useless pb_log and MONDO_TRACEFILE
  • /dev/shm is now part of the default exclude list
  • some distro hold lvm commands under /usr/sbin
  • bzip2 is under /bin on Debian

(merge from 2.2.9 branch)

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# On RHEL
42/usr/bin/bzip2
43# On Debian
44/bin/bzip2
45# is a link => No additional place
46/usr/bin/bunzip2
47/usr/bin/lzop
48/usr/bin/lzma
49
50# Unix commands
51/bin/chroot
52/usr/sbin/chroot
53/usr/bin/cmp
54/sbin/ctrlaltdel
55/bin/dd
56/usr/bin/eject
57/usr/bin/env
58/sbin/halt
59/sbin/ldconfig
60/usr/bin/wc
61
62# Status ???
63#
64/usr/bin/du
65/usr/bin/xargs
66/usr/bin/head
67/usr/bin/less
68/usr/bin/sort
69/usr/bin/uniq
70/usr/bin/reset
71
72
73# For swap uuid support, ia64 and probably then more in the future
74/usr/bin/perl
75
76# helps for debugging (optional)
77/usr/bin/ldd
78/usr/bin/strace
79#/usr/bin/valgrind
80#/usr/lib/valgrind/
81#/usr/lib64/valgrind/
Note: See TracBrowser for help on using the repository browser.