source: MondoRescue/branches/3.0/mindi/deplist.d/base.conf@ 2964

Last change on this file since 2964 was 2964, checked in by Bruno Cornec, 12 years ago

r4563@localhost: bruno | 2012-03-13 00:29:34 +0100

  • Fix partly #589 by improving Arch Linux support (MC)
  • mv udev.files to udev.conf under deplist.d to be more coherent
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/date
55/sbin/ctrlaltdel
56/bin/dd
57/usr/bin/eject
58/usr/bin/wc
59/usr/bin/xargs
60/usr/bin/less
61
62/sbin/ldconfig
63/usr/bin/tee
64
65# For swap uuid support, ia64 and probably then more in the future
66/usr/bin/perl
67
68# helps for debugging (optional)
69/usr/bin/ldd
70/usr/bin/strace
71#/usr/bin/valgrind
72#/usr/lib/valgrind/
73#/usr/lib64/valgrind/
Note: See TracBrowser for help on using the repository browser.