source: MondoRescue/branches/2.2.8/mindi/deplist.txt@ 2072

Last change on this file since 2072 was 2072, checked in by Bruno Cornec, 15 years ago
  • Adds multipath support (as exists on RHEL 5.2)
    • analyze-my-lvm/mindi uses the /dev/mapper/mpath... entry and not /dev/dm-... entry which is not automatically created at restore time
    • Lots of mapth dmsetup commands added to deplist
    • Adds required modules to mindi
    • Fix a bug for this in mindi around real devices with /dev/mapper/mpath... names
    • init has a new StartMpath function to start multipath correctly hopefully
    • mondorestore has a new clean_multiconf function which removes /var/lib/multipath/bindings and edits /etc/multipath.conf if needed
  • Property svn:keywords set to Id
File size: 3.5 KB
Line 
1# Mindi-Linux's dependency list 07/10/2004
2#
3# NB:
4# 1. Directories are allowed. Their contents will be included by Mindi.
5# 2. If you put 'libncurses' (w/o quotation marks) on an uncommented line then
6# Mindi will find /lib/libncurses* and include all matching files.
7# 3. You may give an absolute path if you think Mindi will have trouble finding
8# the file on its own.
9# 4. If you want to add something, just add it on its own line. K.I.S.S.
10# 5. You must _not_ put a semicolon & comment after an entry. e.g. 'foo; #bar'.
11
12#------------------------- STUFF ADDED BY THE USER ----------------------------
13#---vvvv vvvv vvvv list your stuff here! vvvv vvvv vvvv
14#
15# bar
16# foo
17#
18#---^^^^ ^^^^ ^^^^ list your stuff here! ^^^^ ^^^^ ^^^^
19#------------------------------------------------------------------------------
20
21#----- Covers a multitude of sins, including XFS, JFS, ReiserFS, and RAID -----
22mkfs mkswap mkswapfs mkfs.swap mkfs.ext2 mke2fs mkfs.vfat mkfs.dos mkdosfs mkvfatfs mkfatfs mkreiserfs mkfs.reiserfs mkfs.reiser mkfs.ext3 mke3fs mkfs.jfs mkfs.xfs mkfs.ocfs2 mkxfs mkjfs mkxfsfs mkjfsfs logdump logredo xchkdmp xchklog xpeek mkpv mkraid raid0run raidhotadd raidhotremove raidsetfaulty raidstart raidstop e2label tune2fs e2fsadm mdadm /etc/mke2fs.conf reiserfstune
23fsck fsck.ext2 fsck.reiserfs fsck.reiser fsck.xfs fsck.ext3 fsck.jfs badblocks
24vmkfstools
25
26#-------------------------------- ESSENTIAL -----------------------------------
27fstab raidtab
28/usr/sbin/mondorestore
29/etc/mdadm/mdadm.conf /etc/mdadm.conf
30/sbin/multipath /sbin/dmsetup /sbin/kpartx /sbin/dmraid /sbin/scsi_id /sbin/mpath_prio_alua /sbin/mpath_wait /sbin/mpath_ctl /sbin/mpath_prio_emc /sbin/mpath_prio_hds_modular /sbin/mpath_prio_netapp /sbin/mpath_prio_ontap /sbin/mpath_prio_rdac /sbin/mpath_prio_tpc
31/sbin/ldconfig
32afio star ntfsclone parted partprobe ms-sys file getfattr setfattr getfacl setfacl
33buffer
34gawk
35bzip2 bunzip2 lzop
36ctrlaltdel
37# Everything needed to handle modules correctly
38insmod lsmod /sbin/modprobe
39/etc/modprobe.d /etc/modprobe.conf /etc/modules.conf /etc/conf.modules /etc/modules.conf.local
40
41hosts host.conf resolv.conf hosts.allow hosts.deny nsswitch.conf
42klogd sysklogd
43fdisk hdparm uname
44loadkeys
45# These lines require absolute paths now !
46/bin/mount
47/sbin/mount.nfs /sbin/mount.nfs4
48/sbin/mount.fuse
49/sbin/mount.cifs /sbin/mount.cifs3
50/sbin/mount.smb /sbin/mount.smb3
51/sbin/mount.smbfs /sbin/mount.smbfs3
52# helps for debugging
53/usr/bin/ldd
54/usr/bin/strace
55
56#
57devfsd burnBX burnK6 burnK7 burnMMX burnP5 burnP6 lucifer tiobench tiotest bonnie++ mprime ide-smart
58
59# For udev
60/sbin/MAKEDEV
61
62# For file command
63/usr/share/misc/file/magic /usr/share/file/magic
64
65# For swap uuid support, ia64 and probably then more in the future
66/usr/bin/perl
67# For menu management on ia64
68efibootmgr
69
70# For Debug mode
71# gdb valgrind /usr/lib/valgrind
72
73#
74# Proliant extended support if available
75# Look at http://www.hp.com/servers/sstoolkit
76conrep cpqacuxe hponcfg
77lshw
78#----------------- For all you LVM users out there, much love -----------------
79LVMFILES:
80lvmiopversion lvchange lvcreate lvdisplay lvextend lvmchange lvmcreate_initrd lvmdiskscan lvmsadc lvmsar lvreduce lvremove lvrename lvscan pvchange pvcreate pvdata pvdisplay pvmove pvscan vgcfgbackup vgcfgrestore vgchange vgck vgcreate vgdisplay vgexport vgextend vgimport vgmerge vgmknodes vgreduce vgremove vgrename vgscan vgsplit liblvm lvm lvm-10 /etc/lvm/lvm.conf
81#------------------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.