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
1319
Manual.html
1319
Manual.html
File diff suppressed because it is too large
Load Diff
@ -305,6 +305,7 @@ extra_packages:
|
|||||||
- tree
|
- tree
|
||||||
- vim
|
- vim
|
||||||
- w-scan
|
- w-scan
|
||||||
|
- plymouth-theme-yavdr-logo
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** System pre-configuration
|
** System pre-configuration
|
||||||
#+BEGIN_SRC yaml :tangle group_vars/all :mkdirp yes
|
#+BEGIN_SRC yaml :tangle group_vars/all :mkdirp yes
|
||||||
@ -314,7 +315,7 @@ frontend: vdr
|
|||||||
wakeup_method: acpiwakeup
|
wakeup_method: acpiwakeup
|
||||||
grub:
|
grub:
|
||||||
timeout: 0
|
timeout: 0
|
||||||
boot_options: quiet nosplash
|
boot_options: quiet splash
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
* Roles
|
* Roles
|
||||||
** install-dependencies
|
** install-dependencies
|
||||||
|
@ -51,10 +51,11 @@ extra_packages:
|
|||||||
- tree
|
- tree
|
||||||
- vim
|
- vim
|
||||||
- w-scan
|
- w-scan
|
||||||
|
- plymouth-theme-yavdr-logo
|
||||||
frontend: vdr
|
frontend: vdr
|
||||||
#system:
|
#system:
|
||||||
# shutdown: poweroff
|
# shutdown: poweroff
|
||||||
wakeup_method: acpiwakeup
|
wakeup_method: acpiwakeup
|
||||||
grub:
|
grub:
|
||||||
timeout: 0
|
timeout: 0
|
||||||
boot_options: quiet nosplash
|
boot_options: quiet splash
|
||||||
|
Loading…
Reference in New Issue
Block a user