source: MondoRescue/branches/2.2.9/mindi/deplist.d/base.conf@ 2455

Last change on this file since 2455 was 2455, checked in by Bruno Cornec, 15 years ago

afio is under /bin on Debian

File size: 907 bytes
Line 
1# $Id$
2#
3# Base System Tools that are mandatory inside the initrd
4#
5/etc/fstab
6/etc/modules.conf
7/etc/hosts
8/etc/host.conf
9/etc/resolv.conf
10/etc/hosts.allow
11/etc/hosts.deny
12/etc/nsswitch.conf
13
14/usr/sbin/mondorestore
15/usr/bin/afio
16# On Debian
17/bin/afio
18/usr/bin/star
19/usr/sbin/ntfsclone
20/usr/bin/buffer
21
22/usr/sbin/parted
23/sbin/parted
24/usr/sbin/partprobe
25
26/usr/bin/file
27/usr/share/misc/file/magic
28/usr/share/file/magic
29
30/usr/bin/getfattr
31/usr/bin/setfattr
32/usr/bin/getfacl
33/usr/bin/setfacl
34
35/usr/bin/bzip2
36# is a link => No additional place
37/usr/bin/bunzip2
38/usr/bin/lzop
39/usr/bin/lzma
40
41/bin/bash
42/bin/date
43/sbin/ctrlaltdel
44/bin/dd
45/usr/bin/eject
46/usr/bin/wc
47/usr/bin/xargs
48/usr/bin/less
49/sbin/ldconfig
50
51# For swap uuid support, ia64 and probably then more in the future
52/usr/bin/perl
53
54# helps for debugging (optional)
55/usr/bin/ldd
56/usr/bin/strace
57#/usr/bin/valgrind
58#/usr/lib/valgrind/
59#/usr/lib64/valgrind/
Note: See TracBrowser for help on using the repository browser.