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

Last change on this file since 2409 was 2409, checked in by Bruno Cornec, 15 years ago
  • Split deplist.txt into multiple conf files under deplist.d in the conf dir. This will allow to have a minimal.conf file for initrd content to analyze to improve support of new embedded feature in the future (sshfs, live install). The other conf files contain the additional commands to put in the all.tar.gz. For the moment, mindi is still working the same. THis infra will allow that support in a near future. deplist.txt is now reserved for the admin additional commands.
File size: 826 bytes
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/usr/bin/star
17/usr/sbin/ntfsclone
18/usr/bin/buffer
19
20/usr/sbin/parted
21/sbin/parted
22/usr/sbin/partprobe
23
24/usr/bin/file
25/usr/share/misc/file/magic
26/usr/share/file/magic
27
28/usr/bin/getfattr
29/usr/bin/setfattr
30/usr/bin/getfacl
31/usr/bin/setfacl
32
33/usr/bin/bzip2
34/usr/bin/bunzip2
35/usr/bin/lzop
36
37/bin/date
38/sbin/ctrlaltdel
39/bin/dd
40/usr/bin/eject
41/usr/bin/wc
42/usr/bin/xargs
43/usr/bin/less
44/sbin/ldconfig
45
46# For swap uuid support, ia64 and probably then more in the future
47/usr/bin/perl
48
49# helps for debugging (optional)
50/usr/bin/ldd
51/usr/bin/strace
52#/usr/bin/valgrind
53#/usr/lib/valgrind/
54#/usr/lib64/valgrind/
Note: See TracBrowser for help on using the repository browser.