source: MondoRescue/branches/2.2.10/mindi/deplist.d/minimal-net.conf@ 2703

Last change on this file since 2703 was 2703, checked in by Bruno Cornec, 13 years ago

r4179@localhost: bruno | 2011-01-27 08:06:03 +0100

  • Replace usage of pvs with pvscan for speed reasons in analyze-my-lvm (still some speed optimizations to do in that script)
  • Workaround problems met on RHEL 5.2 and 5.4 around pvs command generating a list of \n separated pvs with back quotes in an unexpected way. Could be linked to a b ash bug in this context ?
  • Adds /etc/rpc and /etc/netconfig as minimal deps for mindi for latest NFS support (mdv 2010.2 at least)


Port 2.2.9 recent changes to 2.2.10
svk merge -r 4174:4178 local/mondorescue/branches/2.2.9 .

File size: 649 bytes
Line 
1# $Id$
2#
3# System Tools that are mandatory inside the initrd
4# For network support
5#
6#
7# Base commands
8/sbin/ifconfig
9/sbin/route
10
11# FS related
12/sbin/mount.nfs
13/sbin/mount.nfs4
14/etc/rpc
15/etc/netconfig
16/usr/bin/sshfs
17/sbin/mount.fuse
18/usr/bin/fusermount
19/usr/bin/ssh
20# Required by ssh as dlopened
21/usr/lib/libnss_compat.so
22/usr/lib64/libnss_compat.so
23/usr/lib/libnss_files.so
24/usr/lib64/libnss_files.so
25/etc/ssh
26/usr/bin/ulockmgr_server
27/sbin/mount.cifs
28/sbin/mount.cifs3
29/sbin/mount.smb
30/sbin/mount.smb3
31/sbin/mount.smbfs
32/sbin/mount.smbfs3
33
34# Network System Tools
35/bin/ping
36/sbin/ifconfig
37/sbin/route
38/sbin/dhclient
39/var/lib/dhcp/dhclient.leases
Note: See TracBrowser for help on using the repository browser.