qingy.postinst 259 B

123456789101112
  1. #!/bin/sh
  2. cat <<EOF
  3. To enjoy the qingy experience, edit /etc/inittab like so:
  4. - tty7::respawn:/sbin/getty -i -L tty7 115200 vt100
  5. + tty7::respawn:/usr/sbin/qingy tty7 -n -r 1024x600 -f /dev/fb0
  6. for an explanation of the used options, run 'qingy -h'.
  7. EOF