source: MondoRescue/branches/2.2.9/mindi/deplist.d/lvm.conf@ 2409

Last change on this file since 2409 was 2409, checked in by Bruno Cornec, 15 years ago
  • 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 size: 672 bytes
Line 
1# $Id$
2#
3# Tools for LVM support
4#
5LVMFILES:
6/etc/lvm/lvm.conf
7/sbin/fsadm
8/sbin/lvm
9
10/sbin/pvchange
11/sbin/pvcreate
12/sbin/pvdisplay
13/sbin/pvmove
14/sbin/pvremove
15/sbin/pvresize
16/sbin/pvs
17/sbin/pvscan
18
19/sbin/vgcfgbackup
20/sbin/vgcfgrestore
21/sbin/vgchange
22/sbin/vgck
23/sbin/vgconvert
24/sbin/vgcreate
25/sbin/vgdisplay
26/sbin/vgexport
27/sbin/vgextend
28/sbin/vgimport
29/sbin/vgmerge
30/sbin/vgmknodes
31/sbin/vgreduce
32/sbin/vgremove
33/sbin/vgrename
34/sbin/vgs
35/sbin/vgscan
36/sbin/vgsplit
37
38/sbin/lvchange
39/sbin/lvcreate
40/sbin/lvdisplay
41/sbin/lvextend
42/sbin/lvmchange
43/sbin/lvmdiskscan
44/sbin/lvmsadc
45/sbin/lvmsar
46/sbin/lvreduce
47/sbin/lvremove
48/sbin/lvrename
49/sbin/lvresize
50/sbin/lvs
51/sbin/lvscan
Note: See TracBrowser for help on using the repository browser.