Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 56982 Details for
Bug 89932
LVM2 + Udev Volume Group missing under /dev
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
/etc/init.d/checkfs.diff
checkfs.diff (text/plain), 548 bytes, created by
Chan Min Wai
on 2005-04-23 02:38:13 UTC
(
hide
)
Description:
/etc/init.d/checkfs.diff
Filename:
MIME Type:
Creator:
Chan Min Wai
Created:
2005-04-23 02:38:13 UTC
Size:
548 bytes
patch
obsolete
>--- checkfs.orig 2005-04-23 17:30:13.000000000 +0800 >+++ checkfs 2005-04-23 17:03:57.000000000 +0800 >@@ -33,11 +33,15 @@ > then > ebegin "Setting up the Logical Volume Manager" > #still echo stderr for debugging >- /sbin/vgscan >/dev/null >+ /sbin/vgscan >+ # >/dev/null > if [ "$?" -eq 0 ] && [ -x /sbin/vgchange ] && \ > [ -f /etc/lvmtab -o -d /etc/lvm ] > then >- /sbin/vgchange -a y >/dev/null >+ /sbin/vgchange -a y >+ /sbin/vgchange -a n >+ /sbin/vgchange -a y >+ # >/dev/null > fi > eend $? "Failed to setup the LVM" > fi
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 89932
:
56975
| 56982