source: MondoRescue/branches/2.2.10/mindi/deplist.d/base.conf@ 2444

Last change on this file since 2444 was 2444, checked in by Bruno Cornec, 15 years ago
  • priority given to env var for tmpdir
  • fuse FS excluded from tmpdir computation
  • Improves udev timeout handling
  • fuse device is needed at restore time for sshfs
  • Avoids comment analysis in the new code handling deplist.d
  • Avoids error message if some ssh conf files do not exist
  • Improvements on sshfs/ssh management in restore mode
  • Include now all minimal requirements for sshfs
  • Fix udev support in init for Mandriva 2009.1 (udevadm settle is blocking)
  • Improve deplist.d/* files
  • adds libnss for ssh support in boot disk
  • Solve a memory management issue in DSF module (strtok => mr_strtok)
  • DSF now also supports partitions in addition to full disks
  • Adds debug in open_and_list_dir
  • Improve user management for NetFS cases
  • ssh in the restore env needs some dlopened libs (libnss_compat|files)
  • Warning emited in case of duplicate mountpoints or devices in fstab found
  • Use only the AWK veriable everywhere and not the awk command
  • Simplify GetInitrdFilesystemToUse which doesn't need to detect everything, but just know if it's initramfs (new mode) or a compressed FS ext2/3 (older mode) as initrd is anyway re-made by mindi. Should fix #353

(Backport from 2.2.9)

File size: 885 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# is a link => No additional place
35/usr/bin/bunzip2
36/usr/bin/lzop
37/usr/bin/lzma
38
39/bin/bash
40/bin/date
41/sbin/ctrlaltdel
42/bin/dd
43/usr/bin/eject
44/usr/bin/wc
45/usr/bin/xargs
46/usr/bin/less
47/sbin/ldconfig
48
49# For swap uuid support, ia64 and probably then more in the future
50/usr/bin/perl
51
52# helps for debugging (optional)
53/usr/bin/ldd
54/usr/bin/strace
55#/usr/bin/valgrind
56#/usr/lib/valgrind/
57#/usr/lib64/valgrind/
Note: See TracBrowser for help on using the repository browser.