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
RevLine 
[2409]1# $Id$
2#
3# System Tools that are mandatory inside the initrd
4#
5
[2410]6/lib/ld-linux.so.2
[2409]7
8# Base Unix commands
[2964]9/bin/bash
[2409]10/bin/mt
11/bin/awk
12/bin/gawk
[2474]13# On Debian
14/usr/bin/awk
15/usr/bin/gawk
[2409]16/bin/dd
17/bin/grep
18/bin/uname
19/bin/df
20/usr/bin/loadkeys
[2731]21/bin/loadkeys
[2437]22/sbin/pidof
[2964]23/etc/init.d/functions
[3119]24/usr/bin/rev
[2750]25# On ArchLinux
26/bin/pidof
27/etc/rc.d/functions
[2964]28/usr/bin/grep
[2409]29
30# Compression
31/bin/gzip
32
33# Logs
34/sbin/klogd
35/sbin/syslogd
[2951]36/sbin/rsyslogd
[2750]37# On ArchLinux
38/usr/sbin/syslog-ng
[2409]39
40# HW related
41/sbin/fdisk
42/sbin/hdparm
[3079]43/sbin/blkid
[2409]44/bin/mount
45/sbin/mount.nfs
46/sbin/mount.nfs4
[2699]47/etc/rpc
48/etc/netconfig
[2409]49/usr/bin/sshfs
50/sbin/mount.fuse
51/usr/bin/fusermount
[2750]52# On ArchLinux
53/bin/fusermount
[2436]54/usr/bin/ssh
[2433]55# Required by ssh as dlopened
[3021]56/lib/libnss_compat.so
[2433]57/usr/lib/libnss_compat.so
58/usr/lib64/libnss_compat.so
[3050]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
[2433]63/usr/lib/libnss_files.so
64/usr/lib64/libnss_files.so
[3050]65/lib/libnss_files.so.2
66/usr/lib/libnss_files.so.2
67/usr/lib64/libnss_files.so.2
[2438]68/etc/ssh
[2409]69/usr/bin/ulockmgr_server
[2750]70#On ArchLinux
71/bin/ulockmgr_server
[2409]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
[2964]81# For devfs
[2409]82/sbin/MAKEDEV
83/sbin/devfsd
[2849]84/sbin/hwup
[2964]85
[2909]86# On SLES 10
87/sbin/path_id
88/sbin/scsi_id
89/sbin/scsi_tur
90/sbin/hwup
[2409]91
[2964]92/sbin/usb_id
93/sbin/vol_id
94/sbin/pam_console_apply
95
[2986]96# For upstart/systemd
97/etc/init
98/sbin/start
99/sbin/stop
100/sbin/status
101/sbin/shutdown
102/sbin/initctl
103
[2409]104# Modules
105/sbin/insmod
106/sbin/lsmod
[2964]107/sbin/kmod
[3038]108# On SLES 11 SP2
109/bin/lsmod
[2750]110# On ArchLinux
[2964]111/usr/bin/lsmod
112/usr/bin/insmod
113/usr/bin/kmod
[2409]114/sbin/modprobe
115/etc/modprobe.d
116/etc/modprobe.conf
117/etc/conf.modules
118/etc/modules.conf.local
119
[2410]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
[2951]150/sbin/rpcbind
[2410]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.