Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 157875 Details for
Bug 221245
[patch] sys-kernel/genkernel: extM is incorrectly mounted as extN (e.g. ext3 mounted as ext2)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
A complicated fix for "stupid user uses rootfs as a module"
genkernel-fsmod_fix.patch (text/plain), 5.17 KB, created by
Marcin Kurek
on 2008-06-21 09:26:40 UTC
(
hide
)
Description:
A complicated fix for "stupid user uses rootfs as a module"
Filename:
MIME Type:
Creator:
Marcin Kurek
Created:
2008-06-21 09:26:40 UTC
Size:
5.17 KB
patch
obsolete
>diff -urN genkernel-org/alpha/modules_load genkernel-3.4.10/alpha/modules_load >--- genkernel-org/alpha/modules_load 2008-06-05 18:47:55.000000000 +0200 >+++ genkernel-3.4.10/alpha/modules_load 2008-06-21 11:21:19.000000000 +0200 >@@ -21,4 +21,4 @@ > MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd usbhid sl811-hcd" > > # Filesystems >-MODULES_FS="ext2 ext3 reiserfs jfs nfs xfs" >+MODULES_FS="ext3 ext2 reiserfs jfs nfs xfs" >diff -urN genkernel-org/ia64/modules_load genkernel-3.4.10/ia64/modules_load >--- genkernel-org/ia64/modules_load 2008-06-05 18:47:55.000000000 +0200 >+++ genkernel-3.4.10/ia64/modules_load 2008-06-21 11:21:24.000000000 +0200 >@@ -21,4 +21,4 @@ > MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd usbhid sl811-hcd" > > # Filesystems >-MODULES_FS="ext2 ext3 reiserfs jfs nfs xfs" >+MODULES_FS="ext3 ext2 reiserfs jfs nfs xfs" >diff -urN genkernel-org/mips/modules_load genkernel-3.4.10/mips/modules_load >--- genkernel-org/mips/modules_load 2008-06-05 18:47:55.000000000 +0200 >+++ genkernel-3.4.10/mips/modules_load 2008-06-21 11:21:07.000000000 +0200 >@@ -21,4 +21,4 @@ > MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd usbhid sl811-hcd" > > # Filesystems >-MODULES_FS="ext2 ext3 reiserfs jfs nfs xfs" >+MODULES_FS="ext3 ext2 reiserfs jfs nfs xfs" >diff -urN genkernel-org/parisc/modules_load genkernel-3.4.10/parisc/modules_load >--- genkernel-org/parisc/modules_load 2008-06-05 18:47:56.000000000 +0200 >+++ genkernel-3.4.10/parisc/modules_load 2008-06-21 11:21:55.000000000 +0200 >@@ -21,4 +21,4 @@ > MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd usbhid sl811-hcd" > > # Filesystems >-MODULES_FS="ext2 ext3 reiserfs jfs nfs xfs" >+MODULES_FS="ext3 ext2 reiserfs jfs nfs xfs" >diff -urN genkernel-org/parisc64/modules_load genkernel-3.4.10/parisc64/modules_load >--- genkernel-org/parisc64/modules_load 2008-06-05 18:47:55.000000000 +0200 >+++ genkernel-3.4.10/parisc64/modules_load 2008-06-21 11:21:33.000000000 +0200 >@@ -21,4 +21,4 @@ > MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd usbhid sl811-hcd" > > # Filesystems >-MODULES_FS="ext2 ext3 reiserfs jfs nfs xfs" >+MODULES_FS="ext3 ext2 reiserfs jfs nfs xfs" >diff -urN genkernel-org/ppc/modules_load genkernel-3.4.10/ppc/modules_load >--- genkernel-org/ppc/modules_load 2008-06-05 18:47:56.000000000 +0200 >+++ genkernel-3.4.10/ppc/modules_load 2008-06-21 11:21:03.000000000 +0200 >@@ -21,4 +21,4 @@ > MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd usbhid sl811-hcd" > > # Filesystems >-MODULES_FS="ext2 ext3 reiserfs jfs nfs xfs" >+MODULES_FS="ext3 ext2 reiserfs jfs nfs xfs" >diff -urN genkernel-org/ppc64/modules_load genkernel-3.4.10/ppc64/modules_load >--- genkernel-org/ppc64/modules_load 2008-06-05 18:47:55.000000000 +0200 >+++ genkernel-3.4.10/ppc64/modules_load 2008-06-21 11:20:58.000000000 +0200 >@@ -21,4 +21,4 @@ > MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd usbhid sl811-hcd" > > # Filesystems >-MODULES_FS="ext2 ext3 reiserfs jfs nfs xfs" >+MODULES_FS="ext3 ext2 reiserfs jfs nfs xfs" >diff -urN genkernel-org/sparc/modules_load genkernel-3.4.10/sparc/modules_load >--- genkernel-org/sparc/modules_load 2008-06-05 18:47:55.000000000 +0200 >+++ genkernel-3.4.10/sparc/modules_load 2008-06-21 11:21:28.000000000 +0200 >@@ -21,4 +21,4 @@ > MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd usbhid sl811-hcd" > > # Filesystems >-MODULES_FS="ext2 ext3 reiserfs jfs nfs xfs" >+MODULES_FS="ext3 ext2 reiserfs jfs nfs xfs" >diff -urN genkernel-org/sparc64/modules_load genkernel-3.4.10/sparc64/modules_load >--- genkernel-org/sparc64/modules_load 2008-06-05 18:47:55.000000000 +0200 >+++ genkernel-3.4.10/sparc64/modules_load 2008-06-21 11:21:37.000000000 +0200 >@@ -21,4 +21,4 @@ > MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd usbhid sl811-hcd" > > # Filesystems >-MODULES_FS="ext2 ext3 reiserfs jfs nfs xfs" >+MODULES_FS="ext3 ext2 reiserfs jfs nfs xfs" >diff -urN genkernel-org/um/modules_load genkernel-3.4.10/um/modules_load >--- genkernel-org/um/modules_load 2008-06-05 18:47:56.000000000 +0200 >+++ genkernel-3.4.10/um/modules_load 2008-06-21 11:21:46.000000000 +0200 >@@ -21,4 +21,4 @@ > MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd usbhid sl811-hcd" > > # Filesystems >-MODULES_FS="ext2 ext3 reiserfs jfs nfs xfs" >+MODULES_FS="ext3 ext2 reiserfs jfs nfs xfs" >diff -urN genkernel-org/x86/modules_load genkernel-3.4.10/x86/modules_load >--- genkernel-org/x86/modules_load 2008-06-05 18:47:55.000000000 +0200 >+++ genkernel-3.4.10/x86/modules_load 2008-06-21 11:21:50.000000000 +0200 >@@ -21,4 +21,4 @@ > MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd usbhid sl811-hcd" > > # Filesystems >-MODULES_FS="ext2 ext3 reiserfs jfs nfs xfs" >+MODULES_FS="ext3 ext2 reiserfs jfs nfs xfs" >diff -urN genkernel-org/x86_64/modules_load genkernel-3.4.10/x86_64/modules_load >--- genkernel-org/x86_64/modules_load 2008-06-05 18:47:55.000000000 +0200 >+++ genkernel-3.4.10/x86_64/modules_load 2008-06-21 11:21:41.000000000 +0200 >@@ -21,4 +21,4 @@ > MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd usbhid sl811-hcd" > > # Filesystems >-MODULES_FS="ext2 ext3 reiserfs jfs nfs xfs" >+MODULES_FS="ext3 ext2 reiserfs jfs nfs xfs"
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 221245
:
152751
| 157875 |
160107