Changeset 2409 in MondoRescue for branches/2.2.9/mindi/deplist.txt


Ignore:
Timestamp:
Sep 18, 2009, 3:25:35 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • Split deplist.txt into multiple conf files under deplist.d in the conf dir. This will allow to have a minimal.conf file for initrd content to analyze to improve support of new embedded feature in the future (sshfs, live install). The other conf files contain the additional commands to put in the all.tar.gz. For the moment, mindi is still working the same. THis infra will allow that support in a near future. deplist.txt is now reserved for the admin additional commands.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi/deplist.txt

    r2380 r2409  
    1 # Mindi-Linux's dependency list                                      07/10/2004
     1# $Id$
    22#
    33# NB:
     
    55# 2. If you put 'libncurses' (w/o quotation marks) on an uncommented line then
    66#    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.
     7# 3. You recommend that you give an absolute path name
    98# 4. If you want to add something, just add it on its own line. K.I.S.S.
    109# 5. You must _not_ put a semicolon & comment after an entry. e.g. 'foo; #bar'.
     
    1211#------------------------- STUFF ADDED BY THE USER ----------------------------
    1312#---vvvv     vvvv     vvvv  list your stuff here!  vvvv     vvvv     vvvv
    14 #
    15 # bar
    16 # foo
    17 #
     13
     14
    1815#---^^^^     ^^^^     ^^^^  list your stuff here!  ^^^^     ^^^^     ^^^^
    1916#------------------------------------------------------------------------------
    20 
    21 #----- Covers a multitude of sins, including XFS, JFS, ReiserFS, and RAID -----
    22 mkfs mkswap mkswapfs mkfs.swap mkfs.ext2 mke2fs mkfs.vfat mkfs.ntfs mkfs.dos mkdosfs mkvfatfs mkntfs mkfatfs mkreiserfs mkfs.reiserfs mkfs.reiser mkfs.ext3 mke3fs mkfs.ext4 mke4fs mkfs.jfs mkfs.xfs mkfs.ocfs2 mkxfs mkjfs mkxfsfs mkjfsfs logdump logredo xchkdmp xchklog xpeek mkpv mkraid raid0run raidhotadd raidhotremove raidsetfaulty raidstart raidstop e2label tune2fs e2fsadm mdadm /etc/mke2fs.conf reiserfstune
    23 fsck fsck.ext2 fsck.reiserfs fsck.reiser fsck.xfs fsck.ext3 fsck.jfs badblocks fsck.ext4
    24 vmkfstools
    25 
    26 #-------------------------------- ESSENTIAL -----------------------------------
    27 fstab raidtab
    28 /usr/sbin/mondorestore
    29 /etc/mdadm/mdadm.conf /etc/mdadm.conf
    30 /sbin/multipath /sbin/dmsetup /sbin/kpartx /sbin/dmraid /sbin/scsi_id /sbin/mpath_prio_alua /sbin/mpath_wait /sbin/mpath_ctl /sbin/mpath_prio_emc /sbin/mpath_prio_hds_modular /sbin/mpath_prio_netapp /sbin/mpath_prio_ontap /sbin/mpath_prio_rdac /sbin/mpath_prio_tpc
    31 /sbin/ldconfig
    32 afio star ntfsclone parted partprobe ms-sys file getfattr setfattr getfacl setfacl
    33 buffer
    34 gawk
    35 bzip2 bunzip2 lzop
    36 ctrlaltdel
    37 # Everything needed to handle modules correctly
    38 insmod lsmod /sbin/modprobe
    39 /etc/modprobe.d /etc/modprobe.conf /etc/modules.conf /etc/conf.modules /etc/modules.conf.local
    40 
    41 hosts host.conf resolv.conf hosts.allow hosts.deny nsswitch.conf
    42 klogd sysklogd
    43 fdisk hdparm uname partprobe
    44 loadkeys
    45 # These lines require absolute paths now !
    46 /bin/mount
    47 /sbin/mount.nfs /sbin/mount.nfs4
    48 /usr/bin/sshfs
    49 /sbin/mount.fuse /usr/bin/fusermount /usr/bin/ulockmgr_server
    50 /sbin/mount.cifs /sbin/mount.cifs3
    51 /sbin/mount.smb /sbin/mount.smb3
    52 /sbin/mount.smbfs /sbin/mount.smbfs3
    53 /sbin/mount.ntfs /sbin/mount.ntfs-3g
    54 # helps for debugging
    55 /usr/bin/ldd
    56 /usr/bin/strace
    57 # busybox df doesn't support -P which is used now
    58 /bin/df
    59 
    60 # Allow ssh
    61 /usr/sbin/sshd
    62 /usr/bin/ssh
    63 /usr/bin/scp
    64 
    65 #
    66 devfsd burnBX burnK6 burnK7 burnMMX burnP5 burnP6 lucifer tiobench tiotest bonnie++ mprime ide-smart
    67 
    68 # For udev
    69 /sbin/MAKEDEV
    70 /etc/init.d/functions
    71 
    72 # For file command
    73 /usr/share/misc/file/magic /usr/share/file/magic
    74 
    75 # For swap uuid support, ia64 and probably then more in the future
    76 /usr/bin/perl
    77 # For menu management on ia64
    78 efibootmgr
    79 
    80 # For Debug  mode
    81 # gdb valgrind /usr/lib/valgrind
    82 
    83 #
    84 # Proliant extended support if available
    85 # Look at http://www.hp.com/servers/sstoolkit
    86 conrep cpqacuxe hponcfg
    87 lshw
    88 #----------------- For all you LVM users out there, much love -----------------
    89 LVMFILES:
    90 lvmiopversion 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
    91 #------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.