Last active
March 9, 2017 09:39
-
-
Save nofxx/02804ef73e14a609e926af6de5356792 to your computer and use it in GitHub Desktop.
Really quiet plymouth on rpi 3 and bbb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xset s off # don't activate screensaver | |
xset -dpms # disable DPMS (Energy Star) features. | |
xset s noblank # don't blank the video device | |
feh --bg-scale ~/torrefare.png & unclutter & | |
exec /usr/bin/chromium --kiosk --incognito --disable-translate http://localhost:9292 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root=/dev/mmcblk0p2 logo.nologo quiet splash plymouth.ignore-serial-consoles rw rootwait console=ttyAMA0,115200 console=tty1 selinux=0 smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 kgdboc=ttyAMA0,115200 elevator=noop |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Remove boring login from shutdown | |
rm /etc/systemd/system/getty.target.wants/[email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment