FS#15715 - [initscripts] Make dynamic initilization code for consoles.
Attached to Project:
Arch Linux
Opened by Gerardo Exequiel Pozzi (djgera) - Wednesday, 29 July 2009, 05:26 GMT
Last edited by Thomas Bächler (brain0) - Wednesday, 29 July 2009, 07:28 GMT
Opened by Gerardo Exequiel Pozzi (djgera) - Wednesday, 29 July 2009, 05:26 GMT
Last edited by Thomas Bächler (brain0) - Wednesday, 29 July 2009, 07:28 GMT
|
Details
Description: This changes the currect code for console
initialization to make it dynamic.
For example when boot on UML the number of consoles is 15 and not 63. Just change the "seq 0 63" by a shell expansion "/dev/tty[0-9]*" Without this, booting on system that don't have 64 VT will make regular files under /dev/ and error messages at startup. Additional info: initscripts-2009.07-3 |
This task depends upon
Closed by Thomas Bächler (brain0)
Wednesday, 29 July 2009, 07:28 GMT
Reason for closing: Implemented
Additional comments about closing: Fixed in initscripts-git
Wednesday, 29 July 2009, 07:28 GMT
Reason for closing: Implemented
Additional comments about closing: Fixed in initscripts-git
Comment by
Roman Kyrylych (Romashka) -
Wednesday, 29 July 2009, 07:13 GMT
Comment by Thomas Bächler (brain0) -
Wednesday, 29 July 2009, 07:28 GMT
Nice catch!
Applied, thanks.