oneplus-enchilada: disable quiet in kernel-cmdline.d

Before switching to kernel-cmdline.d, this device didn't have quiet because of
an issue causing a crash on boot. This patch re-disables quiet.

Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7923>
This commit is contained in:
Aster Boese 2026-02-04 10:34:35 -05:00 committed by [Merge Bot]
parent 922acd7373
commit 2926f01afb
No known key found for this signature in database
3 changed files with 6 additions and 5 deletions

View file

@ -2,7 +2,7 @@
maintainer="Casey Connolly <kcxt@postmarketos.org>"
pkgname=device-oneplus-enchilada
pkgdesc="OnePlus 6"
pkgver=22
pkgver=23
pkgrel=0
url="https://postmarketos.org"
license="MIT"
@ -78,8 +78,8 @@ systemd() {
}
sha512sums="
b7d2b8800061c8c608a09ce044772aee200289acfb92986b16c5f1942bb508001fa269218f0f51b3d267b434bca0cd1de096eea7098b3ff6b6926b17e76084ee deviceinfo
003e5228a2b2825f24cb8b4842e3c3f72b99225f0aef3cda5bb2de4e4beb5e1c84800ba48c6cf1b84fe042bd039912e67c545c00981b604db0c0f0bcb546f7c5 kernel-cmdline.conf
bdccbcdf627ee58e22a5d7149393e32239dcf9d999f60bacf5f1a1928255d23ffa569a4272adf347e4f2e4d88192e939466f1c3116df36c48fc89b8d364bad78 deviceinfo
f16e550f623522be29027954c69a956eb6543f2f608a4c6b37c1a3983403a3edaa24e70aa42dbe88e76216991aba867b48c7341c9b8a81f675902d6223937b51 kernel-cmdline.conf
c8d3026e9f803ea823e35f83dab66fa8545e99af9655576476c194567113084d78200feab46f84983a2dad608ca55c0a4a66e36406c6d64023c0aec59307d146 hexagonrpcd.confd
ea8709aa214cffaefb1d486c0c47044537446faebff16efb3b015623f043f730b7121e401c676e43aa8868bd6c630fc8a2d7dbf5fb082490e9b5493e0405b66d modules-initfs
fe9871c325a38c0cadc9631870801ec15ab9f5b786ee854325b93eb3d23e7d8b1ac4f1075572ffcd225d8ec514dec09b986972ddff12a89260c0218af6de7887 q6voiced.conf

View file

@ -17,8 +17,6 @@ deviceinfo_screen_height="2280"
# Bootloader related
deviceinfo_flash_method="fastboot"
# FIXME: Console enabled to workaround a race condition with display initialisation
# See https://gitlab.freedesktop.org/drm/msm/-/issues/46
deviceinfo_generate_bootimg="true"
deviceinfo_bootimg_qcdt="false"
deviceinfo_flash_offset_base="0x00000000"

View file

@ -1 +1,4 @@
console=ttyMSM0,115200
# FIXME: Console enabled to workaround a race condition with display initialisation
# See https://gitlab.freedesktop.org/drm/msm/-/issues/46
-quiet