source: MondoRescue/branches/2.2.9/mindi/deplist.txt@ 2218

Last change on this file since 2218 was 2218, checked in by Bruno Cornec, 15 years ago

Adds ssh features (client and server) in the DR set

  • Property svn:keywords set to Id
File size: 3.7 KB
RevLine 
[541]1# Mindi-Linux's dependency list 07/10/2004
[1]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.
[541]7# 3. You may give an absolute path if you think Mindi will have trouble finding
8# the file on its own.
[1]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
[541]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#------------------------------------------------------------------------------
[1]20
[541]21#----- Covers a multitude of sins, including XFS, JFS, ReiserFS, and RAID -----
[2147]22mkfs mkswap mkswapfs mkfs.swap mkfs.ext2 mke2fs mkfs.vfat mkfs.ntfs mkfs.dos mkdosfs mkvfatfs mkntfs mkfatfs mkreiserfs mkfs.reiserfs mkfs.reiser mkfs.ext3 mke3fs mkfs.ext4 mke4fs 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
[2093]23fsck fsck.ext2 fsck.reiserfs fsck.reiser fsck.xfs fsck.ext3 fsck.jfs badblocks fsck.ext4
[1497]24vmkfstools
[541]25
[1]26#-------------------------------- ESSENTIAL -----------------------------------
[1922]27fstab raidtab
28/usr/sbin/mondorestore
[1587]29/etc/mdadm/mdadm.conf /etc/mdadm.conf
[2072]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
[1902]31/sbin/ldconfig
[2031]32afio star ntfsclone parted partprobe ms-sys file getfattr setfattr getfacl setfacl
[541]33buffer
[856]34gawk
[541]35bzip2 bunzip2 lzop
[856]36ctrlaltdel
[1922]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
[1623]41hosts host.conf resolv.conf hosts.allow hosts.deny nsswitch.conf
[541]42klogd sysklogd
[2031]43fdisk hdparm uname
[858]44loadkeys
[1928]45# These lines require absolute paths now !
[1927]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
[2147]52/sbin/mount.ntfs /sbin/mount.ntfs-3g
[1741]53# helps for debugging
[1766]54/usr/bin/ldd
55/usr/bin/strace
[2086]56# busybox df doesn't support -P which is used now
57/bin/df
[1]58
[2218]59# Allow ssh
60/usr/sbin/sshd
61/usr/bin/ssh
62/usr/bin/scp
63
[1928]64#
65devfsd burnBX burnK6 burnK7 burnMMX burnP5 burnP6 lucifer tiobench tiotest bonnie++ mprime ide-smart
66
[1793]67# For udev
68/sbin/MAKEDEV
[2140]69/etc/init.d/functions
[1793]70
[1741]71# For file command
72/usr/share/misc/file/magic /usr/share/file/magic
73
[1802]74# For swap uuid support, ia64 and probably then more in the future
[1764]75/usr/bin/perl
[1840]76# For menu management on ia64
77efibootmgr
[1764]78
[872]79# For Debug mode
[1902]80# gdb valgrind /usr/lib/valgrind
[872]81
[925]82#
83# Proliant extended support if available
84# Look at http://www.hp.com/servers/sstoolkit
85conrep cpqacuxe hponcfg
86lshw
[1922]87#----------------- For all you LVM users out there, much love -----------------
88LVMFILES:
89lvmiopversion 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
90#------------------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.