Add yavdr bootsplash (adds up to 2-3 seconds to boot time)

choose nosplash instead of splash to disable plymouth
This commit is contained in:
Alexander Grothe 2017-12-26 12:58:29 +01:00
parent 8d201c2e62
commit 1689195d42
3 changed files with 860 additions and 475 deletions

File diff suppressed because it is too large Load Diff

View File

@ -305,6 +305,7 @@ extra_packages:
- tree
- vim
- w-scan
- plymouth-theme-yavdr-logo
#+END_SRC
** System pre-configuration
#+BEGIN_SRC yaml :tangle group_vars/all :mkdirp yes
@ -314,7 +315,7 @@ frontend: vdr
wakeup_method: acpiwakeup
grub:
timeout: 0
boot_options: quiet nosplash
boot_options: quiet splash
#+END_SRC
* Roles
** install-dependencies

View File

@ -51,10 +51,11 @@ extra_packages:
- tree
- vim
- w-scan
- plymouth-theme-yavdr-logo
frontend: vdr
#system:
# shutdown: poweroff
wakeup_method: acpiwakeup
grub:
timeout: 0
boot_options: quiet nosplash
boot_options: quiet splash