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

Last change on this file since 2445 was 2445, checked in by Bruno Cornec, 15 years ago

r3513@localhost: bruno | 2009-10-02 00:09:16 +0200

  • Not using busybox for mindi anymore (start - step needed for tests)
File size: 625 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/usr/bin/sshfs
15/sbin/mount.fuse
16/usr/bin/fusermount
17/usr/bin/ssh
18# Required by ssh as dlopened
19/usr/lib/libnss_compat.so
20/usr/lib64/libnss_compat.so
21/usr/lib/libnss_files.so
22/usr/lib64/libnss_files.so
23/etc/ssh
24/usr/bin/ulockmgr_server
25/sbin/mount.cifs
26/sbin/mount.cifs3
27/sbin/mount.smb
28/sbin/mount.smb3
29/sbin/mount.smbfs
30/sbin/mount.smbfs3
31
32# Network System Tools
33/bin/ping
34/sbin/ifconfig
35/sbin/route
36/sbin/dhclient
37/var/lib/dhcp/dhclient.leases
Note: See TracBrowser for help on using the repository browser.