Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40811 - genkernel initrd linuxrc script error
Summary: genkernel initrd linuxrc script error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: All Linux
: High major
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL: http://www.gentoo.org/cgi-bin/viewcvs...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-08 01:33 UTC by vtkstef
Modified: 2004-02-08 12:05 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 vtkstef 2004-02-08 01:33:32 UTC
please change theexec chroot last script line from

exec chroot . /sbin/init ${CMDLINE} < /dev/console > /dev/consle 2>&1
to
exec chroot . /sbin/init ${CMDLINE} < /dev/console > /dev/console 2>&1

(/dev/console is mispelled)

Reproducible: Always
Steps to Reproduce:
1. Read the code
2.
3.
Actual Results:  
output does not go to console 

Expected Results:  
output should go to console
Comment 1 Brad House 2004-02-08 12:05:23 UTC
yep, that's already fixed in _beta11