source: MondoRescue/branches/2.2.9/mindi/deplist.d/minimal.conf@ 2731

Last change on this file since 2731 was 2731, checked in by Bruno Cornec, 13 years ago
  • Adds functions and /bin/loadkeys (new location) to minimal set of commands to have
  • provides a makemessage option to mindi and this function now works with pbdistrocheck
  • Do not create an error when a phys device has 0 size and is a /dev/dm-* device
File size: 1.8 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/mt
10/bin/awk
11/bin/gawk
12# On Debian
13/usr/bin/awk
14/usr/bin/gawk
15/bin/dd
16/bin/grep
17/bin/uname
18/bin/df
19/usr/bin/loadkeys
20/bin/loadkeys
21/sbin/pidof
22/usr/bin/reboot
23/etc/init.d/functions
24
25# Compression
26/bin/gzip
27
28# Logs
29/sbin/klogd
30/sbin/syslogd
31
32# HW related
33/sbin/fdisk
34/sbin/hdparm
35/bin/mount
36/sbin/mount.nfs
37/sbin/mount.nfs4
38/etc/rpc
39/etc/netconfig
40/usr/bin/sshfs
41/sbin/mount.fuse
42/usr/bin/fusermount
43/usr/bin/ssh
44# Required by ssh as dlopened
45/usr/lib/libnss_compat.so
46/usr/lib64/libnss_compat.so
47/usr/lib/libnss_files.so
48/usr/lib64/libnss_files.so
49/etc/ssh
50/usr/bin/ulockmgr_server
51/sbin/mount.cifs
52/sbin/mount.cifs3
53/sbin/mount.smb
54/sbin/mount.smb3
55/sbin/mount.smbfs
56/sbin/mount.smbfs3
57/sbin/mount.ntfs
58/sbin/mount.ntfs-3g
59
60# For udev/devfs
61/sbin/MAKEDEV
62/etc/init.d/functions
63/sbin/devfsd
64/etc/udev
65/etc/hotplug.d
66/sbin/udev.static
67/sbin/udevsend
68/sbin/udevd
69/sbin/udevstart.static
70/sbin/udev_volume_id
71/sbin/start_udev
72/sbin/udev
73/sbin/udevstart
74/sbin/create_static_dev_nodes
75/etc/init.d/functions
76
77# Modules
78/sbin/insmod
79/sbin/lsmod
80/sbin/modprobe
81/etc/modprobe.d
82/etc/modprobe.conf
83/etc/conf.modules
84/etc/modules.conf.local
85
86# For mdadm
87/sbin/mdadm
88/sbin/mdassemble
89/etc/mdadm.conf
90/etc/mdadm/mdadm.conf
91
92# Raid support
93/sbin/raidstart
94/etc/raidtab
95
96# Tools for multipath support
97/sbin/multipath
98/sbin/dmsetup
99/sbin/kpartx
100/sbin/dmraid
101/sbin/scsi_id
102/sbin/mpath_prio_alua
103/sbin/mpath_wait
104/sbin/mpath_ctl
105/sbin/mpath_prio_emc
106/sbin/mpath_prio_hds_modular
107/sbin/mpath_prio_netapp
108/sbin/mpath_prio_ontap
109/sbin/mpath_prio_rdac
110/sbin/mpath_prio_tpc
111
112# Network System Tools
113/bin/ping
114/sbin/ifconfig
115/sbin/route
116/sbin/dhclient
117/var/lib/dhcp/dhclient.leases
118
119# Busybox
120/usr/lib/mindi/rootfs/bin/busybox
121/usr/lib64/mindi/rootfs/bin/busybox
Note: See TracBrowser for help on using the repository browser.