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
RevLine 
[2409]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
[2455]16# On Debian
17/bin/afio
[2409]18/usr/bin/star
19/usr/sbin/ntfsclone
20/usr/bin/buffer
21
22/usr/sbin/parted
23/sbin/parted
24/usr/sbin/partprobe
[2582]25/sbin/partprobe
[2409]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
[2474]36# On RHEL
[2409]37/usr/bin/bzip2
[2464]38# On Debian
39/bin/bzip2
[2436]40# is a link => No additional place
[2482]41# On RHEL
[2409]42/usr/bin/bunzip2
[2482]43# On Debian
44/bin/bunzip2
[2409]45/usr/bin/lzop
[2436]46/usr/bin/lzma
[2409]47
[2436]48/bin/bash
[2409]49/bin/date
50/sbin/ctrlaltdel
[2747]51/usr/bin/reboot
52/usr/bin/halt
[2409]53/bin/dd
54/usr/bin/eject
55/usr/bin/wc
56/usr/bin/xargs
57/usr/bin/less
58/sbin/ldconfig
[2615]59/usr/bin/tee
[2409]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.