From e66de88185ca47ade697de623547ed438e986485 Mon Sep 17 00:00:00 2001 From: dbarzin Date: Mon, 27 Jun 2022 07:24:33 +0200 Subject: [PATCH] work in progress --- INSTALL.md | 18 +++++++++++++++++- README.md | 2 +- pandorabox.py | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 7a6e522..a92f4f0 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -96,6 +96,22 @@ Start Pandora 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. + diff --git a/README.md b/README.md index 0f83b00..d0ec4c7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Pandora-BOX +Pandora-box ============ Pandora-Box is a USB scaning station based on [Pandora](https://github.com/pandora-analysis). diff --git a/pandorabox.py b/pandorabox.py index e94780d..4e43534 100755 --- a/pandorabox.py +++ b/pandorabox.py @@ -1,6 +1,6 @@ #!/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 from curses import wrapper