source:
MondoRescue/branches/3.2/mindi/deplist.d/minimal.conf@
3473
| Last change on this file since 3473 was 3455, checked in by , 10 years ago | |
|---|---|
| File size: 2.5 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 | |
| [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 |
| [3201] | 56 | /lib64/libnss_compat.so |
| [2433] | 57 | /usr/lib/libnss_compat.so |
| 58 | /usr/lib64/libnss_compat.so | |
| [3446] | 59 | /usr/lib/libnss_compat_ossi.so |
| 60 | /usr/lib64/libnss_compat_ossi.so | |
| [3050] | 61 | /lib/libnss_files.so |
| [3201] | 62 | /lib64/libnss_files.so |
| [2433] | 63 | /usr/lib/libnss_files.so |
| 64 | /usr/lib64/libnss_files.so | |
| [3160] | 65 | # New Debian 7/Ubuntu 13 multiarch |
| [3151] | 66 | /usr/lib/x86_64-linux-gnu/libnss_compat.so |
| 67 | /usr/lib/x86_64-linux-gnu/libnss_files.so | |
| [3160] | 68 | /usr/lib/i386-linux-gnu/libnss_compat.so |
| 69 | /usr/lib/i386-linux-gnu/libnss_files.so | |
| [3151] | 70 | |
| [2438] | 71 | /etc/ssh |
| [2409] | 72 | /usr/bin/ulockmgr_server |
| [2750] | 73 | #On ArchLinux |
| 74 | /bin/ulockmgr_server | |
| [2409] | 75 | /sbin/mount.cifs |
| 76 | /sbin/mount.cifs3 | |
| 77 | /sbin/mount.smb | |
| 78 | /sbin/mount.smb3 | |
| 79 | /sbin/mount.smbfs | |
| 80 | /sbin/mount.smbfs3 | |
| 81 | /sbin/mount.ntfs | |
| 82 | /sbin/mount.ntfs-3g | |
| 83 | ||
| [2964] | 84 | # For devfs |
| [2409] | 85 | /sbin/MAKEDEV |
| 86 | /sbin/devfsd | |
| [2849] | 87 | /sbin/hwup |
| [2964] | 88 | |
| [2909] | 89 | # On SLES 10 |
| 90 | /sbin/path_id | |
| 91 | /sbin/scsi_id | |
| 92 | /sbin/scsi_tur | |
| 93 | /sbin/hwup | |
| [2409] | 94 | |
| [2964] | 95 | /sbin/usb_id |
| 96 | /sbin/vol_id | |
| 97 | /sbin/pam_console_apply | |
| 98 | ||
| [2986] | 99 | # For upstart/systemd |
| 100 | /etc/init | |
| 101 | /sbin/start | |
| 102 | /sbin/stop | |
| 103 | /sbin/status | |
| 104 | /sbin/shutdown | |
| 105 | /sbin/initctl | |
| 106 | ||
| [2409] | 107 | # Modules |
| 108 | /sbin/insmod | |
| 109 | /sbin/lsmod | |
| [2964] | 110 | /sbin/kmod |
| [3038] | 111 | # On SLES 11 SP2 |
| 112 | /bin/lsmod | |
| [2750] | 113 | # On ArchLinux |
| [2964] | 114 | /usr/bin/lsmod |
| 115 | /usr/bin/insmod | |
| 116 | /usr/bin/kmod | |
| [2409] | 117 | /sbin/modprobe |
| [3366] | 118 | /sbin/modprobe.ksplice |
| 119 | /sbin/modprobe.ksplice-orig | |
| [2409] | 120 | /etc/modprobe.d |
| 121 | /etc/modprobe.conf | |
| 122 | /etc/conf.modules | |
| 123 | /etc/modules.conf.local | |
| [3156] | 124 | # Debian 7 |
| 125 | /bin/kmod | |
| [3455] | 126 | # VSA support |
| 127 | /etc/depmod.d/hpvsa.conf | |
| [2409] | 128 | |
| [2410] | 129 | # For mdadm |
| 130 | /sbin/mdadm | |
| 131 | /sbin/mdassemble | |
| 132 | /etc/mdadm.conf | |
| 133 | /etc/mdadm/mdadm.conf | |
| 134 | ||
| 135 | # Raid support | |
| 136 | /sbin/raidstart | |
| 137 | /etc/raidtab | |
| 138 | ||
| 139 | # Tools for multipath support | |
| 140 | /sbin/multipath | |
| 141 | /sbin/dmsetup | |
| 142 | /sbin/kpartx | |
| 143 | /sbin/dmraid | |
| 144 | /sbin/scsi_id | |
| 145 | /sbin/mpath_prio_alua | |
| 146 | /sbin/mpath_wait | |
| 147 | /sbin/mpath_ctl | |
| 148 | /sbin/mpath_prio_emc | |
| 149 | /sbin/mpath_prio_hds_modular | |
| 150 | /sbin/mpath_prio_netapp | |
| 151 | /sbin/mpath_prio_ontap | |
| 152 | /sbin/mpath_prio_rdac | |
| 153 | /sbin/mpath_prio_tpc | |
| 154 | ||
| 155 | # Network System Tools | |
| 156 | /bin/ping | |
| 157 | /sbin/ifconfig | |
| 158 | /sbin/route | |
| [2951] | 159 | /sbin/rpcbind |
| [2410] | 160 | |
| 161 | # Busybox | |
| 162 | /usr/lib/mindi/rootfs/bin/busybox | |
| 163 | /usr/lib64/mindi/rootfs/bin/busybox |
Note:
See TracBrowser
for help on using the repository browser.
