source: MondoRescue/branches/2.2.6/mindi/deplist.txt@ 1927

Last change on this file since 1927 was 1927, checked in by Bruno Cornec, 16 years ago
  • Fixing broken NFS support in 2.2.5 for rhel5 where additional command like mount.nfs is needed
  • Need to loopback mount when using NFS (wasn't needed with busybox version)
  • Fix broken udev support introduced by fixing non-udev support during 2.2.6
  • Property svn:keywords set to Id
File size: 3.2 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 -----
[1783]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 mkxfs mkjfs mkxfsfs mkjfsfs logdump logredo xchkdmp xchklog xpeek mkpv mkraid raid0run raidhotadd raidhotremove raidsetfaulty raidstart raidstop e2label tune2fs e2fsadm mdadm /etc/mke2fs.conf
[541]23fsck fsck.ext2 fsck.reiserfs fsck.reiser fsck.xfs fsck.ext3 fsck.jfs badblocks
[1497]24vmkfstools
[541]25
[1]26#-------------------------------- ESSENTIAL -----------------------------------
[1922]27fstab raidtab
28/usr/sbin/mondorestore
[1587]29/etc/mdadm/mdadm.conf /etc/mdadm.conf
[1902]30/sbin/ldconfig
[541]31afio star ntfsclone parted ms-sys file getfattr setfattr getfacl setfacl
32buffer
[856]33gawk
[541]34bzip2 bunzip2 lzop
[856]35ctrlaltdel
[1922]36# Everything needed to handle modules correctly
37insmod lsmod /sbin/modprobe
38/etc/modprobe.d /etc/modprobe.conf /etc/modules.conf /etc/conf.modules /etc/modules.conf.local
39
[1623]40hosts host.conf resolv.conf hosts.allow hosts.deny nsswitch.conf
[541]41klogd sysklogd
[1565]42fdisk hdparm parted uname
[858]43loadkeys
[1927]44# This line require absolute paths now !
45/bin/mount
46/sbin/mount.nfs /sbin/mount.nfs4
47/sbin/mount.fuse
48/sbin/mount.cifs /sbin/mount.cifs3
49/sbin/mount.smb /sbin/mount.smb3
50/sbin/mount.smbfs /sbin/mount.smbfs3
[856]51devfsd burnBX burnK6 burnK7 burnMMX burnP5 burnP6 lucifer tiobench tiotest bonnie++ mprime ide-smart
[1741]52# helps for debugging
[1766]53/usr/bin/ldd
54/usr/bin/strace
[1]55
[1793]56# For udev
57/sbin/MAKEDEV
58
[1741]59# For file command
60/usr/share/misc/file/magic /usr/share/file/magic
61
[1802]62# For swap uuid support, ia64 and probably then more in the future
[1764]63/usr/bin/perl
[1840]64# For menu management on ia64
65efibootmgr
[1764]66
[872]67# For Debug mode
[1902]68# gdb valgrind /usr/lib/valgrind
[872]69
[925]70#
71# Proliant extended support if available
72# Look at http://www.hp.com/servers/sstoolkit
73conrep cpqacuxe hponcfg
74lshw
[1922]75#----------------- For all you LVM users out there, much love -----------------
76LVMFILES:
77lvmiopversion 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
78#------------------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.