| 1 | # Mindi-Linux's dependency list
|
|---|
| 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 have to give an absolute path
|
|---|
| 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 |
|
|---|
| 11 | #----- Kept for compatibility -----
|
|---|
| 12 | mkswapfs mkfs.swap mkfs.dos mkvfatfs mkfatfs mkfs.reiser mke3fs mkxfs mkjfs mkxfsfs mkjfsfs logdump logredo xchkdmp xchklog xpeek e2fsadm fsck.reiser
|
|---|
| 13 |
|
|---|
| 14 | #-------------------------------- ESSENTIAL -----------------------------------
|
|---|
| 15 | fstab raidtab
|
|---|
| 16 | /usr/sbin/mondorestore
|
|---|
| 17 | /etc/mdadm/mdadm.conf /etc/mdadm.conf
|
|---|
| 18 | /sbin/ldconfig
|
|---|
| 19 | afio star ntfsclone parted ms-sys file getfattr setfattr getfacl setfacl
|
|---|
| 20 | buffer
|
|---|
| 21 | gawk
|
|---|
| 22 | bzip2 bunzip2 lzop
|
|---|
| 23 | ctrlaltdel
|
|---|
| 24 | # Everything needed to handle modules correctly
|
|---|
| 25 | insmod lsmod /sbin/modprobe
|
|---|
| 26 | /etc/modprobe.d /etc/modprobe.conf /etc/modules.conf /etc/conf.modules /etc/modules.conf.local
|
|---|
| 27 |
|
|---|
| 28 | hosts host.conf resolv.conf hosts.allow hosts.deny
|
|---|
| 29 | klogd sysklogd
|
|---|
| 30 | fdisk hdparm parted uname
|
|---|
| 31 | loadkeys
|
|---|
| 32 | mount
|
|---|
| 33 | devfsd burnBX burnK6 burnK7 burnMMX burnP5 burnP6 lucifer tiobench tiotest bonnie++ mprime ide-smart
|
|---|
| 34 | # helps for debugging
|
|---|
| 35 | /usr/bin/ldd
|
|---|
| 36 | /usr/bin/strace
|
|---|
| 37 |
|
|---|
| 38 | # For udev
|
|---|
| 39 | /sbin/MAKEDEV
|
|---|
| 40 |
|
|---|
| 41 | # For file command
|
|---|
| 42 | /usr/share/misc/file/magic /usr/share/file/magic
|
|---|
| 43 |
|
|---|
| 44 | # For swap uuid support, ia64 and probably then more in the future
|
|---|
| 45 | /usr/bin/perl
|
|---|
| 46 | # For menu management on ia64
|
|---|
| 47 | efibootmgr
|
|---|
| 48 |
|
|---|
| 49 | # For Debug mode
|
|---|
| 50 | # gdb valgrind /usr/lib/valgrind
|
|---|
| 51 |
|
|---|
| 52 | #------------------------------------------------------------------------------
|
|---|
| 53 | #
|
|---|
| 54 | # Proliant extended support if available
|
|---|
| 55 | # Look at http://www.hp.com/servers/sstoolkit
|
|---|
| 56 | conrep cpqacuxe hponcfg
|
|---|
| 57 | lshw
|
|---|
| 58 | #----------------- For all you LVM users out there, much love -----------------
|
|---|
| 59 | LVMFILES:
|
|---|
| 60 | lvmiopversion lvmcreate_initrd pvdata /etc/lvm/lvm.conf
|
|---|
| 61 | #------------------------------------------------------------------------------
|
|---|