source: MondoRescue/branches/3.1/mindi/deplist.d/base.conf@ 3147

Last change on this file since 3147 was 3147, checked in by Bruno Cornec, 11 years ago
  • First pass on svn merge -r 2935:3146 ../3.0
File size: 1.3 KB
RevLine 
[2409]1# $Id$
2#
[2445]3# Base System Tools that are mandatory inside the data disk
[2409]4#
[2445]5#
6# Conf files
[2409]7/etc/fstab
8/etc/modules.conf
[2816]9# On ArchLinux
10/etc/modprobe.d/
11
[2409]12/etc/hosts
13/etc/host.conf
14/etc/resolv.conf
15/etc/hosts.allow
16/etc/hosts.deny
17/etc/nsswitch.conf
18
[2445]19# Mondorescue requirements
[2409]20/usr/sbin/mondorestore
21/usr/bin/afio
[2460]22# On Debian
23/bin/afio
[2409]24/usr/bin/star
25/usr/sbin/ntfsclone
26
[2445]27# HW
[2409]28/usr/sbin/parted
29/sbin/parted
30/usr/sbin/partprobe
[2587]31/sbin/partprobe
[2409]32
[2445]33# File
[2409]34/usr/bin/file
35/usr/share/misc/file/magic
36/usr/share/file/magic
[2816]37# On ArchLinux
38/usr/share/file/magic.mgc
39/usr/share/misc/magic.mgc
[2409]40
[2445]41# ACLs
[2409]42/usr/bin/getfattr
43/usr/bin/setfattr
44/usr/bin/getfacl
45/usr/bin/setfacl
46
[2445]47# Compressors
[2475]48# On RHEL
[2409]49/usr/bin/bzip2
[2816]50# On Debian and ArchLinux
[2475]51/bin/bzip2
[2444]52# is a link => No additional place
[2483]53# On RHEL
[2409]54/usr/bin/bunzip2
[2816]55# On Debian and ArchLinux
[2483]56/bin/bunzip2
[2409]57/usr/bin/lzop
[2444]58/usr/bin/lzma
[2409]59
[2445]60# Unix commands
61/bin/chroot
62/usr/sbin/chroot
63/usr/bin/cmp
[2409]64/sbin/ctrlaltdel
65/bin/dd
66/usr/bin/eject
[2445]67/usr/bin/env
68/sbin/halt
[2937]69/usr/bin/halt
[2445]70/sbin/ldconfig
[2409]71/usr/bin/wc
[2445]72
73# Status ???
74#
75/usr/bin/du
[2409]76/usr/bin/xargs
[2445]77/usr/bin/head
[2409]78/usr/bin/less
[3147]79
[2445]80/usr/bin/sort
81/usr/bin/uniq
82/usr/bin/reset
[2816]83/sbin/ldconfig
[2635]84/usr/bin/tee
[2409]85
86# For swap uuid support, ia64 and probably then more in the future
87/usr/bin/perl
88
89# helps for debugging (optional)
90/usr/bin/ldd
91/usr/bin/strace
92#/usr/bin/valgrind
93#/usr/lib/valgrind/
94#/usr/lib64/valgrind/
Note: See TracBrowser for help on using the repository browser.