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

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

svn merge -r 2586:2634 svn+ssh://bruno@svn.mondorescue.org/mondo/svn/mondorescue/branches/2.2.9

  • Avoids error messages from stat in analyze-my-lvm
  • Avoid perl warning by removing non-exitent dirs from @INC in mindi-get-perl-modules r3744@localhost: bruno | 2010-03-16 01:44:33 +0100
    • Fix a bug on Mandriva modules analysis (at least) (Backport from mindi 2.1.0)
  • Try to improve exclusion of binded /proc mount with "none" fs type exclusion Cf: #397
  • Adds gmane mirror on the support page of the web site.
  • More website improvements based on Tom Metro feedbacks
  • Adds Nable ML archive
  • For gmane prefer the threaded view to the blog one.
  • Fix an initialization bug for network protocol in interactive mode (was NULL and not NFS by default)
  • Put an explicit notice of MondoRescue's license: GPLv2 or later (as per Hugo's notice in sources)
  • Adds tee to deplist
  • Fix #412 by supporting grub-install.unsupported for OpenSuSE and solving an issue with the parameter passed to grub for device which should be a device name, not a partition.
  • Fix #413 where list of devices was not re-initialized correctly in a loop (Michael Shapiro)
  • Fix #415 by avoiding integration of unknown devices report from pvscan (Mike Shapiro)
  • Fix #414 by adding a function GetPVsForLV to remove PVs from excluded LVs (Mike Shapiro)
  • Fixes for #414: remove comments from grub conf file if used and improve grub conf file generation
  • Fix a typo (Mike Shapiro)
  • Improved msg for USB device creation
  • Mondoarchive should not try to cerate a cmp binary if it doesn't exist.
  • Fix a bug on ia64 where the boot image generated was removed before use in mondo
  • Avoid to have multiple similar calls to mkisofs by using macros r3946@localhost: bruno | 2010-05-04 19:17:51 +0200
    • Solves an issue with usage of -V option in mkiofs wrongly placed
  • netfs_proto should be initialized in every case, not just in DR (should solve remaining NULL reports)
  • Integrate Michael Shapiro's patch on Xen Kernel support for RHEL 5 (only atm) and fixes #418 (Michael Shapiro)
  • Fox a typo in a Web page
  • Precise that GPL is v2+ (as per Hugo's wish)
  • Improve display of messages (removes extra \n) and replace a stract with "" with " ". trying to debug #421
  • Remove a wrong usage of mr_strcat with exclude_path in the 2.2.9 version (probably cause of #421)
  • Fix strcat call !
File size: 1.2 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
[2587]28/sbin/partprobe
[2409]29
[2445]30# File
[2409]31/usr/bin/file
32/usr/share/misc/file/magic
33/usr/share/file/magic
34
[2445]35# ACLs
[2409]36/usr/bin/getfattr
37/usr/bin/setfattr
38/usr/bin/getfacl
39/usr/bin/setfacl
40
[2445]41# Compressors
[2475]42# On RHEL
[2409]43/usr/bin/bzip2
[2475]44# On Debian
45/bin/bzip2
[2444]46# is a link => No additional place
[2483]47# On RHEL
[2409]48/usr/bin/bunzip2
[2483]49# On Debian
50/bin/bunzip2
[2409]51/usr/bin/lzop
[2444]52/usr/bin/lzma
[2409]53
[2445]54# Unix commands
55/bin/chroot
56/usr/sbin/chroot
57/usr/bin/cmp
[2409]58/sbin/ctrlaltdel
59/bin/dd
60/usr/bin/eject
[2445]61/usr/bin/env
62/sbin/halt
63/sbin/ldconfig
[2409]64/usr/bin/wc
[2445]65
66# Status ???
67#
68/usr/bin/du
[2409]69/usr/bin/xargs
[2445]70/usr/bin/head
[2409]71/usr/bin/less
[2445]72/usr/bin/sort
73/usr/bin/uniq
74/usr/bin/reset
[2635]75/usr/bin/tee
[2409]76
[2445]77
[2409]78# For swap uuid support, ia64 and probably then more in the future
79/usr/bin/perl
80
81# helps for debugging (optional)
82/usr/bin/ldd
83/usr/bin/strace
84#/usr/bin/valgrind
85#/usr/lib/valgrind/
86#/usr/lib64/valgrind/
Note: See TracBrowser for help on using the repository browser.