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
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
[2750]24# On ArchLinux
25/bin/pidof
26/etc/rc.d/functions
[2964]27/usr/bin/grep
[2409]28
29# Compression
30/bin/gzip
31
32# Logs
33/sbin/klogd
34/sbin/syslogd
[2951]35/sbin/rsyslogd
[2750]36# On ArchLinux
37/usr/sbin/syslog-ng
[2409]38
39# HW related
40/sbin/fdisk
41/sbin/hdparm
[3079]42/sbin/blkid
[2409]43/bin/mount
44/sbin/mount.nfs
45/sbin/mount.nfs4
[2699]46/etc/rpc
47/etc/netconfig
[2409]48/usr/bin/sshfs
49/sbin/mount.fuse
50/usr/bin/fusermount
[2750]51# On ArchLinux
52/bin/fusermount
[2436]53/usr/bin/ssh
[2433]54# Required by ssh as dlopened
[3021]55/lib/libnss_compat.so
[2433]56/usr/lib/libnss_compat.so
57/usr/lib64/libnss_compat.so
[3050]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
[2433]62/usr/lib/libnss_files.so
63/usr/lib64/libnss_files.so
[3050]64/lib/libnss_files.so.2
65/usr/lib/libnss_files.so.2
66/usr/lib64/libnss_files.so.2
[2438]67/etc/ssh
[2409]68/usr/bin/ulockmgr_server
[2750]69#On ArchLinux
70/bin/ulockmgr_server
[2409]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
[2964]80# For devfs
[2409]81/sbin/MAKEDEV
82/sbin/devfsd
[2849]83/sbin/hwup
[2964]84
[2909]85# On SLES 10
86/sbin/path_id
87/sbin/scsi_id
88/sbin/scsi_tur
89/sbin/hwup
[2409]90
[2964]91/sbin/usb_id
92/sbin/vol_id
93/sbin/pam_console_apply
94
[2986]95# For upstart/systemd
96/etc/init
97/sbin/start
98/sbin/stop
99/sbin/status
100/sbin/shutdown
101/sbin/initctl
102
[2409]103# Modules
104/sbin/insmod
105/sbin/lsmod
[2964]106/sbin/kmod
[3038]107# On SLES 11 SP2
108/bin/lsmod
[2750]109# On ArchLinux
[2964]110/usr/bin/lsmod
111/usr/bin/insmod
112/usr/bin/kmod
[2409]113/sbin/modprobe
114/etc/modprobe.d
115/etc/modprobe.conf
116/etc/conf.modules
117/etc/modules.conf.local
118
[2410]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
[2951]149/sbin/rpcbind
[2410]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.