source: MondoRescue/branches/2.2.5/mindi/deplist.txt@ 1793

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

MAKEDEV should also be included in deplist.txt

  • Property svn:keywords set to Id
File size: 2.9 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 -----------------------------------
[856]27fstab raidtab modules.conf conf.modules mondorestore modules.conf.local
[1587]28/etc/mdadm/mdadm.conf /etc/mdadm.conf
[541]29afio star ntfsclone parted ms-sys file getfattr setfattr getfacl setfacl
30buffer
[856]31gawk
[541]32bzip2 bunzip2 lzop
[856]33ctrlaltdel
[857]34# Do not remove as they need to be aligned with the kernel
35insmod lsmod
[1623]36hosts host.conf resolv.conf hosts.allow hosts.deny nsswitch.conf
[541]37klogd sysklogd
[1565]38fdisk hdparm parted uname
[858]39loadkeys
[541]40mount
[856]41devfsd burnBX burnK6 burnK7 burnMMX burnP5 burnP6 lucifer tiobench tiotest bonnie++ mprime ide-smart
[1741]42# helps for debugging
[1766]43/usr/bin/ldd
44/usr/bin/strace
[1]45
[1793]46# For udev
47/sbin/MAKEDEV
48
[1741]49# For file command
50/usr/share/misc/file/magic /usr/share/file/magic
51
[1766]52# For swap uuid support and probably then more in the future
[1764]53/usr/bin/perl
54
[872]55# For Debug mode
56# gdb
57
[1]58#----------------- For all you LVM users out there, much love -----------------
59LVMFILES:
[541]60lvmiopversion 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
[1]61#------------------------------------------------------------------------------
[925]62#
63# Proliant extended support if available
64# Look at http://www.hp.com/servers/sstoolkit
65conrep cpqacuxe hponcfg
66lshw
Note: See TracBrowser for help on using the repository browser.