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

Last change on this file since 2747 was 2747, checked in by Bruno Cornec, 13 years ago
  • Adds reboot to fix #435
File size: 1.0 KB
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/sbin/partprobe
26
27/usr/bin/file
28/usr/share/misc/file/magic
29/usr/share/file/magic
30
31/usr/bin/getfattr
32/usr/bin/setfattr
33/usr/bin/getfacl
34/usr/bin/setfacl
35
36# On RHEL
37/usr/bin/bzip2
38# On Debian
39/bin/bzip2
40# is a link => No additional place
41# On RHEL
42/usr/bin/bunzip2
43# On Debian
44/bin/bunzip2
45/usr/bin/lzop
46/usr/bin/lzma
47
48/bin/bash
49/bin/date
50/sbin/ctrlaltdel
51/usr/bin/reboot
52/usr/bin/halt
53/bin/dd
54/usr/bin/eject
55/usr/bin/wc
56/usr/bin/xargs
57/usr/bin/less
58/sbin/ldconfig
59/usr/bin/tee
60
61# For swap uuid support, ia64 and probably then more in the future
62/usr/bin/perl
63
64# helps for debugging (optional)
65/usr/bin/ldd
66/usr/bin/strace
67#/usr/bin/valgrind
68#/usr/lib/valgrind/
69#/usr/lib64/valgrind/
Note: See TracBrowser for help on using the repository browser.