source: MondoRescue/branches/stable/mindi/deplist.txt

Last change on this file was 1939, checked in by Bruno Cornec, 16 years ago

svn merge -r 1923:1938 $SVN_M/branches/2.2.6

  • Property svn:keywords set to Id
File size: 2.2 KB
RevLine 
[1047]1# Mindi-Linux's dependency list
[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.
[1047]7# 3. You have to give an absolute path
[1]8# 4. If you want to add something, just add it on its own line. K.I.S.S.
9# 5. You must _not_ put a semicolon & comment after an entry. e.g. 'foo; #bar'.
10
[1047]11#----- Kept for compatibility -----
12mkswapfs mkfs.swap mkfs.dos mkvfatfs mkfatfs mkfs.reiser mke3fs mkxfs mkjfs mkxfsfs mkjfsfs logdump logredo xchkdmp xchklog xpeek e2fsadm fsck.reiser
[1]13
14#-------------------------------- ESSENTIAL -----------------------------------
[1924]15fstab raidtab
16/usr/sbin/mondorestore
[1591]17/etc/mdadm/mdadm.conf /etc/mdadm.conf
[1904]18/sbin/ldconfig
[541]19afio star ntfsclone parted ms-sys file getfattr setfattr getfacl setfacl
20buffer
[856]21gawk
[541]22bzip2 bunzip2 lzop
[856]23ctrlaltdel
[1924]24# Everything needed to handle modules correctly
25insmod lsmod /sbin/modprobe
26/etc/modprobe.d /etc/modprobe.conf /etc/modules.conf /etc/conf.modules /etc/modules.conf.local
27
[541]28hosts host.conf resolv.conf hosts.allow hosts.deny
29klogd sysklogd
[1570]30fdisk hdparm parted uname
[858]31loadkeys
[1939]32# These lines require absolute paths now !
33/bin/mount
34/sbin/mount.nfs /sbin/mount.nfs4
35/sbin/mount.fuse
36/sbin/mount.cifs /sbin/mount.cifs3
37/sbin/mount.smb /sbin/mount.smb3
38/sbin/mount.smbfs /sbin/mount.smbfs3
[1770]39# helps for debugging
40/usr/bin/ldd
41/usr/bin/strace
[1]42
[1939]43#
44devfsd burnBX burnK6 burnK7 burnMMX burnP5 burnP6 lucifer tiobench tiotest bonnie++ mprime ide-smart
45
[1842]46# For udev
47/sbin/MAKEDEV
48
[1770]49# For file command
50/usr/share/misc/file/magic /usr/share/file/magic
51
[1842]52# For swap uuid support, ia64 and probably then more in the future
[1770]53/usr/bin/perl
[1842]54# For menu management on ia64
55efibootmgr
[1770]56
[872]57# For Debug mode
[1904]58# gdb valgrind /usr/lib/valgrind
[872]59
[1]60#------------------------------------------------------------------------------
[925]61#
62# Proliant extended support if available
63# Look at http://www.hp.com/servers/sstoolkit
64conrep cpqacuxe hponcfg
65lshw
[1924]66#----------------- For all you LVM users out there, much love -----------------
67LVMFILES:
68lvmiopversion lvmcreate_initrd pvdata /etc/lvm/lvm.conf
69#------------------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.