Skip to content
Snippets Groups Projects
Verified Commit c92d1f2e authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

device/*: stop using console=null

I replaced "console=null" with "quiet loglevel=2 udev.log_level=2",
based on the findings in

https://gitlab.postmarketos.org/postmarketOS/ pmaports/-/issues/2989

fixes #3269
parent a2b2c0ee
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Maintainer: WeirdTreeThing <bradyn127@protonmail.com>
pkgname=device-xunlong-orangepi5-plus
pkgdesc="Xunlong Orange Pi 5 Plus"
pkgver=1
pkgver=2
pkgrel=0
url="https://postmarketos.org"
license="MIT"
......@@ -32,6 +32,6 @@ nonfree_firmware() {
}
sha512sums="
1b4c429965a4e855b8f544a18afdeed6d89be1566a1b5583f51e7c73bd1db80153dcf854dca6859a0714c228be1495126e9ab5bf62eb34ea75ccffbc11fea5dd deviceinfo
47d4414b971bda8b19c008470f71915a9e839d06f797b3b190d948e51ba51e431b939a472854aaad1b910720190587dc5a71e4438b6c384843d958daf00de14a deviceinfo
c787cb2c449bb493375e7c1519f1c6e0c35bce038277ca3032364c4867693f9099050611c0cbd7f22181f33dda11888d1f09e3e5272cf73fe3245aadfe9c2bd8 modules-initfs
"
......@@ -19,7 +19,7 @@ deviceinfo_getty="ttyS2;1500000"
# Bootloader related
deviceinfo_flash_method="none"
deviceinfo_kernel_cmdline="console=null"
deviceinfo_kernel_cmdline="quiet loglevel=2 udev.log_level=2"
deviceinfo_partition_type="gpt"
deviceinfo_boot_filesystem="fat32"
deviceinfo_generate_systemd_boot="true"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment