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

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

r5144@localhost: bruno | 2013-02-21 23:41:48 +0100

  • Removing telinit from minimal.conf to avoid on SLES to have init coming as the target of the telinit link :-(
File size: 2.2 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# On ArchLinux
25/bin/pidof
26/etc/rc.d/functions
27/usr/bin/grep
28
29# Compression
30/bin/gzip
31
32# Logs
33/sbin/klogd
34/sbin/syslogd
35/sbin/rsyslogd
36# On ArchLinux
37/usr/sbin/syslog-ng
38
39# HW related
40/sbin/fdisk
41/sbin/hdparm
42/sbin/blkid
43/bin/mount
44/sbin/mount.nfs
45/sbin/mount.nfs4
46/etc/rpc
47/etc/netconfig
48/usr/bin/sshfs
49/sbin/mount.fuse
50/usr/bin/fusermount
51# On ArchLinux
52/bin/fusermount
53/usr/bin/ssh
54# Required by ssh as dlopened
55/lib/libnss_compat.so
56/usr/lib/libnss_compat.so
57/usr/lib64/libnss_compat.so
58/lib/libnss_compat.so.2
59/usr/lib/libnss_compat.so.2
60/usr/lib64/libnss_compat.so.2
61/lib/libnss_files.so
62/usr/lib/libnss_files.so
63/usr/lib64/libnss_files.so
64/lib/libnss_files.so.2
65/usr/lib/libnss_files.so.2
66/usr/lib64/libnss_files.so.2
67/etc/ssh
68/usr/bin/ulockmgr_server
69#On ArchLinux
70/bin/ulockmgr_server
71/sbin/mount.cifs
72/sbin/mount.cifs3
73/sbin/mount.smb
74/sbin/mount.smb3
75/sbin/mount.smbfs
76/sbin/mount.smbfs3
77/sbin/mount.ntfs
78/sbin/mount.ntfs-3g
79
80# For devfs
81/sbin/MAKEDEV
82/sbin/devfsd
83/sbin/hwup
84
85# On SLES 10
86/sbin/path_id
87/sbin/scsi_id
88/sbin/scsi_tur
89/sbin/hwup
90
91/sbin/usb_id
92/sbin/vol_id
93/sbin/pam_console_apply
94
95# For upstart/systemd
96/etc/init
97/sbin/start
98/sbin/stop
99/sbin/status
100/sbin/shutdown
101/sbin/initctl
102
103# Modules
104/sbin/insmod
105/sbin/lsmod
106/sbin/kmod
107# On SLES 11 SP2
108/bin/lsmod
109# On ArchLinux
110/usr/bin/lsmod
111/usr/bin/insmod
112/usr/bin/kmod
113/sbin/modprobe
114/etc/modprobe.d
115/etc/modprobe.conf
116/etc/conf.modules
117/etc/modules.conf.local
118
119# For mdadm
120/sbin/mdadm
121/sbin/mdassemble
122/etc/mdadm.conf
123/etc/mdadm/mdadm.conf
124
125# Raid support
126/sbin/raidstart
127/etc/raidtab
128
129# Tools for multipath support
130/sbin/multipath
131/sbin/dmsetup
132/sbin/kpartx
133/sbin/dmraid
134/sbin/scsi_id
135/sbin/mpath_prio_alua
136/sbin/mpath_wait
137/sbin/mpath_ctl
138/sbin/mpath_prio_emc
139/sbin/mpath_prio_hds_modular
140/sbin/mpath_prio_netapp
141/sbin/mpath_prio_ontap
142/sbin/mpath_prio_rdac
143/sbin/mpath_prio_tpc
144
145# Network System Tools
146/bin/ping
147/sbin/ifconfig
148/sbin/route
149/sbin/rpcbind
150
151# Busybox
152/usr/lib/mindi/rootfs/bin/busybox
153/usr/lib64/mindi/rootfs/bin/busybox
Note: See TracBrowser for help on using the repository browser.