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

Last change on this file was 3320, checked in by Bruno Cornec, 9 years ago
  • Re-add (thanks git BTW) the 2.2.9 branch which had been destroyed in the move to 3.0
File size: 1.1 KB
Line 
1# $Id$
2#
3# Base System Tools that are mandatory inside the initrd
4#
5/etc/fstab
6/etc/modules.conf
7# On ArchLinux
8/etc/modprobe.d/
9
10/etc/hosts
11/etc/host.conf
12/etc/resolv.conf
13/etc/hosts.allow
14/etc/hosts.deny
15/etc/nsswitch.conf
16
17/usr/sbin/mondorestore
18/usr/bin/afio
19# On Debian
20/bin/afio
21/usr/bin/star
22/usr/sbin/ntfsclone
23/usr/bin/buffer
24
25/usr/sbin/parted
26/sbin/parted
27/usr/sbin/partprobe
28/sbin/partprobe
29
30/usr/bin/file
31/usr/share/misc/file/magic
32/usr/share/file/magic
33# On ArchLinux
34/usr/share/file/magic.mgc
35/usr/share/misc/magic.mgc
36
37/usr/bin/getfattr
38/usr/bin/setfattr
39/usr/bin/getfacl
40/usr/bin/setfacl
41
42# On RHEL
43/usr/bin/bzip2
44# On Debian and ArchLinux
45/bin/bzip2
46# is a link => No additional place
47# On RHEL
48/usr/bin/bunzip2
49# On Debian and ArchLinux
50/bin/bunzip2
51/usr/bin/lzop
52/usr/bin/lzma
53
54/bin/bash
55/bin/date
56/sbin/ctrlaltdel
57/bin/dd
58/usr/bin/eject
59/usr/bin/wc
60/usr/bin/xargs
61/usr/bin/less
62# On ArchLinux
63/bin/less
64/sbin/ldconfig
65/usr/bin/tee
66
67# For swap uuid support, ia64 and probably then more in the future
68/usr/bin/perl
69
70# helps for debugging (optional)
71/usr/bin/ldd
72/usr/bin/strace
73#/usr/bin/valgrind
74#/usr/lib/valgrind/
75#/usr/lib64/valgrind/
Note: See TracBrowser for help on using the repository browser.