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:
parent
8d201c2e62
commit
1689195d42
1329
Manual.html
1329
Manual.html
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user