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

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

bunzip2 also modified for 2.2.10

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