device-google-oriole: clean up cmdline

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7092>
This commit is contained in:
WeirdTreeThing 2025-09-28 11:11:34 -04:00 committed by The Friendly Merge Bot
parent 0c22c84cfd
commit aed75c5ae1
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
maintainer="Ingo Reitz <9l@9lo.re>"
pkgname=device-google-oriole
pkgdesc="Google Pixel 6"
pkgver=1
pkgver=2
pkgrel=0
url="https://postmarketos.org"
license="MIT"
@ -28,6 +28,6 @@ package() {
}
sha512sums="
1ce44a4f0adacc292105c9359724ef1836238a2180ec7672d9130caaabb15420df09c8e1dedad81b29cbd2992a449547a2932842a2cf519026f7f0e98c511437 deviceinfo
f5bdbe58a42d0af97a0cf6704266e2987bb6939a218b62bf3d8cd3582264d1d8578a14a1f551cf4b16db6f9244ad021615821d20e5a7b455c3d357377a3d6e6b deviceinfo
a5171dc7a4221a5a63c02820bac1e372c557cee72db9f777099f67eb272595fad6019f876cb47dd1bf455eeb3a45a74f215f2e8c44a6e1bf7cf3d7d9f49d98ad modules-initfs
"

View file

@ -18,7 +18,7 @@ deviceinfo_drm="true"
# Bootloader related
deviceinfo_flash_method="fastboot"
deviceinfo_flash_fastboot_partition_vbmeta="vbmeta"
deviceinfo_kernel_cmdline="ignore_loglevel earlycon console=ttySAC0,3000000n8 clk_ignore_unused printk.devkmsg=on log_buf_len=1024K at24.write_timeout=100 init_fatal_sh adbd usbcore.autosuspend=-1"
deviceinfo_kernel_cmdline="clk_ignore_unused"
deviceinfo_generate_bootimg="true"
deviceinfo_flash_pagesize="4096"
deviceinfo_header_version="4"