Changeset 2410 in MondoRescue for branches/2.2.9
- Timestamp:
- Sep 18, 2009, 7:10:54 PM (16 years ago)
- Location:
- branches/2.2.9/mindi
- Files:
-
- 3 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mindi/deplist.d/minimal.conf
r2409 r2410 4 4 # 5 5 6 # Used in init 6 /lib/ld-linux.so.2 7 7 8 8 # Base Unix commands 9 /bin/bash 9 10 /bin/mt 10 11 /bin/awk … … 47 48 /etc/init.d/functions 48 49 /sbin/devfsd 50 /etc/udev 51 /etc/hotplug.d 52 /sbin/udev.static 53 /sbin/udevsend 54 /sbin/udevd 55 /sbin/udevstart.static 56 /sbin/udev_volume_id 57 /sbin/start_udev 58 /sbin/udev 59 /sbin/udevstart 60 /etc/init.d/functions 49 61 50 62 # Modules … … 57 69 /etc/modules.conf.local 58 70 59 /lib/ld-linux.so.2 71 # For mdadm 72 /sbin/mdadm 73 /sbin/mdassemble 74 /etc/mdadm.conf 75 /etc/mdadm/mdadm.conf 76 77 # Raid support 78 /sbin/raidstart 79 /etc/raidtab 80 81 # Tools for multipath support 82 /sbin/multipath 83 /sbin/dmsetup 84 /sbin/kpartx 85 /sbin/dmraid 86 /sbin/scsi_id 87 /sbin/mpath_prio_alua 88 /sbin/mpath_wait 89 /sbin/mpath_ctl 90 /sbin/mpath_prio_emc 91 /sbin/mpath_prio_hds_modular 92 /sbin/mpath_prio_netapp 93 /sbin/mpath_prio_ontap 94 /sbin/mpath_prio_rdac 95 /sbin/mpath_prio_tpc 96 97 # Network System Tools 98 /bin/ping 99 /sbin/ifconfig 100 /sbin/route 101 /sbin/dhclient 102 /var/lib/dhcp/dhclient.leases 103 104 # Busybox 105 /usr/lib/mindi/rootfs/bin/busybox 106 /usr/lib64/mindi/rootfs/bin/busybox -
branches/2.2.9/mindi/deplist.d/net.conf
r2409 r2410 3 3 # Network System Tools 4 4 # 5 /bin/ping6 /sbin/ifconfig7 /sbin/route8 /sbin/dhclient9 /var/lib/dhcp/dhclient.leases10 5 11 # SSH supp rot6 # SSH support 12 7 /usr/sbin/sshd 13 8 /usr/bin/ssh -
branches/2.2.9/mindi/deplist.d/raidtool.conf
r2409 r2410 9 9 /sbin/raidhotremove 10 10 /sbin/raidsetfaulty 11 /sbin/raidstart12 11 /sbin/raidstop 13 /etc/raidtab -
branches/2.2.9/mindi/mindi
r2409 r2410 2260 2260 # We want to use the real mount and all the supported variants (nfs, cifs, ...) 2261 2261 rm -f bin/mount $MINDI_TMP/busy.lis 2262 mountlis=`grep mount $DEPLIST_FILE`2262 mountlis=`grep -E "mount|fuse|sshfs" $DEPLIST_FILE $DEPLIST_DIR/* | cut -d: -f2` 2263 2263 for f in $MINDI_LIB/rootfs/bin/busybox $mountlis ; do 2264 2264 if [ -f $f ]; then
Note:
See TracChangeset
for help on using the changeset viewer.