public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 1/5] lvm2: Ship with core system
Date: Wed, 15 Jan 2020 15:20:08 +0000	[thread overview]
Message-ID: <20200115152012.12345-1-michael.tremer@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2690 bytes --]

This was requested by some users to mount devices
with LVM.

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 config/rootfiles/common/lvm2 | 102 +++++++++++++++++------------------
 1 file changed, 51 insertions(+), 51 deletions(-)

diff --git a/config/rootfiles/common/lvm2 b/config/rootfiles/common/lvm2
index db7f304e5..3c8187d00 100644
--- a/config/rootfiles/common/lvm2
+++ b/config/rootfiles/common/lvm2
@@ -1,5 +1,5 @@
 #etc/lvm
-#etc/lvm/lvm.conf
+etc/lvm/lvm.conf
 #etc/lvm/lvmlocal.conf
 #etc/lvm/profile
 #etc/lvm/profile/cache-mq.profile
@@ -13,56 +13,56 @@
 #usr/lib/libdevmapper.so
 usr/lib/libdevmapper.so.1.02
 #usr/lib/pkgconfig/devmapper.pc
-#usr/sbin/blkdeactivate
-#usr/sbin/dmsetup
-#usr/sbin/dmstats
-#usr/sbin/fsadm
-#usr/sbin/lvchange
-#usr/sbin/lvconvert
-#usr/sbin/lvcreate
-#usr/sbin/lvdisplay
-#usr/sbin/lvextend
-#usr/sbin/lvm
-#usr/sbin/lvmconf
-#usr/sbin/lvmconfig
-#usr/sbin/lvmdiskscan
-#usr/sbin/lvmdump
-#usr/sbin/lvmsadc
-#usr/sbin/lvmsar
-#usr/sbin/lvreduce
-#usr/sbin/lvremove
-#usr/sbin/lvrename
-#usr/sbin/lvresize
-#usr/sbin/lvs
-#usr/sbin/lvscan
-#usr/sbin/pvchange
-#usr/sbin/pvck
-#usr/sbin/pvcreate
-#usr/sbin/pvdisplay
-#usr/sbin/pvmove
-#usr/sbin/pvremove
-#usr/sbin/pvresize
-#usr/sbin/pvs
-#usr/sbin/pvscan
-#usr/sbin/vgcfgbackup
-#usr/sbin/vgcfgrestore
-#usr/sbin/vgchange
-#usr/sbin/vgck
-#usr/sbin/vgconvert
-#usr/sbin/vgcreate
-#usr/sbin/vgdisplay
-#usr/sbin/vgexport
-#usr/sbin/vgextend
-#usr/sbin/vgimport
-#usr/sbin/vgimportclone
-#usr/sbin/vgmerge
-#usr/sbin/vgmknodes
-#usr/sbin/vgreduce
-#usr/sbin/vgremove
-#usr/sbin/vgrename
-#usr/sbin/vgs
-#usr/sbin/vgscan
-#usr/sbin/vgsplit
+usr/sbin/blkdeactivate
+usr/sbin/dmsetup
+usr/sbin/dmstats
+usr/sbin/fsadm
+usr/sbin/lvchange
+usr/sbin/lvconvert
+usr/sbin/lvcreate
+usr/sbin/lvdisplay
+usr/sbin/lvextend
+usr/sbin/lvm
+usr/sbin/lvmconf
+usr/sbin/lvmconfig
+usr/sbin/lvmdiskscan
+usr/sbin/lvmdump
+usr/sbin/lvmsadc
+usr/sbin/lvmsar
+usr/sbin/lvreduce
+usr/sbin/lvremove
+usr/sbin/lvrename
+usr/sbin/lvresize
+usr/sbin/lvs
+usr/sbin/lvscan
+usr/sbin/pvchange
+usr/sbin/pvck
+usr/sbin/pvcreate
+usr/sbin/pvdisplay
+usr/sbin/pvmove
+usr/sbin/pvremove
+usr/sbin/pvresize
+usr/sbin/pvs
+usr/sbin/pvscan
+usr/sbin/vgcfgbackup
+usr/sbin/vgcfgrestore
+usr/sbin/vgchange
+usr/sbin/vgck
+usr/sbin/vgconvert
+usr/sbin/vgcreate
+usr/sbin/vgdisplay
+usr/sbin/vgexport
+usr/sbin/vgextend
+usr/sbin/vgimport
+usr/sbin/vgimportclone
+usr/sbin/vgmerge
+usr/sbin/vgmknodes
+usr/sbin/vgreduce
+usr/sbin/vgremove
+usr/sbin/vgrename
+usr/sbin/vgs
+usr/sbin/vgscan
+usr/sbin/vgsplit
 #usr/share/man/man5/lvm.conf.5
 #usr/share/man/man7/lvmcache.7
 #usr/share/man/man7/lvmraid.7
-- 
2.20.1


             reply	other threads:[~2020-01-15 15:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-15 15:20 Michael Tremer [this message]
2020-01-15 15:20 ` [PATCH 2/5] lvm2: Build with support for udev Michael Tremer
2020-01-15 15:20 ` [PATCH 3/5] lvm2: Enable lvmetad Michael Tremer
2020-01-15 15:20 ` [PATCH 4/5] lvm2: Create lock files in /run/lvm Michael Tremer
2020-01-15 15:20 ` [PATCH 5/5] lvm2: Add initscript for lvmetad Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200115152012.12345-1-michael.tremer@ipfire.org \
    --to=michael.tremer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox