Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 376575 - sys-kernel/genkernel-3.4.17 doesn't display SDELAY on boot correctly.
Summary: sys-kernel/genkernel-3.4.17 doesn't display SDELAY on boot correctly.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2011-07-27 09:05 UTC by Richard Scott
Modified: 2011-07-28 06:06 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Scott 2011-07-27 09:05:51 UTC
When booting with scandelay=10 on the kernel args you get this output:

>> Waiting ${SDELAY} seconds...

What you should see is this:

>> Waiting 10 seconds...'

The line in defaults/initrd.scripts needs changing from this:

good_msg 'Waiting ${SDELAY} seconds...'

to this:

good_msg "Waiting ${SDELAY} seconds..."
Comment 1 Sebastian Pipping gentoo-dev 2011-07-27 17:39:43 UTC
Good report, thanks!

Fixed with next release, patched here:
http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commitdiff;h=02b72c6515a7772228ec5ab59bd0e470df326826
Comment 2 Sebastian Pipping gentoo-dev 2011-07-28 06:06:21 UTC
genkernel 3.4.18 including the fix has been released, closing.