source: MondoRescue/branches/3.0-mindi-2.1/mindi/deplist.d/base.conf@ 3563

Last change on this file since 3563 was 3563, checked in by Bruno Cornec, 8 years ago

Many additional backports from 3.2 and 3.0 future

  • Improved support for systemd
  • Launch start-netfs when a network conf is detected in the conf file to avoid an error later on in automatic mode
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#
43/bin/lsblk
44
45# On RHEL
46/usr/bin/bzip2
47# On Debian and ArchLinux
48/bin/bzip2
49# is a link => No additional place
50# On RHEL
51/usr/bin/bunzip2
52# On Debian and ArchLinux
53/bin/bunzip2
54/usr/bin/lzop
55/usr/bin/lzma
56
57/bin/date
58/sbin/ctrlaltdel
59/bin/dd
60/usr/bin/eject
61/usr/bin/wc
62/usr/bin/xargs
63/usr/bin/less
64
65/sbin/ldconfig
66/usr/bin/tee
67
68# For swap uuid support, ia64 and probably then more in the future
69/usr/bin/perl
70
71# helps for debugging (optional)
72/usr/bin/ldd
73/usr/bin/strace
74#/usr/bin/valgrind
75#/usr/lib/valgrind/
76#/usr/lib64/valgrind/
Note: See TracBrowser for help on using the repository browser.