repo.or.cz
/
openadk.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3: update to 3.11.10
[openadk.git]
/
package
/
qingy
/
files
/
qingy.postinst
blob
a68f5fe905399f7c314aa934d5096c8f7e26b1a0
1
#!/bin/sh
2
3
cat
<<EOF
4
5
To enjoy the qingy experience, edit /etc/inittab like so:
6
7
- tty7::respawn:/sbin/getty -i -L tty7 115200 vt100
8
+ tty7::respawn:/usr/sbin/qingy tty7 -n -r 1024x600 -f /dev/fb0
9
10
for an explanation of the used options, run 'qingy -h'.
11
12
EOF