Service to Show A Hotspot QR Code on boot #1219
DanielLester83
started this conversation in
Ideas
Replies: 1 comment
-
Nice! (Minor edit to the 'Unit' stanza) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Required:
Install the framebuffer image program
sudo apt-get install fbi
Create the Service file located at /etc/systemd/system/splashscreen.service
Enable the service
sudo systemctl enable splashscreen.service
Suggested:
Disable the Boot Splash Image
add this to /boot/config.txt
disable splash=1
Disable most Boot Text
add this to /boot/cmdline.txt
logo.nologo consoleblank=0 loglevel=1 quiet
Disable the command line prompts
sudo systemctl disable getty@tty*
Beta Was this translation helpful? Give feedback.
All reactions