source:
MondoRescue/branches/3.0/mindi/deplist.d/minimal.conf@
2967
| Last change on this file since 2967 was 2964, checked in by , 14 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 | |
| [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 | |
| 42 | /bin/mount | |
| 43 | /sbin/mount.nfs | |
| 44 | /sbin/mount.nfs4 | |
| [2699] | 45 | /etc/rpc |
| 46 | /etc/netconfig | |
| [2409] | 47 | /usr/bin/sshfs |
| 48 | /sbin/mount.fuse | |
| 49 | /usr/bin/fusermount | |
| [2750] | 50 | # On ArchLinux |
| 51 | /bin/fusermount | |
| [2436] | 52 | /usr/bin/ssh |
| [2433] | 53 | # Required by ssh as dlopened |
| 54 | /usr/lib/libnss_compat.so | |
| 55 | /usr/lib64/libnss_compat.so | |
| 56 | /usr/lib/libnss_files.so | |
| 57 | /usr/lib64/libnss_files.so | |
| [2438] | 58 | /etc/ssh |
| [2409] | 59 | /usr/bin/ulockmgr_server |
| [2750] | 60 | #On ArchLinux |
| 61 | /bin/ulockmgr_server | |
| [2409] | 62 | /sbin/mount.cifs |
| 63 | /sbin/mount.cifs3 | |
| 64 | /sbin/mount.smb | |
| 65 | /sbin/mount.smb3 | |
| 66 | /sbin/mount.smbfs | |
| 67 | /sbin/mount.smbfs3 | |
| 68 | /sbin/mount.ntfs | |
| 69 | /sbin/mount.ntfs-3g | |
| 70 | ||
| [2964] | 71 | # For devfs |
| [2409] | 72 | /sbin/MAKEDEV |
| 73 | /sbin/devfsd | |
| [2849] | 74 | /sbin/hwup |
| [2964] | 75 | |
| [2909] | 76 | # On SLES 10 |
| 77 | /sbin/path_id | |
| 78 | /sbin/scsi_id | |
| 79 | /sbin/scsi_tur | |
| 80 | /sbin/hwup | |
| [2409] | 81 | |
| [2964] | 82 | /sbin/usb_id |
| 83 | /sbin/vol_id | |
| 84 | /sbin/pam_console_apply | |
| 85 | ||
| [2409] | 86 | # Modules |
| 87 | /sbin/insmod | |
| 88 | /sbin/lsmod | |
| [2964] | 89 | /sbin/kmod |
| [2750] | 90 | # On ArchLinux |
| [2964] | 91 | /usr/bin/lsmod |
| 92 | /usr/bin/insmod | |
| 93 | /usr/bin/kmod | |
| [2409] | 94 | /sbin/modprobe |
| 95 | /etc/modprobe.d | |
| 96 | /etc/modprobe.conf | |
| 97 | /etc/conf.modules | |
| 98 | /etc/modules.conf.local | |
| 99 | ||
| [2410] | 100 | # For mdadm |
| 101 | /sbin/mdadm | |
| 102 | /sbin/mdassemble | |
| 103 | /etc/mdadm.conf | |
| 104 | /etc/mdadm/mdadm.conf | |
| 105 | ||
| 106 | # Raid support | |
| 107 | /sbin/raidstart | |
| 108 | /etc/raidtab | |
| 109 | ||
| 110 | # Tools for multipath support | |
| 111 | /sbin/multipath | |
| 112 | /sbin/dmsetup | |
| 113 | /sbin/kpartx | |
| 114 | /sbin/dmraid | |
| 115 | /sbin/scsi_id | |
| 116 | /sbin/mpath_prio_alua | |
| 117 | /sbin/mpath_wait | |
| 118 | /sbin/mpath_ctl | |
| 119 | /sbin/mpath_prio_emc | |
| 120 | /sbin/mpath_prio_hds_modular | |
| 121 | /sbin/mpath_prio_netapp | |
| 122 | /sbin/mpath_prio_ontap | |
| 123 | /sbin/mpath_prio_rdac | |
| 124 | /sbin/mpath_prio_tpc | |
| 125 | ||
| 126 | # Network System Tools | |
| 127 | /bin/ping | |
| 128 | /sbin/ifconfig | |
| 129 | /sbin/route | |
| [2951] | 130 | /sbin/rpcbind |
| [2410] | 131 | |
| 132 | # Busybox | |
| 133 | /usr/lib/mindi/rootfs/bin/busybox | |
| 134 | /usr/lib64/mindi/rootfs/bin/busybox |
Note:
See TracBrowser
for help on using the repository browser.
