58fcf794d3
Make the renamed pine packages build again, by giving their post-install files the new pkgname. (So much for trivial package renames, needs better testing next time :p)
5 lines
107 B
Bash
5 lines
107 B
Bash
#!/bin/sh
|
|
|
|
# Enable getty on UART
|
|
echo "ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100" >> /etc/inittab
|
|
|