| [SOLVED] KNOPPIX 6.0.1 Error in /etc/init.d/knoppix-autoconfig Hi all,
I have found a typo error in the /etc/init.d/knoppix-autoconfig file.
In the section that performs the auto configuration of the xorg.conf file there is a control that checks for "nvidia" string in the xorg.conf file and, if found, does not perform the auto configuration of the X environment.
The instruction is "grep" and the typo is the use of the "-e" option instead of the correct "-E".
Please confirm the correctness of this correction and propagate to the Knoppix repository. |