Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 203408 Details for
Bug 284026
sys-apps/baselayout-1.12.11.1: tries to mount USB filesystems prior to loading modules
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
A simple workaround.
localmount.patch.2 (text/plain), 600 bytes, created by
Mansour Moufid
on 2009-09-07 20:29:29 UTC
(
hide
)
Description:
A simple workaround.
Filename:
MIME Type:
Creator:
Mansour Moufid
Created:
2009-09-07 20:29:29 UTC
Size:
600 bytes
patch
obsolete
>--- localmount.orig 2009-09-07 15:45:23.000000000 -0400 >+++ localmount.2 2009-09-07 15:45:23.000000000 -0400 >@@ -34,6 +34,13 @@ start() { > fi > fi > >+ # Go back and mount local USB-device-backed filesystems in /etc/fstab. >+ sleep 5s >+ ebegin "Mounting local USB-device-backed filesystems" >+ mount -at noproc,noshm${NET_FS_LIST:+,no}${NET_FS_LIST// /,no} \ >+ -O no_netdev >/dev/null >+ eend $? "Some local filesystem failed to mount" >+ > # Setup Kernel Support for miscellaneous Binary Formats > if [[ -d /proc/sys/fs/binfmt_misc ]] ; then > local binfmt=$(grep -Fow binfmt_misc /proc/filesystems)
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 284026
: 203408