e350b00b9b
We don't want executable APKBUILDs, deviceinfo files, etc in pmaports. Remove the executable bit from those files. [ci:skip-build] [ci:skip-vercheck]
5 lines
231 B
Bash
5 lines
231 B
Bash
#!/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"
|