Hallo Holger,
danke für Deinen Tipp. So hat es prima geklappt. Wichtig ist nur noch, dass die vorerst geöffnete Konsole sofort wieder geschlossen wird... anfangs hatte ich nämlich gar nicht gemerkt, dass durch ein pures openvt die anderen virtuellen Terminals bereits mit Root- Account eingeloggt sind.
Tschüss,
Matthias
#!/bin/sh # # /etc/rc.d/rc.local: Local system initialization script. # # Put any local setup commands in here: /usr/bin/openvt -c 2 /bin/bash /usr/bin/workaround /usr/bin/openvt -c 3 /bin/bash /usr/bin/workaround /usr/bin/openvt -c 4 /bin/bash /usr/bin/workaround /usr/bin/openvt -c 5 /bin/bash /usr/bin/workaround /usr/bin/openvt -c 6 /bin/bash /usr/bin/workaround /usr/bin/fbset 800x600-75 -a
#!/bin/sh # # /usr/bin/workaround # exit
lug-dd@mailman.schlittermann.de