pmaports/console/console-keyboard-multiplexer/console-keyboard-multiplexer.post-install

6 lines
231 B
Text
Raw Normal View History

#!/bin/sh
echo -e "\n\nTo run getty with keyboard on startup, you'll need to edit /etc/inittab"
echo -e "For example, you want the keyboard on tty1, this is how the entry should be:\n"
echo -e "tty1::respawn:/usr/bin/ckmvt 1\n\n"