source: MondoRescue/branches/2.2.9/mindi/deplist.d/minimal.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: 773 bytes
Line 
1# $Id$
2#
3# System Tools that are mandatory inside the initrd
4#
5
6# Used in init
7
8# Base Unix commands
9/bin/mt
10/bin/awk
11/bin/gawk
12/bin/dd
13/bin/grep
14/bin/uname
15/bin/df
16/usr/bin/loadkeys
17
18# Compression
19/bin/gunzip
20/bin/gzip
21
22# Logs
23/sbin/klogd
24/sbin/syslogd
25
26# HW related
27/sbin/fdisk
28/sbin/hdparm
29/bin/mount
30/sbin/mount.nfs
31/sbin/mount.nfs4
32/usr/bin/sshfs
33/sbin/mount.fuse
34/usr/bin/fusermount
35/usr/bin/ulockmgr_server
36/sbin/mount.cifs
37/sbin/mount.cifs3
38/sbin/mount.smb
39/sbin/mount.smb3
40/sbin/mount.smbfs
41/sbin/mount.smbfs3
42/sbin/mount.ntfs
43/sbin/mount.ntfs-3g
44
45# For udev/devfs
46/sbin/MAKEDEV
47/etc/init.d/functions
48/sbin/devfsd
49
50# Modules
51/sbin/insmod
52/sbin/lsmod
53/sbin/modprobe
54/etc/modprobe.d
55/etc/modprobe.conf
56/etc/conf.modules
57/etc/modules.conf.local
58
59/lib/ld-linux.so.2
Note: See TracBrowser for help on using the repository browser.