source: MondoRescue/branches/3.0/mindi/deplist.d/minimal.conf@ 3119

Last change on this file since 3119 was 3119, checked in by Bruno Cornec, 11 years ago

r5281@localhost: bruno | 2013-05-08 11:56:49 +0200

  • Fix support for OBDR tapes on SCSI cards: in some cases the tape remains in OBDR mode (aka CDROM emulation) preventing the init script to work correctly. It now try to detect these cases, and to reset the SCSI device being of type CDROM (5) and looking like a tape drive as a model. (Not tested yet)
  • Improve in consequence the OBDR specific README
  • Adds support for the obdrmods boot parameter if some additional drivers should be removed
  • adds rev to the minimal list of tools to have as this is now potentially required
File size: 2.3 KB
Line 
1# $Id$
2#
3# System Tools that are mandatory inside the initrd
4#
5
6/lib/ld-linux.so.2
7
8# Base Unix commands
9/bin/bash
10/bin/mt
11/bin/awk
12/bin/gawk
13# On Debian
14/usr/bin/awk
15/usr/bin/gawk
16/bin/dd
17/bin/grep
18/bin/uname
19/bin/df
20/usr/bin/loadkeys
21/bin/loadkeys
22/sbin/pidof
23/etc/init.d/functions
24/usr/bin/rev
25# On ArchLinux
26/bin/pidof
27/etc/rc.d/functions
28/usr/bin/grep
29
30# Compression
31/bin/gzip
32
33# Logs
34/sbin/klogd
35/sbin/syslogd
36/sbin/rsyslogd
37# On ArchLinux
38/usr/sbin/syslog-ng
39
40# HW related
41/sbin/fdisk
42/sbin/hdparm
43/sbin/blkid
44/bin/mount
45/sbin/mount.nfs
46/sbin/mount.nfs4
47/etc/rpc
48/etc/netconfig
49/usr/bin/sshfs
50/sbin/mount.fuse
51/usr/bin/fusermount
52# On ArchLinux
53/bin/fusermount
54/usr/bin/ssh
55# Required by ssh as dlopened
56/lib/libnss_compat.so
57/usr/lib/libnss_compat.so
58/usr/lib64/libnss_compat.so
59/lib/libnss_compat.so.2
60/usr/lib/libnss_compat.so.2
61/usr/lib64/libnss_compat.so.2
62/lib/libnss_files.so
63/usr/lib/libnss_files.so
64/usr/lib64/libnss_files.so
65/lib/libnss_files.so.2
66/usr/lib/libnss_files.so.2
67/usr/lib64/libnss_files.so.2
68/etc/ssh
69/usr/bin/ulockmgr_server
70#On ArchLinux
71/bin/ulockmgr_server
72/sbin/mount.cifs
73/sbin/mount.cifs3
74/sbin/mount.smb
75/sbin/mount.smb3
76/sbin/mount.smbfs
77/sbin/mount.smbfs3
78/sbin/mount.ntfs
79/sbin/mount.ntfs-3g
80
81# For devfs
82/sbin/MAKEDEV
83/sbin/devfsd
84/sbin/hwup
85
86# On SLES 10
87/sbin/path_id
88/sbin/scsi_id
89/sbin/scsi_tur
90/sbin/hwup
91
92/sbin/usb_id
93/sbin/vol_id
94/sbin/pam_console_apply
95
96# For upstart/systemd
97/etc/init
98/sbin/start
99/sbin/stop
100/sbin/status
101/sbin/shutdown
102/sbin/initctl
103
104# Modules
105/sbin/insmod
106/sbin/lsmod
107/sbin/kmod
108# On SLES 11 SP2
109/bin/lsmod
110# On ArchLinux
111/usr/bin/lsmod
112/usr/bin/insmod
113/usr/bin/kmod
114/sbin/modprobe
115/etc/modprobe.d
116/etc/modprobe.conf
117/etc/conf.modules
118/etc/modules.conf.local
119
120# For mdadm
121/sbin/mdadm
122/sbin/mdassemble
123/etc/mdadm.conf
124/etc/mdadm/mdadm.conf
125
126# Raid support
127/sbin/raidstart
128/etc/raidtab
129
130# Tools for multipath support
131/sbin/multipath
132/sbin/dmsetup
133/sbin/kpartx
134/sbin/dmraid
135/sbin/scsi_id
136/sbin/mpath_prio_alua
137/sbin/mpath_wait
138/sbin/mpath_ctl
139/sbin/mpath_prio_emc
140/sbin/mpath_prio_hds_modular
141/sbin/mpath_prio_netapp
142/sbin/mpath_prio_ontap
143/sbin/mpath_prio_rdac
144/sbin/mpath_prio_tpc
145
146# Network System Tools
147/bin/ping
148/sbin/ifconfig
149/sbin/route
150/sbin/rpcbind
151
152# Busybox
153/usr/lib/mindi/rootfs/bin/busybox
154/usr/lib64/mindi/rootfs/bin/busybox
Note: See TracBrowser for help on using the repository browser.