mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-23 15:29:43 +02:00
work in progress
This commit is contained in:
parent
554b32e96b
commit
e66de88185
3 changed files with 19 additions and 3 deletions
18
INSTALL.md
18
INSTALL.md
|
@ -96,6 +96,22 @@ Start Pandora
|
||||||
Homepage
|
Homepage
|
||||||
--------
|
--------
|
||||||
|
|
||||||
sudo fbi -T 2 -d /dev/fb1 -noverbose -a demo.png
|
convert -resize 1920x1080 -background black -gravity center -extent 1920x1080 image1.png bgra:/dev/fb0
|
||||||
|
|
||||||
|
AUtoLogin
|
||||||
|
---------
|
||||||
|
|
||||||
|
|
||||||
|
sudo systemctl edit getty@tty1
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=
|
||||||
|
ExecStart=-/sbin/agetty -a user1 --noclear %I $TERM
|
||||||
|
Type=idle
|
||||||
|
|
||||||
|
|
||||||
|
https://wiki.archlinux.org/title/Getty#Automatic_login_to_virtual_console
|
||||||
|
|
||||||
|
|
||||||
|
The option Type=idle found in the default getty@.service will delay the service startup until all jobs are completed in order to avoid polluting the login prompt with boot-up messages.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Pandora-BOX
|
Pandora-box
|
||||||
============
|
============
|
||||||
|
|
||||||
Pandora-Box is a USB scaning station based on [Pandora](https://github.com/pandora-analysis).
|
Pandora-Box is a USB scaning station based on [Pandora](https://github.com/pandora-analysis).
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
|
|
||||||
"""Pandora-Box is a USB scaning station based on Pandora."""
|
"""Pandora-box is a USB scaning station based on Pandora."""
|
||||||
|
|
||||||
import curses
|
import curses
|
||||||
from curses import wrapper
|
from curses import wrapper
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue