linux-purism-librem5: disable CONFIG_LOGO (MR 3881)
This gets rid of the Tux army on bootup. While it hurts my soul, removing Tux from bootup makes it less flickery. [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
604a5ee097
commit
624a384a9f
2 changed files with 3 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
# Co-Maintainer: Newbyte <newbyte@postmarketos.org>
|
||||
pkgname=linux-purism-librem5
|
||||
pkgver=6.1.10
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
_purismrel=1
|
||||
# <kernel ver>.<purism kernel release>
|
||||
_purismver=${pkgver}pureos$_purismrel
|
||||
|
@ -73,5 +73,5 @@ package() {
|
|||
|
||||
sha512sums="
|
||||
d796d2869d628f79699ae2d54b7964cfed2c4b9a3361109b3b6e31e88c8772bb3acd8d4f5cca1636a32e0beb6548b1822604e6d2ab477d649f1e6cb041bee70b linux-purism-librem5-6.1.10pureos1.tar.gz
|
||||
59fb97a933bd78c7604e0cfea1f98d2c09ad7545da1c1b9cd5d67c49a942dbf16ac04b28880950a5c55513c671d420c364427fd736e8c1db4a6a452ca42e4bd2 config-purism-librem5.aarch64
|
||||
9632ace1b6cd7d5b4c2c42a4157014f52fe82be1cc7b83b4ff22fbdb0e278634edc90a53b47a8ec22361e4c441ebc7170d966b55df0bb92275a6870d3f52ad31 config-purism-librem5.aarch64
|
||||
"
|
||||
|
|
|
@ -4304,10 +4304,7 @@ CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
|
|||
# CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set
|
||||
# end of Console display driver support
|
||||
|
||||
CONFIG_LOGO=y
|
||||
# CONFIG_LOGO_LINUX_MONO is not set
|
||||
# CONFIG_LOGO_LINUX_VGA16 is not set
|
||||
CONFIG_LOGO_LINUX_CLUT224=y
|
||||
# CONFIG_LOGO is not set
|
||||
# end of Graphics support
|
||||
|
||||
CONFIG_SOUND=m
|
||||
|
|
Loading…
Reference in a new issue