source: MondoRescue/branches/2.2.10/mindi/deplist.d/minimal.conf@ 2462

Last change on this file since 2462 was 2462, checked in by Bruno Cornec, 15 years ago

r3548@localhost: bruno | 2009-10-16 19:18:27 +0200

  • mindi now boots in a QEMU VM without busybox
  • mindi is now noarch as a consequence
  • MINDI_LIB becomes MINDI_DATA for coherency and as a consequence
  • CACHEDIR becomes MINDI_CACHE for coherency and it's a build parameter and not hardcoded anymore in mindi
  • THat variable is also used at restore time for mondorestore.cfg e.g.
  • FAILSAFE kernel is gone. Just use another kernel of your choice. Most std kernels work anyway
  • TurnTgzIntoRdz rewritten and now really computes data disk size and not suppose its size
  • Interface mondo/mindi changed again => incompatible
  • Non-bootable media not supported anymore.
  • Mondorescue adapted to these changes but not tested yet
  • Doc updated as well
File size: 1.7 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# Used by init
10/bin/sh
11/bin/awk
12/usr/bin/awk
13/bin/gawk
14/bin/grep
15/bin/uname
16/bin/df
17/usr/bin/loadkeys
18/sbin/pidof
19/sbin/reboot
20/sbin/openvt
21/usr/bin/openvt
22/usr/bin/tail
23/usr/bin/which
24/usr/bin/strings
25/usr/bin/test
26/usr/bin/[
27/usr/bin/tr
28/usr/bin/cut
29/usr/bin/basename
30/bin/basename
31/usr/bin/find
32/bin/stty
33/bin/echo
34/bin/chown
35/bin/mknod
36/bin/kill
37/bin/date
38/bin/cat
39/bin/ls
40/bin/ps
41/bin/umount
42/bin/dmesg
43/bin/ln
44/bin/pwd
45/bin/grep
46/bin/vi
47/bin/mv
48/bin/chmod
49/bin/more
50/bin/[
51/bin/true
52/bin/sed
53/bin/touch
54/bin/rmdir
55/bin/cp
56/bin/tar
57/bin/rm
58/bin/mkdir
59/bin/sleep
60/bin/uname
61
62# Compression
63/bin/gzip
64
65# Logs
66/sbin/klogd
67/sbin/syslogd
68
69# HW related
70/sbin/fdisk
71/sbin/hdparm
72
73# FS related
74/bin/mount
75/sbin/losetup
76/sbin/mount.ntfs
77/sbin/mount.ntfs-3g
78
79# For udev/devfs
80/sbin/MAKEDEV
81/etc/init.d/functions
82/sbin/devfsd
83/etc/udev
84/etc/hotplug.d
85/sbin/udev.static
86/sbin/udevsend
87/sbin/udevd
88/sbin/udevstart.static
89/sbin/udev_volume_id
90/sbin/start_udev
91/sbin/udev
92/sbin/udevstart
93/sbin/create_static_dev_nodes
94/etc/init.d/functions
95
96# Modules
97/sbin/insmod
98/sbin/lsmod
99/sbin/modprobe
100/etc/modprobe.d
101/etc/modprobe.conf
102/etc/conf.modules
103/etc/modules.conf.local
104
105# For mdadm
106/sbin/mdadm
107/sbin/mdassemble
108/etc/mdadm.conf
109/etc/mdadm/mdadm.conf
110
111# Raid support
112/sbin/raidstart
113/etc/raidtab
114
115# Tools for multipath support
116/sbin/multipath
117/sbin/dmsetup
118/sbin/kpartx
119/sbin/dmraid
120/sbin/scsi_id
121/sbin/mpath_prio_alua
122/sbin/mpath_wait
123/sbin/mpath_ctl
124/sbin/mpath_prio_emc
125/sbin/mpath_prio_hds_modular
126/sbin/mpath_prio_netapp
127/sbin/mpath_prio_ontap
128/sbin/mpath_prio_rdac
129/sbin/mpath_prio_tpc
130
131# Not completely mandatory
132/usr/bin/tty
Note: See TracBrowser for help on using the repository browser.