All of lore.kernel.org
 help / color / mirror / Atom feed
From: Les Hazelton <seawolf@attglobal.net>
To: "linux-lvm@msede.com" <linux-lvm@msede.com>
Subject: [linux-lvm] Error in lvmcreate_initrd ?
Date: Thu, 26 Oct 2000 14:43:27 -0400	[thread overview]
Message-ID: <39F87B4F.E04E0131@attglobal.net> (raw)

I think there is bug in the lvmcreate_initrd script. Notice in the clip
below the line after cmd-... where the variable VERRSION is set but then
in the next line VERSION is tested and set if null.  The net result is
that you are unable to pass in a module version to override the value
provided by VERSION=`uname -r`.

#
# Changelog
#
#   16/11/1999 - corrected -N type with mke2fs
#   19/12/1999 - use correct ramdisk size
#                strip shared library to save space
#   04/01/2000 - support /proc mount, because lvm_dir_cache now uses it
#

cmd=`basename $0`
VERRSION=$1
[ -z "$VERSION" ] && VERSION=`uname -r`
DEVRAM=/dev/ram1



-- 

Good Journey, longevity and prosperity to all

Les Hazelton

             reply	other threads:[~2000-10-26 18:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-10-26 18:43 Les Hazelton [this message]
2000-10-26 23:32 ` [linux-lvm] Error in lvmcreate_initrd ? Andreas Dilger

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=39F87B4F.E04E0131@attglobal.net \
    --to=seawolf@attglobal.net \
    --cc=linux-lvm@msede.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.