Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 153516

Summary: gekernel typo in initramfs's init
Product: Gentoo Hosted Projects Reporter: Jason Pepas <j.pepas>
Component: genkernelAssignee: Gentoo Genkernel Maintainers <genkernel>
Status: RESOLVED FIXED    
Severity: normal Keywords: InVCS
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: fix

Description Jason Pepas 2006-10-30 23:02:31 UTC
there is a typo in the "SUBDIR" section of init which prevents this functionality from working properly.  here is a patch:

--- init.orig   2006-11-10 03:41:45.000000000 -0600
+++ init        2006-10-30 23:40:15.000000000 -0600
@@ -646,7 +646,7 @@

 if [ "${SUBDIR}" != '' -a -e "${CHROOT}/${SUBDIR}" ]
 then
-       good_msg"Entering ${SUBDIR} to boot"
+       good_msg "Entering ${SUBDIR} to boot"
        CHROOT=${CHROOT}/${SUBDIR}
 fi
Comment 1 Jason Pepas 2006-10-30 23:03:49 UTC
Created attachment 100853 [details, diff]
fix
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2006-11-13 11:54:17 UTC
Thanks for the fix...
Comment 3 Chris Gianelloni (RETIRED) gentoo-dev 2006-11-14 09:49:59 UTC
Fixed in 3.4.5