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
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
[2475]41# On RHEL
[2409]42/usr/bin/bzip2
[2475]43# On Debian
44/bin/bzip2
[2444]45# is a link => No additional place
[2409]46/usr/bin/bunzip2
47/usr/bin/lzop
[2444]48/usr/bin/lzma
[2409]49
[2445]50# Unix commands
51/bin/chroot
52/usr/sbin/chroot
53/usr/bin/cmp
[2409]54/sbin/ctrlaltdel
55/bin/dd
56/usr/bin/eject
[2445]57/usr/bin/env
58/sbin/halt
59/sbin/ldconfig
[2409]60/usr/bin/wc
[2445]61
62# Status ???
63#
64/usr/bin/du
[2409]65/usr/bin/xargs
[2445]66/usr/bin/head
[2409]67/usr/bin/less
[2445]68/usr/bin/sort
69/usr/bin/uniq
70/usr/bin/reset
[2409]71
[2445]72
[2409]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.