efd8c6cde2
Signed-off-by: Danct12 <danct12@disroot.org>
5 lines
231 B
Bash
Executable file
5 lines
231 B
Bash
Executable file
#!/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"
|