Skip to content
Snippets Groups Projects
Commit f8f72c8c authored by Matthias Klumpp's avatar Matthias Klumpp
Browse files

Show splash screen by default. Enable quick boot. Enable flicker-free boot

parent a5cef4be
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,10 @@ else ifeq (yes,$(shell dpkg-vendor --derives-from Tanglu && echo yes))
DEFAULT_CMDLINE := quiet splash
DEFAULT_TIMEOUT := 10
FLICKER_FREE_BOOT := yes
else ifeq (yes,$(shell dpkg-vendor --derives-from PureOS && echo yes))
DEFAULT_CMDLINE := quiet splash
DEFAULT_TIMEOUT := 5
FLICKER_FREE_BOOT := yes
else
DEFAULT_CMDLINE := quiet
DEFAULT_TIMEOUT := 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment