console_linux_2_4

Name

console_linux_2_4  --  create the console link

Synopsis

console_linux_2_4

Description

console_linux_2_4 adds creation of the console link to the files target by figuring out which port is used for kernel debug. The commands of the files target will then create a symbolic link, /dev/console, to the serial port configured to be used for kernel debug in the latest used kernel configuration, kernelconfig.latest.

Caveats

console_linux_2_4 is called from kernel(3), so if you call kernel(3) in your script, you should not call console_linux_2_4.

Example

Add a symbolic link, /dev/console, to the serial debug port of the kernel:

    console_linux_2_4
    

See Also

install_target(3), kernel(3)