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

Last change on this file since 2460 was 2460, checked in by Bruno Cornec, 15 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
RevLine 
[2409]1# $Id$
2#
[2445]3# Base System Tools that are mandatory inside the data disk
[2409]4#
[2445]5#
6# Conf files
[2409]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
[2445]16# Mondorescue requirements
[2409]17/usr/sbin/mondorestore
18/usr/bin/afio
[2460]19# On Debian
20/bin/afio
[2409]21/usr/bin/star
22/usr/sbin/ntfsclone
23
[2445]24# HW
[2409]25/usr/sbin/parted
26/sbin/parted
27/usr/sbin/partprobe
28
[2445]29# File
[2409]30/usr/bin/file
31/usr/share/misc/file/magic
32/usr/share/file/magic
33
[2445]34# ACLs
[2409]35/usr/bin/getfattr
36/usr/bin/setfattr
37/usr/bin/getfacl
38/usr/bin/setfacl
39
[2445]40# Compressors
[2409]41/usr/bin/bzip2
[2444]42# is a link => No additional place
[2409]43/usr/bin/bunzip2
44/usr/bin/lzop
[2444]45/usr/bin/lzma
[2409]46
[2445]47# Unix commands
48/bin/chroot
49/usr/sbin/chroot
50/usr/bin/cmp
[2409]51/sbin/ctrlaltdel
52/bin/dd
53/usr/bin/eject
[2445]54/usr/bin/env
55/sbin/halt
56/sbin/ldconfig
[2409]57/usr/bin/wc
[2445]58
59# Status ???
60#
61/usr/bin/du
[2409]62/usr/bin/xargs
[2445]63/usr/bin/head
[2409]64/usr/bin/less
[2445]65/usr/bin/sort
66/usr/bin/uniq
67/usr/bin/reset
[2409]68
[2445]69
[2409]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.