-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
desertbot.io adds systemd.restore_state=0
(don't restore) and rfkill.default_state=1
(unblocked) to boot/cmdline.txt
(kernel params) and that seems to work. This can be done prior to first boot, eg. by this here script, and will survive to subsequent boots (after fs resize).
Todo:
-
get a monitor and investigate whether rfkill state is the true cause
- if so, send a PR to https://www.raspberrypi.com/documentation/computers/configuration.html#setting-up-a-headless-raspberry-pi to reflect this in upstream docs
Note: You can mount /boot
prior to burning the img file to retrieve the original kernel params : mount -o loop,offset=$((8192*512)) 2022-01-28-raspios-bullseye-armhf-lite.img $MNT_DIR
(read more here)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request