source: MondoRescue/branches/3.3/mindi/deplist.d/base.conf@ 3886

Last change on this file since 3886 was 3886, checked in by Bruno Cornec, 3 months ago

Removes support for ia64 depracated in upstream kernel, and elilo

File size: 1.2 KB
RevLine 
[2409]1# $Id$
2#
3# Base System Tools that are mandatory inside the initrd
4#
5/etc/fstab
6/etc/modules.conf
[2750]7# On ArchLinux
8/etc/modprobe.d/
9
[2409]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
[2455]19# On Debian
20/bin/afio
[2409]21/usr/bin/star
22/usr/sbin/ntfsclone
23/usr/bin/buffer
24
25/usr/sbin/parted
26/sbin/parted
27/usr/sbin/partprobe
[2582]28/sbin/partprobe
[2409]29
30/usr/bin/file
31/usr/share/misc/file/magic
32/usr/share/file/magic
[3783]33/usr/share/mime/magic
34/usr/share/misc/magic
[2750]35# On ArchLinux
36/usr/share/file/magic.mgc
37/usr/share/misc/magic.mgc
[2409]38
39/usr/bin/getfattr
40/usr/bin/setfattr
41/usr/bin/getfacl
42/usr/bin/setfacl
43
[3283]44#
45/bin/lsblk
46
[2474]47# On RHEL
[2409]48/usr/bin/bzip2
[2750]49# On Debian and ArchLinux
[2464]50/bin/bzip2
[2436]51# is a link => No additional place
[2482]52# On RHEL
[2409]53/usr/bin/bunzip2
[2750]54# On Debian and ArchLinux
[2482]55/bin/bunzip2
[2409]56/usr/bin/lzop
[2436]57/usr/bin/lzma
[2409]58
59/bin/date
60/sbin/ctrlaltdel
61/bin/dd
62/usr/bin/eject
63/usr/bin/wc
64/usr/bin/xargs
65/usr/bin/less
[2964]66
[2409]67/sbin/ldconfig
[2615]68/usr/bin/tee
[2409]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/
[3451]76
[3886]77# For additional tools support
[3451]78/usr/bin/perl
79
80# MondoRescue tools
81/usr/bin/mr-device-mounted
Note: See TracBrowser for help on using the repository browser.