Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 260903 Details for
Bug 351047
genkernel invokes vgscan which lvm2 does not need
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch against the experimental branch
0002-Use-vgchange-sysinit.patch (text/plain), 913 bytes, created by
Xake
on 2011-01-28 10:17:01 UTC
(
hide
)
Description:
patch against the experimental branch
Filename:
MIME Type:
Creator:
Xake
Created:
2011-01-28 10:17:01 UTC
Size:
913 bytes
patch
obsolete
>From f2a62b4a85a0517617f1c9e508da0d1b129c9ee5 Mon Sep 17 00:00:00 2001 >From: Peter Hjalmarsson <xake@rymdraket.net> >Date: Thu, 20 Jan 2011 01:48:37 +0100 >Subject: [PATCH 2/4] Use vgchange --sysinit > >Turns off unnecessary stuff, and makes the command look cleaner >--- > defaults/initrd.scripts | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts >index 5684c4e..20acc11 100755 >--- a/defaults/initrd.scripts >+++ b/defaults/initrd.scripts >@@ -647,7 +647,7 @@ startVolumes() { > good_msg "Scanning for Volume Groups" > /bin/vgscan --ignorelockingfailure --mknodes 2>/dev/null > good_msg "Activating Volume Groups" >- /bin/vgchange -ay --ignorelockingfailure 2>/dev/null >+ /bin/vgchange -ay --sysinit 2>/dev/null > > # Disable EVMS since lvm is activated and they dont work together. > if [ "${USE_EVMS_NORMAL}" = '1' ] >-- >1.7.4.rc3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 351047
: 260903 |
260905
|
261124
|
261151
|
261152