From: "Ragnar Kjørstad" <lvm@ragnark.vestdata.no>
To: Paul Jakma <paul@clubi.ie>
Cc: Linux LVM list <linux-lvm@msede.com>
Subject: Re: [linux-lvm] How can activate the LVM in start (fwd)
Date: Tue, 13 Jun 2000 17:28:13 +0200 [thread overview]
Message-ID: <20000613172813.C16892@vestdata.no> (raw)
In-Reply-To: <Pine.LNX.4.21.0005160142010.1987-100000@fogarty.spin.ie>; from Paul Jakma on Tue, May 16, 2000 at 01:43:09AM +0100
On Tue, May 16, 2000 at 01:43:09AM +0100, Paul Jakma wrote:
> the rc.sysinit stuff got stripped from my last message. here it is
> again, minus a few square brackets and hash symbols.
>
> ---------- Forwarded message ----------
> ## LVM
> #scan for VGs and create /dev entries.
> if [ -x /sbin/vgscan -a -f /proc/lvm ]; then
> action "LVM: Scanning for Volume Groups" /sbin/vgscan
> fi
> #activate all VGs
> if [ -x /sbin/vgchange -a -f /proc/lvm ]; then
> action "LVM: Activating Volume Groups" /sbin/vgchange -ay
> fi
> ## End LVM
Hi.
Another way is to do it from conf.modules:
alias block-major-58 lvm-mod
alias char-major-109 lvm-mod
post-install lvm-mod vgscan && vgchange -a y
It saves checking that lvm got loaded.
--
Ragnar Kjorstad
prev parent reply other threads:[~2000-06-13 15:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-05-16 0:43 [linux-lvm] How can activate the LVM in start (fwd) Paul Jakma
2000-06-13 15:28 ` Ragnar Kjørstad [this message]
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=20000613172813.C16892@vestdata.no \
--to=lvm@ragnark.vestdata.no \
--cc=linux-lvm@msede.com \
--cc=paul@clubi.ie \
/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