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

Last change on this file since 1764 was 1764, checked in by Bruno Cornec, 16 years ago
  • perl is now required at restore time to support uuid swap partitions (and will be used for many other thigs in the future for sure)
  • next mindi version will be 2.0.0 due to all the changes made in it (udev may break working distros)
  • small optimization in mindi on keyboard handling (one single find instead of multiple)
  • better interaction for USB device when launching mindi manually
  • attempt to automatically guess block disk size for ramdisk
  • fix typos in bkphw
  • Property svn:keywords set to Id
File size: 2.8 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 mkxfs mkjfs mkxfsfs mkjfsfs logdump logredo xchkdmp xchklog xpeek mkpv mkraid raid0run raidhotadd raidhotremove raidsetfaulty raidstart raidstop e2label tune2fs e2fsadm mdadm
23fsck fsck.ext2 fsck.reiserfs fsck.reiser fsck.xfs fsck.ext3 fsck.jfs badblocks
24vmkfstools
25
26#-------------------------------- ESSENTIAL -----------------------------------
27fstab raidtab modules.conf conf.modules mondorestore modules.conf.local
28/etc/mdadm/mdadm.conf /etc/mdadm.conf
29afio star ntfsclone parted ms-sys file getfattr setfattr getfacl setfacl
30buffer
31gawk
32bzip2 bunzip2 lzop
33ctrlaltdel
34# Do not remove as they need to be aligned with the kernel
35insmod lsmod
36hosts host.conf resolv.conf hosts.allow hosts.deny nsswitch.conf
37klogd sysklogd
38fdisk hdparm parted uname
39loadkeys
40mount
41devfsd burnBX burnK6 burnK7 burnMMX burnP5 burnP6 lucifer tiobench tiotest bonnie++ mprime ide-smart
42# helps for debugging
43ldd
44
45# For file command
46/usr/share/misc/file/magic /usr/share/file/magic
47
48# For swap uudi support and probably then more in the future
49/usr/bin/perl
50
51# For Debug mode
52# gdb
53
54#----------------- For all you LVM users out there, much love -----------------
55LVMFILES:
56lvmiopversion 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
57#------------------------------------------------------------------------------
58#
59# Proliant extended support if available
60# Look at http://www.hp.com/servers/sstoolkit
61conrep cpqacuxe hponcfg
62lshw
Note: See TracBrowser for help on using the repository browser.