source:
MondoRescue/branches/2.2.10/mindi/deplist.d/minimal.conf@
2694
| Last change on this file since 2694 was 2594, checked in by , 16 years ago | |
|---|---|
| File size: 1.9 KB | |
| Rev | Line | |
|---|---|---|
| [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 | |
| [2445] | 9 | # Used by init |
| 10 | /bin/sh | |
| [2409] | 11 | /bin/awk |
| [2445] | 12 | /usr/bin/awk |
| [2409] | 13 | /bin/gawk |
| [2475] | 14 | # On Debian |
| 15 | /usr/bin/awk | |
| 16 | /usr/bin/gawk | |
| 17 | /bin/dd | |
| [2409] | 18 | /bin/grep |
| 19 | /bin/uname | |
| 20 | /bin/df | |
| 21 | /usr/bin/loadkeys | |
| [2444] | 22 | /sbin/pidof |
| [2445] | 23 | /sbin/reboot |
| 24 | /sbin/openvt | |
| [2462] | 25 | /usr/bin/openvt |
| [2445] | 26 | /usr/bin/tail |
| 27 | /usr/bin/which | |
| 28 | /usr/bin/strings | |
| 29 | /usr/bin/test | |
| 30 | /usr/bin/[ | |
| 31 | /usr/bin/tr | |
| 32 | /usr/bin/cut | |
| 33 | /usr/bin/basename | |
| [2462] | 34 | /bin/basename |
| [2445] | 35 | /usr/bin/find |
| 36 | /bin/stty | |
| 37 | /bin/echo | |
| [2462] | 38 | /bin/chown |
| [2445] | 39 | /bin/mknod |
| 40 | /bin/kill | |
| 41 | /bin/date | |
| 42 | /bin/cat | |
| 43 | /bin/ls | |
| 44 | /bin/ps | |
| 45 | /bin/umount | |
| 46 | /bin/dmesg | |
| 47 | /bin/ln | |
| 48 | /bin/pwd | |
| 49 | /bin/grep | |
| 50 | /bin/vi | |
| 51 | /bin/mv | |
| 52 | /bin/chmod | |
| 53 | /bin/more | |
| 54 | /bin/[ | |
| 55 | /bin/true | |
| 56 | /bin/sed | |
| 57 | /bin/touch | |
| 58 | /bin/rmdir | |
| 59 | /bin/cp | |
| 60 | /bin/tar | |
| 61 | /bin/rm | |
| 62 | /bin/mkdir | |
| 63 | /bin/sleep | |
| 64 | /bin/uname | |
| [2488] | 65 | /etc/services |
| 66 | /etc/protocols | |
| 67 | /etc/shells | |
| 68 | /etc/termcap | |
| 69 | /etc/bashrc | |
| [2594] | 70 | # For id resolution |
| 71 | /etc/nsswitch.conf | |
| 72 | /lib/libnss_files.so.2 | |
| [2409] | 73 | |
| 74 | # Compression | |
| 75 | /bin/gzip | |
| 76 | ||
| 77 | # Logs | |
| 78 | /sbin/klogd | |
| 79 | /sbin/syslogd | |
| 80 | ||
| 81 | # HW related | |
| 82 | /sbin/fdisk | |
| 83 | /sbin/hdparm | |
| [2445] | 84 | |
| 85 | # FS related | |
| [2409] | 86 | /bin/mount |
| [2445] | 87 | /sbin/losetup |
| [2409] | 88 | /sbin/mount.ntfs |
| 89 | /sbin/mount.ntfs-3g | |
| [2591] | 90 | /sbin/fstab-decode |
| [2409] | 91 | |
| 92 | # For udev/devfs | |
| 93 | /sbin/MAKEDEV | |
| 94 | /etc/init.d/functions | |
| [2592] | 95 | /etc/services |
| [2409] | 96 | /sbin/devfsd |
| [2410] | 97 | /etc/udev |
| 98 | /etc/hotplug.d | |
| 99 | /sbin/udev.static | |
| 100 | /sbin/udevsend | |
| 101 | /sbin/udevd | |
| 102 | /sbin/udevstart.static | |
| 103 | /sbin/udev_volume_id | |
| 104 | /sbin/start_udev | |
| 105 | /sbin/udev | |
| 106 | /sbin/udevstart | |
| [2444] | 107 | /sbin/create_static_dev_nodes |
| [2591] | 108 | /etc/sysconfig/udev |
| 109 | /sbin/consoletype | |
| [2409] | 110 | |
| 111 | # Modules | |
| 112 | /sbin/insmod | |
| 113 | /sbin/lsmod | |
| 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 | ||
| [2445] | 146 | # Not completely mandatory |
| 147 | /usr/bin/tty |
Note:
See TracBrowser
for help on using the repository browser.
