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

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

r3714@localhost: bruno | 2010-03-03 10:42:28 +0100
svk merge -r3649:3678 prj/local-mondorescue/branches/2.2.9


r3666@localhost (orig r2578): bruno | 2010-02-12 13:35:29 +0100

  • Free the sz_devfile fifo for ntfs later as it was used in between, causing a problem to backup NT

FS dev. Fix #392.


r3667@localhost (orig r2579): bruno | 2010-02-12 15:27:07 +0100
analyze-my-lvm now provides an option to call GiveMapperOfdm that can be used in mindi. Solve #395


r3668@localhost (orig r2580): bruno | 2010-02-12 17:12:18 +0100

  • When using excludevs= also exclude from mountlist the devices mentioned. Fix #393.


r3669@localhost (orig r2581): bruno | 2010-02-12 17:15:53 +0100

  • the post install ascript passed with post= should just exists and not be executable. It's now mad

e executable by init. Maybe a fix for #394


r3670@localhost (orig r2582): vicgat | 2010-02-15 19:35:39 +0100


r3671@localhost (orig r2583): bruno | 2010-02-15 20:05:45 +0100

  • Fix reporting when a module is not found (pollutes logs)


r3672@localhost (orig r2584): bruno | 2010-02-15 20:09:23 +0100

  • Adds a missing module for iSCSI support


r3673@localhost (orig r2585): bruno | 2010-02-15 20:45:50 +0100

  • Fix problems of wrongly detected Duplicate mountpoints in case of lvm


r3674@localhost (orig r2586): bruno | 2010-02-16 13:15:38 +0100

  • Avoids error messages from stat in analyze-my-lvm


r3663@athonet (orig r2577): bruno | 2010-02-09 02:08:39 +0100

  • First try to improve OVM support with ocfs2 and Xen modules added


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