Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 129965 - unionfs.ko's installation-path within initramfs
Summary: unionfs.ko's installation-path within initramfs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: x86 Linux
: Highest trivial (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2006-04-14 10:16 UTC by Daniel
Modified: 2006-06-20 12:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
gen_compile.sh.unionfs-module+utils-installation-path.patch (gen_compile.sh.patch,847 bytes, patch)
2006-04-14 10:18 UTC, Daniel
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel 2006-04-14 10:16:27 UTC
nothing really important, but just a suggestion for keeping thing's clear:

Please have a look on my bug-report "129960" concerning installation-path's for modules and utils within "unionfs-ebuild"

This time the below diff is also attached as a patch-file: ;-)

--- gen_compile.sh.orig 2006-04-14 19:00:52.000000000 +0200
+++ gen_compile.sh      2006-04-14 18:59:12.000000000 +0200
@@ -358,13 +358,13 @@
                fi
                print_info 1 'unionfs: >> Copying to cache...'

-               mkdir -p ${TEMP}/unionfs/lib/modules/${KV}/kernel/fs
+               mkdir -p ${TEMP}/unionfs/lib/modules/${KV}/kernel/fs/unionfs

                if [ -f unionfs.ko ]
                then
-                       cp unionfs.ko ${TEMP}/unionfs/lib/modules/${KV}/kernel/fs
+                       cp unionfs.ko ${TEMP}/unionfs/lib/modules/${KV}/kernel/fs/unionfs
                else
-                       cp unionfs.o ${TEMP}/unionfs/lib/modules/${KV}/kernel/fs
+                       cp unionfs.o ${TEMP}/unionfs/lib/modules/${KV}/kernel/fs/unionfs
                fi

                cd ${TEMP}/unionfs
Comment 1 Daniel 2006-04-14 10:18:09 UTC
Created attachment 84657 [details, diff]
gen_compile.sh.unionfs-module+utils-installation-path.patch
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2006-04-27 10:14:59 UTC
I've added this to CVS and it'll appear in the next version of genkernel.
Comment 3 Tim Yamin (RETIRED) gentoo-dev 2006-06-20 12:54:17 UTC
Fixed in 3.4.0_pre1, thanks.