Mike Burns
2010-Mar-26 16:50 UTC
[Ovirt-devel] [PATCH node] fix typo /dev/null in common-post.ks
Signed-off-by: Mike Burns <mburns at redhat.com> --- recipe/common-post.ks | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipe/common-post.ks b/recipe/common-post.ks index c6ef496..411e565 100644 --- a/recipe/common-post.ks +++ b/recipe/common-post.ks @@ -172,7 +172,7 @@ EOF #use all hard-coded defaults for multipath -cat /dev/mull > /etc/multipath.conf +cat /dev/null > /etc/multipath.conf #lvm.conf should use /dev/mapper and /dev/sdX devices # and not /dev/dm-X devices -- 1.6.6.1
Darryl L. Pierce
2010-Mar-26 17:04 UTC
[Ovirt-devel] [PATCH node] fix typo /dev/null in common-post.ks
On Fri, Mar 26, 2010 at 12:50:03PM -0400, Mike Burns wrote:> > Signed-off-by: Mike Burns <mburns at redhat.com> > --- > recipe/common-post.ks | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/recipe/common-post.ks b/recipe/common-post.ks > index c6ef496..411e565 100644 > --- a/recipe/common-post.ks > +++ b/recipe/common-post.ks > @@ -172,7 +172,7 @@ EOF > > > #use all hard-coded defaults for multipath > -cat /dev/mull > /etc/multipath.conf > +cat /dev/null > /etc/multipath.conf > > #lvm.conf should use /dev/mapper and /dev/sdX devices > # and not /dev/dm-X devices > -- > 1.6.6.1 > > _______________________________________________ > Ovirt-devel mailing list > Ovirt-devel at redhat.com > https://www.redhat.com/mailman/listinfo/ovirt-develACK. -- Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc. Delivering value year after year. Red Hat ranks #1 in value among software vendors. http://www.redhat.com/promo/vendor/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: <http://listman.redhat.com/archives/ovirt-devel/attachments/20100326/cfd3a2ad/attachment.sig>