device-raspberry-pi5: drop modules from cmdline (MR 6536)
We are already passing a list of modules through the modules-initfs file. By dropping modules from cmdline we silence this dmesg warning: [ 0.000000] Unknown kernel command line parameters "modules=loop,squashfs,sd-mod,usb-storage", will be passed to user space. Out of the listed modules, only squashfs is actually built as a module by linux-rpi, so most of them do not make sense in any case. Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6536
This commit is contained in:
parent
cde1e93ef5
commit
2fafb5aaf6
2 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ sha512sums="
|
|||
d4a8ed99267685ec808a15fac1ea368d7302626eb65e4f347e793c9ff1d570e593b68fc96320613e5d24c49a41032c4e7655c720668eccddc69bc4c6f3a19fe0 deviceinfo
|
||||
e3515cf9f41807917eac1f7663e0131bd18783824facf15f2bb0381635bf6d9a0c334f3786b6fb76d01469de6449878c871f8b747f45e9e3cee77699905cf319 modules-initfs
|
||||
4e832421e47dd0faf443a7a949aae83cc6d4a80fd816df5c6d9d72ac4ae23f803863b9b63903a14b18ae585e6abc5c8703376a003967b74dc30040dc544aa2e9 usercfg.txt
|
||||
9cd06ae2ed840a4913dbe1623ee4d6e5865552c809bbfb57edea18e7a635bd3759338a4c1fe90473dde24a048d5fe7b958735b35acc1b1d64ec21e89effd28c0 cmdline.txt
|
||||
7525e0b287ba6f48cbf8ff5c0d1c5856dd832265e7b58732a7f733c7a6d894a60abbbd7dad582f1cb546a393a72be8770617ddc4320ac5e32c89c30611caceb9 cmdline.txt
|
||||
7e5505cb07d5b4a81bd28443d508336b5c547356538f1c06f91ed93ad0d7d456d4f74f1d24df5a2e08c17e74f0a66607352ac4874e967e9a91dfec9522d2d58d 95-vchiq-permissions.rules
|
||||
5ebdd05414792b82073a6453517c19458863809cdfb25e7d8857030c1feb69cbebc02c5309e6a14373125d83e5e673a20f2006520a34148af17219fb1863dd95 enforce-platform.sh
|
||||
"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
modules=loop,squashfs,sd-mod,usb-storage dwc_otg.lpm_enable=0 console=ttyAMA10,115200 console=tty1
|
||||
dwc_otg.lpm_enable=0 console=ttyAMA10,115200 console=tty1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue