source:
MondoRescue/branches/3.1/mindi/deplist.d/minimal.conf@
3748
| Last change on this file since 3748 was 3147, checked in by , 13 years ago | |
|---|---|
| File size: 3.2 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 | |
| [3147] | 11 | /bin/bash |
| 12 | /bin/mt | |
| [2409] | 13 | /bin/awk |
| [2445] | 14 | /usr/bin/awk |
| [2409] | 15 | /bin/gawk |
| [2475] | 16 | # On Debian |
| 17 | /usr/bin/awk | |
| 18 | /usr/bin/gawk | |
| 19 | /bin/dd | |
| [2409] | 20 | /bin/grep |
| 21 | /bin/uname | |
| 22 | /bin/df | |
| 23 | /usr/bin/loadkeys | |
| [2816] | 24 | # On ArchLinux |
| 25 | /bin/loadkeys | |
| 26 | /bin/pidof | |
| [2444] | 27 | /sbin/pidof |
| [2816] | 28 | #On Archlinux |
| 29 | /usr/bin/reboot | |
| [2445] | 30 | /sbin/reboot |
| 31 | /sbin/openvt | |
| [2462] | 32 | /usr/bin/openvt |
| [2445] | 33 | /usr/bin/tail |
| 34 | /usr/bin/which | |
| 35 | /usr/bin/strings | |
| 36 | /usr/bin/test | |
| 37 | /usr/bin/[ | |
| 38 | /usr/bin/tr | |
| 39 | /usr/bin/cut | |
| 40 | /usr/bin/basename | |
| [2462] | 41 | /bin/basename |
| [2445] | 42 | /usr/bin/find |
| 43 | /bin/stty | |
| 44 | /bin/echo | |
| [2462] | 45 | /bin/chown |
| [2445] | 46 | /bin/mknod |
| 47 | /bin/kill | |
| 48 | /bin/date | |
| 49 | /bin/cat | |
| 50 | /bin/ls | |
| 51 | /bin/ps | |
| 52 | /bin/umount | |
| 53 | /bin/dmesg | |
| 54 | /bin/ln | |
| 55 | /bin/pwd | |
| 56 | /bin/grep | |
| 57 | /bin/vi | |
| 58 | /bin/mv | |
| 59 | /bin/chmod | |
| 60 | /bin/more | |
| 61 | /bin/[ | |
| 62 | /bin/true | |
| 63 | /bin/sed | |
| 64 | /bin/touch | |
| 65 | /bin/rmdir | |
| 66 | /bin/cp | |
| 67 | /bin/tar | |
| 68 | /bin/rm | |
| 69 | /bin/mkdir | |
| 70 | /bin/sleep | |
| 71 | /bin/uname | |
| [2488] | 72 | /etc/services |
| 73 | /etc/protocols | |
| 74 | /etc/shells | |
| 75 | /etc/termcap | |
| 76 | /etc/bashrc | |
| [2594] | 77 | # For id resolution |
| 78 | /etc/nsswitch.conf | |
| 79 | /lib/libnss_files.so.2 | |
| [2816] | 80 | /sbin/shutdown |
| [3147] | 81 | /etc/init.d/functions |
| 82 | /etc/init.d/functions | |
| 83 | /etc/rc.d/functions | |
| 84 | /usr/bin/grep | |
| [2409] | 85 | |
| 86 | # Compression | |
| 87 | /bin/gzip | |
| 88 | ||
| 89 | # Logs | |
| 90 | /sbin/klogd | |
| 91 | /sbin/syslogd | |
| [3147] | 92 | /sbin/rsyslogd |
| [2816] | 93 | # On ArchLinux |
| 94 | /usr/sbin/syslog-ng | |
| [2409] | 95 | |
| 96 | # HW related | |
| 97 | /sbin/fdisk | |
| 98 | /sbin/hdparm | |
| [2445] | 99 | |
| 100 | # FS related | |
| [2409] | 101 | /bin/mount |
| [2445] | 102 | /sbin/losetup |
| [3147] | 103 | /sbin/mount.nfs |
| 104 | /sbin/mount.nfs4 | |
| 105 | /etc/rpc | |
| 106 | /etc/netconfig | |
| 107 | /usr/bin/sshfs | |
| 108 | /sbin/mount.fuse | |
| 109 | /usr/bin/fusermount | |
| 110 | # On ArchLinux | |
| 111 | /bin/fusermount | |
| 112 | /usr/bin/ssh | |
| 113 | # Required by ssh as dlopened | |
| 114 | /lib/libnss_compat.so | |
| 115 | /usr/lib/libnss_compat.so | |
| 116 | /usr/lib64/libnss_compat.so | |
| 117 | /lib/libnss_compat.so.2 | |
| 118 | /usr/lib/libnss_compat.so.2 | |
| 119 | /usr/lib64/libnss_compat.so.2 | |
| 120 | /lib/libnss_files.so | |
| 121 | /usr/lib/libnss_files.so | |
| 122 | /usr/lib64/libnss_files.so | |
| 123 | /lib/libnss_files.so.2 | |
| 124 | /usr/lib/libnss_files.so.2 | |
| 125 | /usr/lib64/libnss_files.so.2 | |
| 126 | /etc/ssh | |
| 127 | /usr/bin/ulockmgr_server | |
| 128 | #On ArchLinux | |
| 129 | /bin/ulockmgr_server | |
| 130 | /sbin/mount.cifs | |
| 131 | /sbin/mount.cifs3 | |
| 132 | /sbin/mount.smb | |
| 133 | /sbin/mount.smb3 | |
| 134 | /sbin/mount.smbfs | |
| 135 | /sbin/mount.smbfs3 | |
| [2409] | 136 | /sbin/mount.ntfs |
| 137 | /sbin/mount.ntfs-3g | |
| [2591] | 138 | /sbin/fstab-decode |
| [2409] | 139 | |
| [3147] | 140 | # For devfs |
| [2409] | 141 | /sbin/MAKEDEV |
| [2816] | 142 | # On ArchLinux |
| 143 | /etc/rc.d/functions | |
| [2592] | 144 | /etc/services |
| [2409] | 145 | /sbin/devfsd |
| [2850] | 146 | /sbin/hwup |
| 147 | /sbin/path_id | |
| 148 | /sbin/scsi_tur | |
| [2816] | 149 | # On ArchLinux |
| 150 | /sbin/udevadm | |
| [2410] | 151 | /sbin/udevstart.static |
| 152 | /sbin/udev_volume_id | |
| 153 | /sbin/start_udev | |
| 154 | /sbin/udev | |
| 155 | /sbin/udevstart | |
| [2444] | 156 | /sbin/create_static_dev_nodes |
| [2591] | 157 | /etc/sysconfig/udev |
| 158 | /sbin/consoletype | |
| [2937] | 159 | # On SLES 10 |
| 160 | /sbin/path_id | |
| 161 | /sbin/scsi_id | |
| 162 | /sbin/scsi_tur | |
| 163 | /sbin/hwup | |
| [2409] | 164 | |
| [3147] | 165 | /sbin/usb_id |
| 166 | /sbin/vol_id | |
| 167 | /sbin/pam_console_apply | |
| 168 | ||
| 169 | # For upstart/systemd | |
| 170 | /etc/init | |
| 171 | /sbin/start | |
| 172 | /sbin/stop | |
| 173 | /sbin/status | |
| 174 | /sbin/shutdown | |
| 175 | /sbin/initctl | |
| 176 | ||
| [2409] | 177 | # Modules |
| 178 | /sbin/insmod | |
| 179 | /sbin/lsmod | |
| [3147] | 180 | /sbin/kmod |
| 181 | # On SLES 11 SP2 | |
| 182 | /bin/lsmod | |
| [2816] | 183 | # On ArchLinux |
| [3147] | 184 | /usr/bin/lsmod |
| 185 | /usr/bin/insmod | |
| 186 | /usr/bin/kmod | |
| [2409] | 187 | /sbin/modprobe |
| 188 | /etc/modprobe.d | |
| 189 | /etc/modprobe.conf | |
| 190 | /etc/conf.modules | |
| 191 | /etc/modules.conf.local | |
| 192 | ||
| [2410] | 193 | # For mdadm |
| 194 | /sbin/mdadm | |
| 195 | /sbin/mdassemble | |
| 196 | /etc/mdadm.conf | |
| 197 | /etc/mdadm/mdadm.conf | |
| 198 | ||
| 199 | # Raid support | |
| 200 | /sbin/raidstart | |
| 201 | /etc/raidtab | |
| 202 | ||
| 203 | # Tools for multipath support | |
| 204 | /sbin/multipath | |
| 205 | /sbin/dmsetup | |
| 206 | /sbin/kpartx | |
| 207 | /sbin/dmraid | |
| 208 | /sbin/scsi_id | |
| 209 | /sbin/mpath_prio_alua | |
| 210 | /sbin/mpath_wait | |
| 211 | /sbin/mpath_ctl | |
| 212 | /sbin/mpath_prio_emc | |
| 213 | /sbin/mpath_prio_hds_modular | |
| 214 | /sbin/mpath_prio_netapp | |
| 215 | /sbin/mpath_prio_ontap | |
| 216 | /sbin/mpath_prio_rdac | |
| 217 | /sbin/mpath_prio_tpc | |
| 218 | ||
| [2445] | 219 | # Not completely mandatory |
| 220 | /usr/bin/tty | |
| [3147] | 221 | # Network System Tools |
| 222 | /bin/ping | |
| 223 | /sbin/ifconfig | |
| 224 | /sbin/route | |
| 225 | /sbin/rpcbind | |
| 226 | ||
| 227 | # Busybox | |
| 228 | /usr/lib/mindi/rootfs/bin/busybox | |
| 229 | /usr/lib64/mindi/rootfs/bin/busybox |
Note:
See TracBrowser
for help on using the repository browser.
