summaryrefslogtreecommitdiff
path: root/package/qingy/files/qingy.postinst
blob: a68f5fe905399f7c314aa934d5096c8f7e26b1a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

cat <<EOF

To enjoy the qingy experience, edit /etc/inittab like so:

- tty7::respawn:/sbin/getty -i -L tty7 115200 vt100
+ tty7::respawn:/usr/sbin/qingy tty7 -n -r 1024x600 -f /dev/fb0

for an explanation of the used options, run 'qingy -h'.

EOF