Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 153516 - gekernel typo in initramfs's init
Summary: gekernel typo in initramfs's init
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2006-10-30 23:02 UTC by Jason Pepas
Modified: 2006-11-14 09:49 UTC (History)
0 users

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


Attachments
fix (init.patch,291 bytes, patch)
2006-10-30 23:03 UTC, Jason Pepas
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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